If I only have 1 machine and I want to approximate best maximum load on struts application on the line I have, what can I do??
Ok, so the result will likely be under estimated ( i.e. less than real maximum load due to same cpu running both application and test) but it's better to under estimate than over estimate.
Thanks
----- Original Message ----- From: "Craig McClanahan" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Tuesday, October 05, 2004 1:00 PM
Subject: Re: Best load testing tool for Java applications
You can run JMeter on the same machine as your server if you like, but it's pretty likely to influence your results due to the resource requirements of the test application itself. I wouldn't use any performance testing tool on the same machine, for that reason.
Unit tests and system integration tests, of course, are a different story.
Craig
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]