Pages

Monday, February 22, 2010

Apache httpd benchmarking

Simple command to check apache httpd benchmarking. Goes in similar way for DSS.

====================================================
[root@mahendra ~]# ab -n 100 -c 10 http://IP/webapp/xyz.jsp
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 (be patient).....done


Server Software: Apache
Server Hostname:
Server Port: 80

Document Path: /webapp/xyz.jsp
Document Length: 292 bytes

Concurrency Level: 10
Time taken for tests: 0.691 seconds
Complete requests: 100
Failed requests: 0
Write errors: 0
Total transferred: 54200 bytes
HTML transferred: 29200 bytes
Requests per second: 144.68 [#/sec] (mean)
Time per request: 69.118 [ms] (mean)
Time per request: 6.912 [ms] (mean, across all concurrent requests)
Transfer rate: 76.58 [Kbytes/sec] received

Connection Times (ms)
min mean[+/-sd] median max
Connect: 19 30 5.4 31 53
Processing: 23 37 8.0 35 59
Waiting: 23 36 7.6 35 59
Total: 44 67 9.9 64 92

Percentage of the requests served within a certain time (ms)
50% 64
66% 71
75% 73
80% 76
90% 82
95% 86
98% 92
99% 92
100% 92 (longest request)
====================================================

No comments:

Post a Comment

Comments welcome :