Parallel Scripts

Parallel Scripts

am 22.01.2008 15:23:06 von James Mackin

Hi,
I'd like to load test my site. I was thinking this would involve running
a PHP script which either performs a request, say 200 times, in parallel
or spawns scripts to do it. How would I go about doing this? If I can't
is there perhaps a bash alternative?
Thanks in advance.

Re: Parallel Scripts

am 22.01.2008 16:04:51 von luiheidsgoeroe

On Tue, 22 Jan 2008 15:23:06 +0100, James Mackin
wrote:

> Hi,
> I'd like to load test my site. I was thinking this would involve running
> a PHP script which either performs a request, say 200 times, in parallel
> or spawns scripts to do it. How would I go about doing this? If I can't
> is there perhaps a bash alternative?

http://httpd.apache.org/docs/2.0/programs/ab.html
--
Rik Wasmus