Re: Performance improvement on IBM HTTPServer
Fagyal Csongor <concept-G3hma/[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Organization | Concept Online Ltd. |
| Message-ID | <[email protected]> |
If you have Apache (does not have to be on the target server), you
probably have the excellent "ab" command installed.
Something like:
ab -n1000 -c5 -k1http://hostname/app.cgi
ab -n1000 -c5 -k1http://hostname/app.fcgi
...would give you nice results, like:
Server Software: Apache/1.3.27
Server Hostname: www.szerezzmeg.hu
Server Port: 80
Document Path: /
Document Length: 2293 bytes
Concurrency Level: 5
Time taken for tests: 13.7120 seconds
Complete requests: 1000
Failed requests: 0
Write errors: 0
Keep-Alive requests: 0
Total transferred: 2626000 bytes
HTML transferred: 2293000 bytes
Requests per second: 76.88 [#/sec] (mean)
Time per request: 65.036 [ms] (mean)
Time per request: 13.007 [ms] (mean, across all concurrent requests)
Transfer rate: 197.12 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 8 18 5.2 17 48
Processing: 22 46 16.8 41 179
Waiting: 22 43 16.4 39 174
Total: 37 64 17.9 60 195
Percentage of the requests served within a certain time (ms)
50% 60
66% 67
75% 72
80% 75
90% 86
95% 95
98% 116
99% 126
100% 195 (longest request)
Your "Request per second" should show a performance gain when running in "FCGI mode".
- Fagzal
___________________________________
fastcgi-developers mailing list
http://fastcgi.com/fastcgi-developers/