HTTP benchmark tool
$ ./go-meter -t 12 -c 400 -d 30s -u http://localhost/index.html -v
-tThreads count-cTCP open connection count-dTest duration, example30s,1m,1m30s-reconnectReconnect on every request-mHTTP method:GET/POST/PUT/DELETE-esExclude first seconds from stats aggregation, use for wake up http server, example3s,5s-mrqMax request count per second,-1for unlimit-uURL for testing-vView statistic in runtime-sSource file with\ndelimeter forPOST/PUTrequests or list of URLs forGET/DELETE
Source file example:
POST/PUT
{req: 1}
{req: 2}
{req: 3}
GET/DELETE
http://localhost/index.html
http://localhost/page1/sub1
http://localhost/page1/sub2?rnd=22