Created
May 10, 2012 04:13
-
-
Save gautamk/2650990 to your computer and use it in GitHub Desktop.
Play Framework Benchmarks
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
$ ab -n 10000 -c 100 "http://localhost:9002/Socket/select?columnFamily=lost" | |
This is ApacheBench, Version 2.3 <$Revision: 655654 $> | |
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ | |
Licensed to The Apache Software Foundation, http://www.apache.org/ | |
Benchmarking localhost (be patient) | |
Completed 1000 requests | |
Completed 2000 requests | |
Completed 3000 requests | |
Completed 4000 requests | |
Completed 5000 requests | |
Completed 6000 requests | |
Completed 7000 requests | |
Completed 8000 requests | |
Completed 9000 requests | |
Completed 10000 requests | |
Finished 10000 requests | |
Server Software: Play! | |
Server Hostname: localhost | |
Server Port: 9002 | |
Document Path: /Socket/select?columnFamily=lost | |
Document Length: 1145 bytes | |
Concurrency Level: 100 | |
Time taken for tests: 66.471 seconds | |
Complete requests: 10000 | |
Failed requests: 0 | |
Write errors: 0 | |
Total transferred: 15090000 bytes | |
HTML transferred: 11450000 bytes | |
Requests per second: 150.44 [#/sec] (mean) | |
Time per request: 664.714 [ms] (mean) | |
Time per request: 6.647 [ms] (mean, across all concurrent requests) | |
Transfer rate: 221.69 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 4 65.3 0 998 | |
Processing: 72 657 82.9 644 1320 | |
Waiting: 63 657 82.9 644 1320 | |
Total: 77 662 123.2 644 2318 | |
Percentage of the requests served within a certain time (ms) | |
50% 644 | |
66% 668 | |
75% 685 | |
80% 698 | |
90% 733 | |
95% 760 | |
98% 965 | |
99% 1013 | |
100% 2318 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment