Re: [PHP] Load simulation tests

2010-03-09 Thread John Black
Ashley Sheridan wrote: I was wondering if there were any ways to simulate loads on a PHP script running on the server? Basically, I'd just like to take one of my sites through a dry-run so to speak and simulate x number of visitors. Ideally, I'd prefer something that didn't have to be installed

Re: [PHP] Load simulation tests

2010-03-08 Thread Richard
Hi, I was wondering if there were any ways to simulate loads on a PHP script running on the server? Basically, I'd just like to take one of my sites through a dry-run so to speak and simulate x number of visitors. Ideally, I'd prefer something that didn't have to be installed on the remote

Re: [PHP] Load simulation tests

2010-03-08 Thread shiplu
You can use siege in command line for web server stress testing. There are other tools. I forget it. Just look at the Performance section in http://talks.php.net/ There are some slides of Rasmus Lerdorf about these on http://talks.php.net/ which are very helpful. -- Shiplu Mokaddim My

Re: [PHP] Load simulation tests

2010-03-08 Thread shiplu
Here is the presentation http://talks.php.net/show/w2e09 -- Shiplu Mokaddim My talks, http://talk.cmyweb.net Follow me, http://twitter.com/shiplu SUST Programmers, http://groups.google.com/group/p2psust Innovation distinguishes bet ... ... (ask Steve Jobs the rest) -- PHP General Mailing List