我正在通过jenkins运行JMeter,以便使用命令行选项进行性能测试。我在执行命令时已经写入一个jtl文件,例如:
java -jar Jmeter -n -t jmx文件的路径-l日志文件
我还想将结果放入存储在另一个位置的另一个日志文件中,但我无法通过在-l命令之后放置另一个路径或放入第二个-l来使其工作。反正这样做了吗?
由于
答案 0 :(得分:1)
检查这些选项。你应该使用选项' -j'。它对我来说很好。
-n This specifies JMeter is to run in non-gui mode
-t [name of JMX file that contains the Test Plan].
-l [name of JTL file to log sample results to].
-j [name of JMeter run log file].
-r Run the test in the servers specified by the JMeter property "remote_hosts"
-R [list of remote servers] Run the test in the specified remote servers