简体   繁体   中英

Setting Number of Threads in Distributed Testing in JMeter

I have to test an application with 1000 Users. For that, I have set up a load testing environment with 20 machines. Each Machine will generate a load of 50 VUsers.

So, I need a confirmation that the number that I will enter in ' No of Thread (Users) ' will be generated by all the slave machines. In my case, I should enter 50 and not 1000 here.

When running in a distributed testing (master/slaves) environment, you have the option of configuring the slaves differently. You start JMeter on the slaves manually, and then use the master to tell the slaves when to start sending requests to the server(s) being tested. This JMeter document describes the distributed testing environment pretty well.

In your case, it sounds like you want the slaves to behave about the same, so setting the number of threads to 50 for each of the 20 slaves is the correct thing to do.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM