HttPerf

From EggeWiki
Revision as of 07:41, 9 March 2008 by Egge (talk | contribs) (New page: <geshi lang="bash"> $ httperf --timeout=5 --client=0/1 --server=www.amazon.com --port=443 --uri=/favicon.ico --rate=60 --send-buffer=4096 \ --recv-buffer=16384 --ssl --num-conns=500 --num-...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<geshi lang="bash"> $ httperf --timeout=5 --client=0/1 --server=www.amazon.com --port=443 --uri=/favicon.ico --rate=60 --send-buffer=4096 \ --recv-buffer=16384 --ssl --num-conns=500 --num-calls=10 httperf --timeout=5 --client=0/1 --server=www.amazon.com --port=443 --uri=/favicon.ico --rate=60 --send-buffer=4096 --recv-buffer=16384 --ssl --num-conns=500 --num-calls=10 Maximum connect burst length: 5

Total: connections 500 requests 5000 replies 5000 test-duration 10.982 s

Connection rate: 45.5 conn/s (22.0 ms/conn, <=94 concurrent connections) Connection time [ms]: min 385.9 avg 1014.7 max 5818.1 median 503.5 stddev 1004.4 Connection time [ms]: connect 220.6 Connection length [replies/conn]: 10.000

Request rate: 455.3 req/s (2.2 ms/req) Request size [B]: 78.0

Reply rate [replies/s]: min 452.6 avg 490.6 max 528.6 stddev 53.7 (2 samples) Reply time [ms]: response 69.1 transfer 10.3 Reply size [B]: header 272.0 content 1406.0 footer 0.0 (total 1678.0) Reply status: 1xx=0 2xx=5000 3xx=0 4xx=0 5xx=0

CPU time [s]: user 1.10 system 6.54 (user 10.0% system 59.6% total 69.6%) Net I/O: 781.1 KB/s (6.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 </geshi>