TA的每日心情 | 无聊 4 天前 |
---|
签到天数: 530 天 连续签到: 2 天 [LV.9]测试副司令
|
1测试积点
请问为什么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
复制代码
|
|