You can run Apache Bench from a Mac (it's installed by default)  like
ab -c 10 -n 100 www.pokerinside.com/

man page at: http://httpd.apache.org/docs/trunk/programs/ab.html

you can also run from the web at http://codeflux.com/exec/ab/

you get results like

Server Software:        Apache/1.3.36
Server Hostname:        www.pokerinside.com
Server Port:            80

Document Path:          /
Document Length:        13799 bytes

Concurrency Level:      10
Time taken for tests:   43.460 seconds
Complete requests:      100
Failed requests:        0
Broken pipe errors:     0
Total transferred:      1418200 bytes
HTML transferred:       1379900 bytes
Requests per second:    2.30 [#/sec] (mean)
Time per request:       4346.00 [ms] (mean)
Time per request:       434.60 [ms] (mean, across all concurrent requests)
Transfer rate:          32.63 [Kbytes/sec] received

Connnection Times (ms)
              min  mean[+/-sd] median   max
Connect:       51    70   26.5     60   188
Processing:  1145  4035 1376.1   3926  9186
Waiting:     1070  4034 1376.0   3926  9185
Total:       1145  4105 1379.2   4011  9374

Percentage of the requests served within a certain time (ms)
  50%   4011
  66%   4520
  75%   4725
  80%   5114
  90%   5772
  95%   6639
  98%   7958
  99%   9374
 100%   9374 (last request)

There are a ton of other options and it is good for simple benchmarks

I have also used JMeter  http://jakarta.apache.org/jmeter/index.html
for more complex testing

On 11/16/06, guitarclap <[EMAIL PROTECTED]> wrote:
>
> Not sure actual benchmarking tools but hopefully this is helpful:
>
> www.pokerinside.com
> - 22.44 queries per second (77,190 per hour)
> - 69,265 members, with 9,959 active members
> - 3,100 unique visitors daily with 38,000 unique page views
> - 8 cron jobs run every 5, 30, 60 minutes
> - Server: Dual P4 2.8 1G Ram
> - Avg page creation time: 157ms (with "static" pages less than 50ms)
>
>
> >
>


-- 
==
S. DeVore
(the old fart) the advice is free, the lack of crankiness will cost you

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Cake PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to