Created
February 25, 2014 18:48
-
-
Save leafo/9215121 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
httperf --uri=/ --port=8080 --num-conns=8 --num-calls=100000 | |
Connection rate: 203.5 conn/s (4.9 ms/conn, <=1 concurrent connections) | |
Connection time [ms]: min 4.7 avg 4.9 max 5.2 median 4.5 stddev 0.2 | |
Connection time [ms]: connect 0.0 | |
Connection length [replies/conn]: 100.000 | |
Request rate: 20550.3 req/s (0.0 ms/req) | |
httperf --uri=/db --port=8080 --num-conns=8 --num-calls=100000 | |
Connection rate: 60.4 conn/s (16.6 ms/conn, <=1 concurrent connections) | |
Connection time [ms]: min 14.8 avg 16.6 max 23.2 median 15.5 stddev 2.7 | |
Connection time [ms]: connect 0.0 | |
Connection length [replies/conn]: 100.000 | |
Request rate: 6101.1 req/s (0.2 ms/req) | |
httperf --uri=/fortunes --port=8080 --num-conns=8 --num-calls=100000 | |
Connection rate: 34.6 conn/s (28.9 ms/conn, <=1 concurrent connections) | |
Connection time [ms]: min 27.4 avg 28.9 max 35.6 median 27.5 stddev 2.7 | |
Connection time [ms]: connect 0.0 | |
Connection length [replies/conn]: 100.000 | |
Request rate: 3493.9 req/s (0.3 ms/req) | |
httperf --uri=/update --port=8080 --num-conns=8 --num-calls=1000 | |
Connection rate: 0.6 conn/s (1700.7 ms/conn, <=1 concurrent connections) | |
Connection time [ms]: min 1394.6 avg 1700.7 max 1908.6 median 1725.5 stddev 152.6 | |
Connection time [ms]: connect 0.1 | |
Connection length [replies/conn]: 100.000 | |
Request rate: 59.4 req/s (16.8 ms/req) | |
httperf --uri=/plaintext --port=8080 --num-conns=8 --num-calls=100000 | |
Connection rate: 151.6 conn/s (6.6 ms/conn, <=1 concurrent connections) | |
Connection time [ms]: min 5.9 avg 6.6 max 8.4 median 6.5 stddev 0.9 | |
Connection time [ms]: connect 0.0 | |
Connection length [replies/conn]: 100.000 | |
Request rate: 15310.2 req/s (0.1 ms/req) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment