Created
June 16, 2011 10:21
-
-
Save dashorst/1029009 to your computer and use it in GitHub Desktop.
Tapestry 5 performance results for 5000 elements
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
dashorst$ ab -n 100 http://localhost:8080/tapestryapp/products/5000 | |
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).....done | |
Server Software: Jetty(6.1.16) | |
Server Hostname: localhost | |
Server Port: 8080 | |
Document Path: /tapestryapp/products/5000 | |
Document Length: 3158634 bytes | |
Concurrency Level: 1 | |
Time taken for tests: 26.989 seconds | |
Complete requests: 100 | |
Failed requests: 0 | |
Write errors: 0 | |
Total transferred: 315871600 bytes | |
HTML transferred: 315863400 bytes | |
Requests per second: 3.71 [#/sec] (mean) | |
Time per request: 269.893 [ms] (mean) | |
Time per request: 269.893 [ms] (mean, across all concurrent requests) | |
Transfer rate: 11429.29 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 0 0.0 0 0 | |
Processing: 231 270 21.6 268 372 | |
Waiting: 151 184 17.3 182 263 | |
Total: 231 270 21.7 268 372 | |
Percentage of the requests served within a certain time (ms) | |
50% 268 | |
66% 273 | |
75% 280 | |
80% 282 | |
90% 288 | |
95% 315 | |
98% 346 | |
99% 372 | |
100% 372 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment