Created
January 9, 2010 16:10
-
-
Save zuigon/272966 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# WC14 test | |
#→ httperf --port=8014 --num-conns=10000 | |
httperf --client=0/1 --server=localhost --port=8014 --uri=/ --send-buffer=4096 --recv-buffer=16384 --num-conns=10000 --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 10000 requests 10000 replies 10000 test-duration 3.430 s | |
Connection rate: 2915.6 conn/s (0.3 ms/conn, <=1 concurrent connections) | |
Connection time [ms]: min 0.1 avg 0.3 max 16.2 median 0.5 stddev 0.7 | |
Connection time [ms]: connect 0.1 | |
Connection length [replies/conn]: 1.000 | |
Request rate: 2915.6 req/s (0.3 ms/req) | |
Request size [B]: 62.0 | |
Reply rate [replies/s]: min 0.0 avg 0.0 max 0.0 stddev 0.0 (0 samples) | |
Reply time [ms]: response 0.2 transfer 0.0 | |
Reply size [B]: header 56.0 content 7.0 footer 0.0 (total 63.0) | |
Reply status: 1xx=0 2xx=10000 3xx=0 4xx=0 5xx=0 | |
CPU time [s]: user 0.44 system 2.01 (user 12.7% system 58.7% total 71.4%) | |
Net I/O: 355.9 KB/s (2.9*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 | |
#→ wget http://localhost:8014/data /dev/null | |
--2010-01-09 16:19:31-- http://localhost:8014/data | |
Tražim localhost (localhost)... ::1, fe80::1, 127.0.0.1 | |
Spajam se na localhost (localhost)|::1|:8014... nije uspjelo: Connection refused. | |
Spajam se na localhost (localhost)|fe80::1|:8014... nije uspjelo: Connection refused. | |
Spajam se na localhost (localhost)|127.0.0.1|:8014... spojen. | |
HTTP zahtjev poslan, iščekujem odgovor... 200 OK | |
Duljina: 104857600 (100M) | |
Saving to: `data.9' | |
100%[============================================================>] 104857600 44,0M/s in 2,3s | |
2010-01-09 16:19:33 (44,0 MB/s) - `data.9' saved [104857600/104857600] | |
/dev/null: Scheme missing. | |
FINISHED --2010-01-09 16:19:33-- | |
Downloaded: 1 files, 100M in 2,3s (44,0 MB/s) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment