Skip to content

Instantly share code, notes, and snippets.

@kevburnsjr
Created August 9, 2009 18:59
Show Gist options
  • Save kevburnsjr/164872 to your computer and use it in GitHub Desktop.
Save kevburnsjr/164872 to your computer and use it in GitHub Desktop.
~~~ Benchmarking
httperf --client=0/1 --server=bench.kevburnsjr.com --port=80 --uri=/projects/recess-0.2/index.php --send-buffer=4096 --recv-buffer=16384 --num-conns=100 --num-calls=1
Maximum connect burst length: 1
Total: connections 100 requests 100 replies 100 test-duration 0.748 s
Connection rate: 133.7 conn/s (7.5 ms/conn, <=1 concurrent connections)
Connection time [ms]: min 4.0 avg 7.5 max 12.0 median 8.5 stddev 2.5
Connection time [ms]: connect 0.1
Connection length [replies/conn]: 1.000
Request rate: 133.7 req/s (7.5 ms/req)
Request size [B]: 100.0
Reply rate [replies/s]: min 0.0 avg 0.0 max 0.0 stddev 0.0 (0 samples)
Reply time [ms]: response 7.4 transfer 0.0
Reply size [B]: header 220.0 content 97.0 footer 0.0 (total 317.0)
Reply status: 1xx=0 2xx=0 3xx=0 4xx=100 5xx=0
CPU time [s]: user 0.19 system 0.46 (user 25.1% system 61.5% total 86.6%)
Net I/O: 54.4 KB/s (0.4*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