Thunderbirdsei
1st May 2008, 22:58
Alright, thanks for the howto. Did work like a charm. Afterwards I installed a Test-Joomla and run ab -kc 2 -t 30 http://localhost/joomla/
The result was somewhat sobering and I'm not really sure whether it's a environment issue (virtualbox, 1GB RAM and 2GHZ assigned), but I get very low figures:
Benchmarking localhost (be patient)
Finished 209 requests
Server Software: Apache/2.2.3
Server Hostname: localhost
Server Port: 80
Document Path: /joomla/
Document Length: 31812 bytes
Concurrency Level: 2
Time taken for tests: 30.109615 seconds
Complete requests: 209
Failed requests: 183
(Connect: 0, Length: 183, Exceptions: 0)
Write errors: 0
Keep-Alive requests: 0
Total transferred: 6758557 bytes
HTML transferred: 6648307 bytes
Requests per second: 6.94 [#/sec] (mean)
Time per request: 288.130 [ms] (mean)
Time per request: 144.065 [ms] (mean, across all concurrent requests)
Transfer rate: 219.20 [Kbytes/sec] received
I learned that the failed requests (Length) are 'normal' due the dynamic generation of content and different size of the results, but just 6.94 requests per second? Without APC it's only 3 something, so APC does have an effect .
Is something wrong?
The result was somewhat sobering and I'm not really sure whether it's a environment issue (virtualbox, 1GB RAM and 2GHZ assigned), but I get very low figures:
Benchmarking localhost (be patient)
Finished 209 requests
Server Software: Apache/2.2.3
Server Hostname: localhost
Server Port: 80
Document Path: /joomla/
Document Length: 31812 bytes
Concurrency Level: 2
Time taken for tests: 30.109615 seconds
Complete requests: 209
Failed requests: 183
(Connect: 0, Length: 183, Exceptions: 0)
Write errors: 0
Keep-Alive requests: 0
Total transferred: 6758557 bytes
HTML transferred: 6648307 bytes
Requests per second: 6.94 [#/sec] (mean)
Time per request: 288.130 [ms] (mean)
Time per request: 144.065 [ms] (mean, across all concurrent requests)
Transfer rate: 219.20 [Kbytes/sec] received
I learned that the failed requests (Length) are 'normal' due the dynamic generation of content and different size of the results, but just 6.94 requests per second? Without APC it's only 3 something, so APC does have an effect .
Is something wrong?