开源的 Java 应用程序,旨在对功能行为进行负载测试并衡量性能。 更多信息:https://jmeter.apache.org.
jmeter --nongui --testfile {{路径/到/文件.jmx}}
jmeter --nogui --testfile {{路径/到/文件.jmx}} --logfile {{路径/到/日志文件.jtl}}
jmeter --nongui --testfile {{路径/到/文件.jmx}} --proxyHost {{127.0.0.1}} --proxyPort {{8888}}
jmeter --jmeterproperty {{键}}='{{值}}' --nongui --testfile {{路径/到/文件.jmx}}