Skip to content

Instantly share code, notes, and snippets.

@alphex
Created August 31, 2012 06:08
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 alphex/3549547 to your computer and use it in GitHub Desktop.
Save alphex/3549547 to your computer and use it in GitHub Desktop.
example httperf results
////
$ httperf --server www.yourwebsite.com --port 80 --uri /majors-programs --rate 500 --num-conn 5000 --num-call 1 --timeout 10
httperf --timeout=10 --client=0/1 --server=www.yourwebsite.com --port=80 --uri=/majors-programs --rate=500 --send-buffer=4096 --recv-buffer=16384 --num-conns=5000 --num-calls=1
httperf: warning: open file limit > FD_SETSIZE; limiting max. # of open files to FD_SETSIZE
Maximum connect burst length: 2
Total: connections 5000 requests 5000 replies 5000 test-duration 10.244 s
Connection rate: 488.1 conn/s (2.0 ms/conn, <=143 concurrent connections)
Connection time [ms]: min 240.0 avg 251.1 max 305.8 median 248.5 stddev 8.5
Connection time [ms]: connect 42.2
Connection length [replies/conn]: 1.000
Request rate: 488.1 req/s (2.0 ms/req)
Request size [B]: 79.0
Reply rate [replies/s]: min 475.6 avg 487.2 max 498.8 stddev 16.4 (2 samples)
Reply time [ms]: response 42.5 transfer 166.5
Reply size [B]: header 445.0 content 52563.0 footer 2.0 (total 53010.0)
Reply status: 1xx=0 2xx=5000 3xx=0 4xx=0 5xx=0
CPU time [s]: user 0.67 system 9.57 (user 6.6% system 93.4% total 100.0%)
Net I/O: 25303.4 KB/s (207.3*10^6 bps)
Errors: total 0 client-timo 0 socket-timo 0 connrefused 0 connreset 0
Errors: fd-unavail 0 addrunavail 0 ftab-full 0 other 0
////
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment