Re: [PHP] How to test the load

2001-12-14 Thread Dan McCullough
I'll have to see where I can find it, but there are several scripts that will make requests in growing increments until either the server gives out or the script does. --- jimtronic [EMAIL PROTECTED] wrote: Yes, load time, but in general just to see how much traffic a server/script/db can

Re: [PHP] How to test the load

2001-12-14 Thread Dan McCullough
Try this link. http://www.webtechniques.com/archives/1999/07/stein/ --- jimtronic [EMAIL PROTECTED] wrote: Yes, load time, but in general just to see how much traffic a server/script/db can handle and what performance is like. Is this to test load time? To see under what load the

Re: [PHP] How to test the load

2001-12-14 Thread Dan McCullough
Is this to test load time? To see under what load the script finially craps out, or the server? --- jimtronic [EMAIL PROTECTED] wrote: Hi, This may be more of webserver question, but what methods are used to test the load on a php script or a family of scripts. I'm guessing that

Re: [PHP] How to test the load

2001-12-14 Thread jimtronic
Yes, load time, but in general just to see how much traffic a server/script/db can handle and what performance is like. Is this to test load time? To see under what load the script finially craps out, or the server? --- jimtronic [EMAIL PROTECTED] wrote: Hi, This may be more of

Re: [PHP] How to test the load

2001-12-14 Thread Phil Glatz
At 09:35 AM 12/14/2001 -0500, jimtronic wrote: This may be more of webserver question, but what methods are used to test the load on a php script or a family of scripts. Start with ab, the Apache stress tester that comes with the Apache distribution. Microsoft also has a free stress testing