JMeter一台机器可以支持多大的并发量

Posted mastermonkintemple

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了JMeter一台机器可以支持多大的并发量相关的知识,希望对你有一定的参考价值。

Support for concurrent thread is basically depends on many factors like OS, free RAM and connections.

This is based on my experience If we follow the best practices as follow then we can achieve 350 ~ 500 concurrent users (web based application) and 900~1100 concurrent users (backend API) provided 8 GB RAM with 64-bit OS.

  • Use latest version of JMeter
  • Use correct number of Threads
  • Use script parameterization & correlations
  • Use CLI mode, disable/remove listeners, CSV out over XML, less assertions
  • Use variable sharing between threads & thread groups
  • Placement of Cookies, Authorization Manager
  • Don’t use functional mode
  • Don‘t modify jmeter.properties instead modify user.properties file
  • Don’t use Deprecated elements

 Note: If you observe CPU is crossing 80% then that’s not a good indication. You should minimize the concurrent users count and rerun the script.

以上是关于JMeter一台机器可以支持多大的并发量的主要内容,如果未能解决你的问题,请参考以下文章

rabbitmq能处理多大的数据

ruoyi能支持多大并发

Jmeter之仿真高并发测试(集合点)

jmeter-获取系统最大并发数

[转]TOMCAT 可以稳定支持的最大并发用户数

tomcat 最多支持并发多少用户?