What is the highest number of threads that is reasonable to simultaneously run in Jmeter?

后端 未结 9 1647
梦谈多话
梦谈多话 2020-11-28 08:06

I want to use the highest possible number of threads (to use less computers) but without making the bottleneck to be in the client.

9条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-11-28 08:44

    It is more dependent on the kind of performance testing you do(load, spike, endurance etc) on a specific server (a little on hardware dependency)

    Keep in mind around these parameters - the client machine on which you are targeting the run of jmeter, there will be a certain amount of heap memory allocated, ensure to have a healthy allocation so that the script does not error out. The highest i had run on jmeter was 1500 on a local environment ( client - server arch), On a Web arch, the highest i had a run was based upon Non- functional requirement were limited to 250 threads,

    so it ideally depends on the kinds of performance testing and deployment style and so on..

提交回复
热议问题