测试积点老人 发表于 2022-4-1 13:42:26

请问为什么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

bellas 发表于 2022-4-2 09:30:39

参考下这个链接https://blog.csdn.net/loveliness_peri/article/details/119940167

qqq911 发表于 2022-4-2 11:54:44

对机器压力大
页: [1]
查看完整版本: 请问为什么jmeter不能用GUI进行压力测试呢?