Skip to content

Instantly share code, notes, and snippets.

@illustris
Created July 17, 2018 02:11
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 illustris/26eded16683c4dec657c7a6802ac9b65 to your computer and use it in GitHub Desktop.
Save illustris/26eded16683c4dec657c7a6802ac9b65 to your computer and use it in GitHub Desktop.
time ab -k -c 1000 -n 2000000 http://127.0.0.1:3000/
This is ApacheBench, Version 2.3 <$Revision: 1807734 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking 127.0.0.1 (be patient)
Completed 200000 requests
Completed 400000 requests
Completed 600000 requests
Completed 800000 requests
Completed 1000000 requests
Completed 1200000 requests
Completed 1400000 requests
Completed 1600000 requests
Completed 1800000 requests
Completed 2000000 requests
Finished 2000000 requests
Server Software: Warp/3.2.22
Server Hostname: 127.0.0.1
Server Port: 3000
Document Path: /
Document Length: 12 bytes
Concurrency Level: 1000
Time taken for tests: 61.602 seconds
Complete requests: 2000000
Failed requests: 0
Keep-Alive requests: 0
Total transferred: 230000000 bytes
HTML transferred: 24000000 bytes
Requests per second: 32466.58 [#/sec] (mean)
Time per request: 30.801 [ms] (mean)
Time per request: 0.031 [ms] (mean, across all concurrent requests)
Transfer rate: 3646.15 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 25 285.2 1 31436
Processing: 1 5 30.7 3 3298
Waiting: 0 4 30.6 2 3298
Total: 1 29 294.2 4 31440
Percentage of the requests served within a certain time (ms)
50% 4
66% 4
75% 5
80% 5
90% 6
95% 11
98% 46
99% 1026
100% 31440 (longest request)
7.06user 44.72system 1:03.04elapsed 82%CPU (0avgtext+0avgdata 142332maxresident)k
0inputs+0outputs (0major+76474minor)pagefaults 0swaps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment