Created
June 16, 2011 10:22
-
-
Save dashorst/1029011 to your computer and use it in GitHub Desktop.
Wicket 1.5-SNAPSHOT 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/wicketapp/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: /wicketapp/products/5000 | |
Document Length: 826290 bytes | |
Concurrency Level: 1 | |
Time taken for tests: 72.646 seconds | |
Complete requests: 100 | |
Failed requests: 75 | |
(Connect: 0, Receive: 0, Length: 75, Exceptions: 0) | |
Write errors: 0 | |
Total transferred: 83109874 bytes | |
HTML transferred: 83088674 bytes | |
Requests per second: 1.38 [#/sec] (mean) | |
Time per request: 726.457 [ms] (mean) | |
Time per request: 726.457 [ms] (mean, across all concurrent requests) | |
Transfer rate: 1117.23 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 0 0.0 0 0 | |
Processing: 681 726 30.3 724 882 | |
Waiting: 656 701 29.5 699 843 | |
Total: 681 726 30.3 724 882 | |
Percentage of the requests served within a certain time (ms) | |
50% 724 | |
66% 735 | |
75% 741 | |
80% 746 | |
90% 760 | |
95% 782 | |
98% 798 | |
99% 882 | |
100% 882 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment