Created
June 16, 2011 10:29
-
-
Save dashorst/1029019 to your computer and use it in GitHub Desktop.
Wicket 1.5-SNAPSHOT performance results for 5000 elements with repeatingview and Tapestry style categories
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/wicketapp/products3/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: /wicketapp/products3/5000 | |
Document Length: 836290 bytes | |
Concurrency Level: 1 | |
Time taken for tests: 46.376 seconds | |
Complete requests: 100 | |
Failed requests: 68 | |
(Connect: 0, Receive: 0, Length: 68, Exceptions: 0) | |
Write errors: 0 | |
Total transferred: 83105649 bytes | |
HTML transferred: 83084449 bytes | |
Requests per second: 2.16 [#/sec] (mean) | |
Time per request: 463.756 [ms] (mean) | |
Time per request: 463.756 [ms] (mean, across all concurrent requests) | |
Transfer rate: 1750.01 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 0 0.0 0 0 | |
Processing: 437 464 22.7 451 528 | |
Waiting: 426 451 22.4 438 515 | |
Total: 437 464 22.7 452 528 | |
Percentage of the requests served within a certain time (ms) | |
50% 452 | |
66% 482 | |
75% 486 | |
80% 487 | |
90% 495 | |
95% 499 | |
98% 524 | |
99% 528 | |
100% 528 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment