TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [TCLUG:14777] web stress test utilities
Chad Juettner wrote:
> Can anyone recommend a decent web site stress test utility? I did a little
> digging on freshmeat and didn't really find anything.
>
> I was hoping to find something that'll simulate my site getting slashdotted.
> Does something like that exist?
>
> Chad Juettner
> http://www.inhale.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tclug-list-unsubscribe@mn-linux.org
> For additional commands, e-mail: tclug-list-help@mn-linux.org
Chad,
I wrote a VERY simple C program last year to test web traffic through a
firewall. It can be run on the host or the web server itself. The user can
define how many connections/clients are to be run. The clients just keep
issuing "GET /" HTML commands. After the test the number of connections/sec are
printed. I'll send you the source if your interested.
Scott Donoho