How do threads and number of iterations impact test and what is JMeter’s max. thread limit

后端 未结 6 820
不思量自难忘°
不思量自难忘° 2020-12-02 20:11
  1. Would you please tell me the max limit of no. of threads that i can use in JMeter 2.4 for conducting a load test?

  2. Is there any difference in taking

6条回答
  •  醉梦人生
    2020-12-02 21:15

    Maximum number of users depends of your OS,free RAM and connection. Win XP is limited to 3000 processes at the same time. On Linux is more than 3000 but I don't how much. Be careful that you test server and if you start 3000 thread on your machine require a lot of resources and the test will not be real. I pref fare to start maximum 300 users per machine. If you want to increase the number of users than use distributed testing (use more machine as DoS attack). In theory is the same number of request but the time complexity is not the same.

提交回复
热议问题