Cody Pendant has asked for the wisdom of the Perl Monks concerning the following question:
How would that normally be done in Perl? What tools are available to do it? What are we testing for -- slowing down of the server? Slowing down of HTTP response times?
--
($_= 'jjjjjjuuuuuuuuusssssssssttttttttt annnnnnoootttttthhhhheeeeeerrrrrr pppeeeerrrrrrrrrrrrllllllllllllll haaaaccccccckkkkkkkeeeeeeeerrrrrr ' ) =~y/[a-z]//s;print;
2002-02-10 Edit by Corion: Changed PRE tags in signature to CODE tags, reformatted sig.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How Do You Stress-Test a Server?
by screamingeagle (Curate) on Feb 10, 2002 at 11:13 UTC | |
|
Re: How Do You Stress-Test a Server?
by gellyfish (Monsignor) on Feb 10, 2002 at 10:24 UTC | |
|
Re: How Do You Stress-Test a Server?
by Ryszard (Priest) on Feb 10, 2002 at 09:48 UTC | |
|
Re: How Do You Stress-Test a Server?
by drfrog (Deacon) on Feb 10, 2002 at 19:09 UTC |