51Testing软件测试论坛
标题:
请问为什么jmeter不能用GUI进行压力测试呢?
[打印本页]
作者:
测试积点老人
时间:
2022-4-1 13:42
标题:
请问为什么jmeter不能用GUI进行压力测试呢?
请问为什么jmeter不能用GUI进行压力测试呢?
Don't use GUI mode for load testing !, only for Test creation and Test debugging.
For load testing, use CLI Mode (was NON GUI):
jmeter -n -t [jmx file] -l [results file] -e -o [Path to web report folder]
& increase Java Heap to meet your test requirements:
Modify current env variable HEAP="-Xms1g -Xmx1g -XX:MaxMetaspaceSize=256m" in the jmeter batch file
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