Forum Moderators: DixonJones

Message Too Old, No Replies

web stress tool

         

stevelibby

4:15 pm on May 22, 2008 (gmt 0)

10+ Year Member



Can anyone recomend a web stress tool to make sure that i know that maximum visitors at any given time.

siteperf

11:31 am on Jun 12, 2008 (gmt 0)

10+ Year Member



apache benchmark (named 'ab') tool can load some page specified number of times in several threads - it's good tool to load server at 100% and see how many pages can be generated per second.

run on same server where domain is hosted:
ab -k -c 40 -n 10000 [domainname.com...]

where 40 is concurrency (40 simultaneous threads)
and 10000 is number of all request to send

cgrantski

2:20 pm on Jun 12, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Steve, You might get more answers if you asked this in one of the other forums having to do with website technical issues or webmastering.