Difference between revisions of "Xebra Benchmarks"
(→Results) |
|||
Line 91: | Line 91: | ||
| | | | ||
<code> | <code> | ||
+ | Document Path: /helloworld/index.xeb | ||
+ | Document Length: 331 bytes | ||
+ | Concurrency Level: 10 | ||
+ | Time taken for tests: 8.527 seconds | ||
+ | Complete requests: 1000 | ||
+ | Failed requests: 0 | ||
+ | Write errors: 0 | ||
+ | Total transferred: 716000 bytes | ||
+ | HTML transferred: 331000 bytes | ||
+ | Requests per second: 117.27 [#/sec] (mean) | ||
+ | Time per request: 85.273 [ms] (mean) | ||
+ | Time per request: 8.527 [ms] (mean, across all concurrent requests) | ||
+ | Transfer rate: 82.00 [Kbytes/sec] received | ||
+ | |||
+ | Connection Times (ms) | ||
+ | min mean[+/-sd] median max | ||
+ | Connect: 0 0 0.4 0 1 | ||
+ | Processing: 31 84 10.5 87 107 | ||
+ | Waiting: 31 84 10.5 87 107 | ||
+ | Total: 31 85 10.5 87 107 | ||
+ | |||
+ | Percentage of the requests served within a certain time (ms) | ||
+ | 50% 87 | ||
+ | 66% 90 | ||
+ | 75% 93 | ||
+ | 80% 95 | ||
+ | 90% 98 | ||
+ | 95% 101 | ||
+ | 98% 103 | ||
+ | 99% 104 | ||
+ | 100% 107 (longest request) | ||
</code> | </code> | ||
| | | |
Revision as of 09:46, 1 September 2009
About | Installation | Documentation | Tutorials | Frequently Asked Questions
Environment
- Windows 7 64Bit
- Xebra revision 80570
- Eiffel Studio 6.5.7.9743 GPL Edition - windows
- Eiffel src revision 80570
- Apache 2.2.11
- ApacheBench 2.3
Settings
- Using experimental library
- Server and webapps are finalized. Webapp is unmanaged.
The page has the following content:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 STRICT//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> <title>Xebra Hello World Application</title> </head> <body> Hello {print 'WORLD' or 'world' depending on current time} </body> </html>
Results
Xebra Webapp | Java JSP Webapp on Tomcat | Static Page on Apache |
---|---|---|
1000 requests, concurrency level 1 |
||
Document Path: /helloworld/index.xeb Document Length: 331 bytes Concurrency Level: 1 Time taken for tests: 9.290 seconds Complete requests: 1000 Failed requests: 0 Write errors: 0 Total transferred: 716000 bytes HTML transferred: 331000 bytes Requests per second: 107.64 [#/sec] (mean) Time per request: 9.290 [ms] (mean) Time per request: 9.290 [ms] (mean, across all concurrent requests) Transfer rate: 75.27 [Kbytes/sec] received Connection Times (ms) min mean[+/-sd] median max Connect: 0 0 0.3 0 1 Processing: 7 9 1.4 9 21 Waiting: 7 9 1.4 9 21 Total: 7 9 1.4 9 21 Percentage of the requests served within a certain time (ms) 50% 9 66% 10 75% 10 80% 10 90% 11 95% 11 98% 14 99% 16 100% 21 (longest request) |
|
|
1000 requests, concurrency level 10 |
||
Document Path: /helloworld/index.xeb Document Length: 331 bytes Concurrency Level: 10 Time taken for tests: 8.527 seconds Complete requests: 1000 Failed requests: 0 Write errors: 0 Total transferred: 716000 bytes HTML transferred: 331000 bytes Requests per second: 117.27 [#/sec] (mean) Time per request: 85.273 [ms] (mean) Time per request: 8.527 [ms] (mean, across all concurrent requests) Transfer rate: 82.00 [Kbytes/sec] received Connection Times (ms) min mean[+/-sd] median max Connect: 0 0 0.4 0 1 Processing: 31 84 10.5 87 107 Waiting: 31 84 10.5 87 107 Total: 31 85 10.5 87 107 Percentage of the requests served within a certain time (ms) 50% 87 66% 90 75% 93 80% 95 90% 98 95% 101 98% 103 99% 104 100% 107 (longest request) |
|
|
1000 requests, concurrency level 100 |
||
|
|
|