autocannon
Version:
Fast HTTP benchmarking tool written in Node.js
99 lines (97 loc) • 2.03 kB
JSON
{
"title": "example result",
"url": "https://httpbin.org/get",
"requests": {
"average": 250,
"mean": 250,
"stddev": 117,
"min": 133,
"max": 367,
"total": 500,
"p0_001": 133,
"p0_01": 133,
"p0_1": 133,
"p1": 133,
"p2_5": 133,
"p10": 133,
"p25": 133,
"p50": 133,
"p75": 367,
"p90": 367,
"p97_5": 367,
"p99": 367,
"p99_9": 367,
"p99_99": 367,
"p99_999": 367,
"sent": 500
},
"latency": {
"average": 100.1,
"mean": 100.1,
"stddev": 84.74,
"min": 47,
"max": 424,
"p0_001": 47,
"p0_01": 47,
"p0_1": 47,
"p1": 53,
"p2_5": 55,
"p10": 58,
"p25": 59,
"p50": 67,
"p75": 107,
"p90": 126,
"p97_5": 378,
"p99": 386,
"p99_9": 424,
"p99_99": 424,
"p99_999": 424,
"totalCount": 500
},
"throughput": {
"average": 52468,
"mean": 52468,
"stddev": 24556,
"min": 27915,
"max": 77030,
"total": 104945,
"p0_001": 27919,
"p0_01": 27919,
"p0_1": 27919,
"p1": 27919,
"p2_5": 27919,
"p10": 27919,
"p25": 27919,
"p50": 27919,
"p75": 77055,
"p90": 77055,
"p97_5": 77055,
"p99": 77055,
"p99_9": 77055,
"p99_99": 77055,
"p99_999": 77055
},
"errors": 0,
"timeouts": 0,
"mismatches": 0,
"duration": 2.06,
"sampleInt": 1000,
"samples": 10,
"start": "2020-11-06T09:38:31.027Z",
"finish": "2020-11-06T09:38:33.089Z",
"connections": 40,
"pipelining": 1,
"non2xx": 0,
"resets": 0,
"1xx": 0,
"2xx": 500,
"3xx": 0,
"4xx": 0,
"5xx": 0,
"statusCodeStats": {
"200": { "count": "500" },
"302": { "count": "0" },
"401": { "count": "0" },
"403": { "count": "0" }
}
}