Skip to content

Instantly share code, notes, and snippets.

@bored-engineer
Created May 19, 2021 05:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bored-engineer/2d6dc18a039e2426a9ffb20e534ba957 to your computer and use it in GitHub Desktop.
Save bored-engineer/2d6dc18a039e2426a9ffb20e534ba957 to your computer and use it in GitHub Desktop.
This is ApacheBench, Version 2.3 <$Revision: 1879490 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking axios.bored.engineer (be patient).....done
Server Software: BaseHTTP/0.6
Server Hostname: axios.bored.engineer
Server Port: 1337
Document Path: /make_credential
Document Length: 2209 bytes
Concurrency Level: 12
Time taken for tests: 3.604 seconds
Complete requests: 100
Failed requests: 70
(Connect: 0, Receive: 0, Length: 70, Exceptions: 0)
Total transferred: 239420 bytes
Total body sent: 90300
HTML transferred: 220620 bytes
Requests per second: 27.75 [#/sec] (mean)
Time per request: 432.505 [ms] (mean)
Time per request: 36.042 [ms] (mean, across all concurrent requests)
Transfer rate: 64.87 [Kbytes/sec] received
24.47 kb/s sent
89.34 kb/s total
$ ab -p req.txt -T application/json -c 12 -n 100 http://127.0.0.1:1337/make_credential
Connection Times (ms)
min mean[+/-sd] median max
Connect: 2 5 1.8 5 12
Processing: 190 384 53.7 378 515
Waiting: 189 382 53.7 378 515
Total: 196 389 53.7 385 521
Percentage of the requests served within a certain time (ms)
50% 385
66% 400
75% 413
80% 417
90% 463
95% 510
98% 518
99% 521
100% 521 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment