View Single Post
  #10  
Old 01-21-2011, 12:27 PM
eva2000 eva2000 is offline
Senior Member
 
Join Date: Dec 2004
Location: Brisbane, Australia
Posts: 142
How many total requests served for each run, i have the raw ab numbers for latest runs here

i.e for litespeed cached + smart keep alive off

Code:
ab -k -n 1000 -c 200 192.168.56.101/test.php
This is ApacheBench, Version 2.0.40-dev <$Revision: 1.146 $> apache-2.0
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Copyright 2006 The Apache Software Foundation, http://www.apache.org/

Benchmarking 192.168.56.101 (be patient)
Completed 100 requests
Completed 200 requests
Completed 300 requests
Completed 400 requests
Completed 500 requests
Completed 600 requests
Completed 700 requests
Completed 800 requests
Completed 900 requests
Finished 1000 requests


Server Software:        LiteSpeed
Server Hostname:        192.168.56.101
Server Port:            80

Document Path:          /test.php
Document Length:        63 bytes

Concurrency Level:      200
Time taken for tests:   0.64157 seconds
Complete requests:      1000
Failed requests:        0
Write errors:           0
Keep-Alive requests:    993
Total transferred:      322741 bytes
HTML transferred:       63000 bytes
Requests per second:    15586.76 [#/sec] (mean)
Time per request:       12.831 [ms] (mean)
Time per request:       0.064 [ms] (mean, across all concurrent requests)
Transfer rate:          4909.83 [Kbytes/sec] received

Connection Times (ms)
              min  mean[+/-sd] median   max
Connect:        0    0   0.0      0       0
Processing:     0    0   3.5      0      55
Waiting:        0    0   3.4      0      55
Total:          0    0   3.5      0      55

Percentage of the requests served within a certain time (ms)
  50&#37;      0
  66%      0
  75%      0
  80%      0
  90%      0
  95%      0
  98%      1
  99%      5
 100%     55 (longest request)
Yeah i'm running the ab runs back to back not much wait time. Could also be virtualized server overhead ?

Will try the other php settings once i can fix PHP 5.3.5 build errors http://www.litespeedtech.com/support...3014#post23014 phpize not where it's suppose to be heh.
Reply With Quote