wow, that's a lot of users. what is your goal? is it to simulate 10K users using the site in a normal 14hour period from 7am to 9pm? or is it to simulate 10K concurrent active user sessions? If it is the second case, don't bother running the test if you're not using a cluster of servers. No single webserver will be able to handle that kind of load effectively. That's not to say that it will die, but it will be slow. If the goal is the first one, you can simulate 10K users by figuring out the concurrent requests. You might want to read the draft of my second performance article, if you're not familiar with simulating production traffic. I've never tried using JMeter with 50 systems, since I've never had that many available. the first article is posted on Tomcat's resource page and the draft is located at http://tao.altern8.net:8080/perf_article_two.zip peter lin
prabhu varma <[EMAIL PROTECTED]> wrote: Hi All, I want to execute the performance test with 10,000 virtual users, I am planning to execute test in remote mode, since we have enough machines. Can controller supports 50 machines? is there any limitation to add machines to controller?, Any one executed load test with 10,000 virtual users using jmeter? Any valuable suggestion are appreciated . -prabhu --------------------------------- Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online --------------------------------- Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online

