51Testing软件测试论坛

标题: 请问为什么jmeter不能用GUI进行压力测试呢? [打印本页]

作者: 测试积点老人    时间: 2022-4-1 13:42
标题: 请问为什么jmeter不能用GUI进行压力测试呢?
请问为什么jmeter不能用GUI进行压力测试呢?
  1. Don't use GUI mode for load testing !, only for Test creation and Test debugging.
  2. For load testing, use CLI Mode (was NON GUI):
  3. jmeter -n -t [jmx file] -l [results file] -e -o [Path to web report folder]
  4. & increase Java Heap to meet your test requirements:
  5. Modify current env variable HEAP="-Xms1g -Xmx1g -XX:MaxMetaspaceSize=256m" in the jmeter batch file
  6. Check : https://jmeter.apache.org/usermanual/best-practices.html
复制代码



作者: bellas    时间: 2022-4-2 09:30
参考下这个链接https://blog.csdn.net/loveliness_peri/article/details/119940167
作者: qqq911    时间: 2022-4-2 11:54
对机器压力大




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2