Report abuse

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
! httperf --server myserver.com --uri / --num-conns 1000 
httperf --client=0/1 --server= myserver.com --port=80 --uri=/ --send-buffer=4096 --recv-buffer=16384 --num-conns=1000 --num-calls=1
httperf: warning: open file limit > FD_SETSIZE; limiting max. # of open files to FD_SETSIZE
Maximum connect burst length: 1

Total: connections 1000 requests 1000 replies 1000 test-duration 201.378 s

Connection rate: 5.0 conn/s (201.4 ms/conn, <=1 concurrent connections)
Connection time [ms]: min 72.1 avg 201.4 max 9781.4 median 98.5 stddev 547.0
Connection time [ms]: connect 42.8
Connection length [replies/conn]: 1.000

Request rate: 5.0 req/s (201.4 ms/req)
Request size [B]: 68.0

Reply rate [replies/s]: min 0.0 avg 4.9 max 10.8 stddev 4.2 (40 samples)
Reply time [ms]: response 60.4 transfer 98.2
Reply size [B]: header 533.0 content 7564.0 footer 0.0 (total 8097.0)
Reply status: 1xx=0 2xx=1000 3xx=0 4xx=0 5xx=0

CPU time [s]: user 43.32 system 145.52 (user 21.5% system 72.3% total 93.8%)
Net I/O: 39.6 KB/s (0.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