Created
March 31, 2012 02:57
-
-
Save denen99/2258857 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
This is against the sample route_match_example.rb vertx.io vertical in a single instance on my macbook air (Quad Core, 4GB Ram) | |
# httperf --server=localhost --port=8080 --uri=/ --num-conns=100 --num-calls=100 | |
httperf --client=0/1 --server=localhost --port=8080 --uri=/ --send-buffer=4096 --recv-buffer=16384 --num-conns=100 --num-calls=100 | |
httperf: warning: open file limit > FD_SETSIZE; limiting max. # of open files to FD_SETSIZE | |
Maximum connect burst length: 1 | |
Total: connections 100 requests 10000 replies 10000 test-duration 1.420 s | |
Connection rate: 70.4 conn/s (14.2 ms/conn, <=1 concurrent connections) | |
Connection time [ms]: min 12.8 avg 14.2 max 18.4 median 14.5 stddev 0.9 | |
Connection time [ms]: connect 0.1 | |
Connection length [replies/conn]: 100.000 | |
Request rate: 7041.6 req/s (0.1 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.1 transfer 0.0 | |
Reply size [B]: header 39.0 content 78.0 footer 0.0 (total 117.0) | |
Reply status: 1xx=0 2xx=10000 3xx=0 4xx=0 5xx=0 | |
CPU time [s]: user 0.22 system 1.20 (user 15.1% system 84.4% total 99.5%) | |
Net I/O: 1230.9 KB/s (10.1*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
up to 21k :-)
httperf --client=0/1 --server=localhost --port=8080 --uri=/ --burst-len=50 --num-calls=100 --num-conns=100
httperf --client=0/1 --server=localhost --port=8080 --uri=/ --send-buffer=4096 --recv-buffer=16384 --num-conns=100 --num-calls=100 --burst-length=50
httperf: warning: open file limit > FD_SETSIZE; limiting max. # of open files to FD_SETSIZE
Maximum connect burst length: 1
Total: connections 100 requests 10000 replies 10000 test-duration 0.492 s
Connection rate: 203.4 conn/s (4.9 ms/conn, <=1 concurrent connections)
Connection time [ms]: min 3.6 avg 4.9 max 8.5 median 4.5 stddev 0.9
Connection time [ms]: connect 0.1
Connection length [replies/conn]: 100.000
Request rate: 20344.2 req/s (0.0 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 1.3 transfer 0.0
Reply size [B]: header 39.0 content 12.0 footer 0.0 (total 51.0)
Reply status: 1xx=0 2xx=10000 3xx=0 4xx=0 5xx=0
CPU time [s]: user 0.08 system 0.41 (user 16.4% system 83.1% total 99.4%)
Net I/O: 2245.0 KB/s (18.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