Created
June 16, 2011 10:26
-
-
Save dashorst/1029016 to your computer and use it in GitHub Desktop.
Wicket 1.5-SNAPSHOT performance results for 5000 elements with repeatingviews
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/products2/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/products2/5000 | |
Document Length: 829990 bytes | |
Concurrency Level: 1 | |
Time taken for tests: 63.918 seconds | |
Complete requests: 100 | |
Failed requests: 99 | |
(Connect: 0, Receive: 0, Length: 99, Exceptions: 0) | |
Write errors: 0 | |
Total transferred: 83192188 bytes | |
HTML transferred: 83170988 bytes | |
Requests per second: 1.56 [#/sec] (mean) | |
Time per request: 639.182 [ms] (mean) | |
Time per request: 639.182 [ms] (mean, across all concurrent requests) | |
Transfer rate: 1271.04 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 0 0.0 0 0 | |
Processing: 580 639 59.3 621 878 | |
Waiting: 561 621 59.3 600 856 | |
Total: 580 639 59.3 621 878 | |
Percentage of the requests served within a certain time (ms) | |
50% 621 | |
66% 629 | |
75% 642 | |
80% 667 | |
90% 742 | |
95% 772 | |
98% 779 | |
99% 878 | |
100% 878 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment