Most likely the problem is bandwidth/IO. The server is forwarding every request to the client JMeter machine. That means the server's IO is doing double duty - receiving all those requests and turning around and sending them all out. If you tried running your test in normal non-gui mode on the solaris, and then import the resulting .jtl file afterward to your gui client, see if that doesn't increase your bounds.
Because JMeter's remoting abilities does nothing to relieve bandwidth limits, I don't use it - it's not actually a useful way currently to scale load testing up. Better is to simply run multiple non-gui instances on multiple machines. -Mike On Wed, 2005-06-15 at 10:42 +0300, Yuval wrote: > Hi, > I'm trying to run a load test (web) with the jmeter server running on a > Solaris machine. > The problem is that it seems like I can run only ~500 users, while the CPU > is only around 35% and the memory is on 25%. > Anyone knows if there's a limitation of the max number of threads per > process on Solaris, or any other cause for this issue? > Thanks, > Y. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

