Skip to content

Instantly share code, notes, and snippets.

@JakubOboza
Created March 7, 2012 22:51
Show Gist options
  • Save JakubOboza/1996858 to your computer and use it in GitHub Desktop.
Save JakubOboza/1996858 to your computer and use it in GitHub Desktop.
webmachine + earlydtl
httperf --server=127.0.0.1 --port=8000 --uri=/ --num-calls=20000 --num-conns=2
httperf --client=0/1 --server=127.0.0.1 --port=8000 --uri=/ --send-buffer=4096 --recv-buffer=16384 --num-conns=2 --num-calls=20000
httperf: warning: open file limit > FD_SETSIZE; limiting max. # of open files to FD_SETSIZE
Maximum connect burst length: 1
Total: connections 2 requests 40000 replies 40000 test-duration 18.102 s
Connection rate: 0.1 conn/s (9051.1 ms/conn, <=1 concurrent connections)
Connection time [ms]: min 8247.4 avg 9051.1 max 9854.8 median 8247.5 stddev 1136.7
Connection time [ms]: connect 0.2
Connection length [replies/conn]: 20000.000
Request rate: 2209.7 req/s (0.5 ms/req)
Request size [B]: 62.0
Reply rate [replies/s]: min 1699.8 avg 2163.5 max 2422.0 stddev 402.5 (3 samples)
Reply time [ms]: response 0.4 transfer 0.0
Reply size [B]: header 170.0 content 81.0 footer 0.0 (total 251.0)
Reply status: 1xx=0 2xx=40000 3xx=0 4xx=0 5xx=0
CPU time [s]: user 2.64 system 15.37 (user 14.6% system 84.9% total 99.5%)
Net I/O: 675.4 KB/s (5.5*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
---------------------------------------------------------------
httperf --server=127.0.0.1 --port=8000 --uri=/ --num-calls=500 --num-conns=500
httperf --client=0/1 --server=127.0.0.1 --port=8000 --uri=/ --send-buffer=4096 --recv-buffer=16384 --num-conns=500 --num-calls=500
httperf: warning: open file limit > FD_SETSIZE; limiting max. # of open files to FD_SETSIZE
Maximum connect burst length: 1
Total: connections 500 requests 250000 replies 250000 test-duration 104.994 s
Connection rate: 4.8 conn/s (210.0 ms/conn, <=1 concurrent connections)
Connection time [ms]: min 188.4 avg 210.0 max 314.5 median 208.5 stddev 12.4
Connection time [ms]: connect 0.1
Connection length [replies/conn]: 500.000
Request rate: 2381.1 req/s (0.4 ms/req)
Request size [B]: 62.0
Reply rate [replies/s]: min 2315.2 avg 2381.1 max 2420.2 stddev 33.4 (21 samples)
Reply time [ms]: response 0.4 transfer 0.0
Reply size [B]: header 170.0 content 81.0 footer 0.0 (total 251.0)
Reply status: 1xx=0 2xx=250000 3xx=0 4xx=0 5xx=0
CPU time [s]: user 15.42 system 89.21 (user 14.7% system 85.0% total 99.7%)
Net I/O: 727.8 KB/s (6.0*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
-----------------------------------------------------------------------------------
httperf --server=127.0.0.1 --port=8000 --uri=/ --num-calls=1000 --num-conns=1000
httperf --client=0/1 --server=127.0.0.1 --port=8000 --uri=/ --send-buffer=4096 --recv-buffer=16384 --num-conns=1000 --num-calls=1000
httperf: warning: open file limit > FD_SETSIZE; limiting max. # of open files to FD_SETSIZE
Maximum connect burst length: 1
Total: connections 1000 requests 1000000 replies 1000000 test-duration 463.413 s
Connection rate: 2.2 conn/s (463.4 ms/conn, <=1 concurrent connections)
Connection time [ms]: min 390.6 avg 463.4 max 3245.7 median 453.5 stddev 101.6
Connection time [ms]: connect 0.1
Connection length [replies/conn]: 1000.000
Request rate: 2157.9 req/s (0.5 ms/req)
Request size [B]: 62.0
Reply rate [replies/s]: min 615.8 avg 2159.3 max 2425.6 stddev 221.5 (92 samples)
Reply time [ms]: response 0.4 transfer 0.0
Reply size [B]: header 170.0 content 81.0 footer 0.0 (total 251.0)
Reply status: 1xx=0 2xx=1000000 3xx=0 4xx=0 5xx=0
CPU time [s]: user 67.65 system 393.41 (user 14.6% system 84.9% total 99.5%)
Net I/O: 659.6 KB/s (5.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
@troszok
Copy link

troszok commented Mar 7, 2012

HAHAAH:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment