On 23 Jan 2003 at 17:49, Cameron Zemek wrote: > [snip] The jmeter-server script was running > on the web server. Is this okay? How does remote testing with JMeter > work??
JMeter simulates a client. Clients don't run their browser right on your server - and certainly 100 clients don't do that. If you run JMeter on your app server, that is in effect what you are simulating, which makes no sense. Run JMeter on a different machine. Regarding how does it work - the JMeter remote "server" runs the test script and reports results back to the gui. Since Java GUI's are very resource intensive, the fact that the JMeter "server" doesn't run any gui means it doesn't put such a load on it's cpu and memory. -- Michael Stover [EMAIL PROTECTED] Yahoo IM: mstover_ya ICQ: 152975688 AIM: mstover777 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

