请问为什么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 -l -e -o
& 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
参考下这个链接https://blog.csdn.net/loveliness_peri/article/details/119940167 对机器压力大
页:
[1]