JMeter命令行输出

时间:2012-10-11 14:25:28

标签: command-line jmeter

我正在从命令行运行JMeter测试计划,它目前正在输出以下内容:

Created the tree successfully using C:\*****\TestPlan.jmx
Starting the test @ Thu Oct 11 10:20:43 EDT 2012 (1349965243947)
Waiting for possible shutdown message on port 4445
Tidying up ...    @ Thu Oct 11 10:20:46 EDT 2012 (1349965246384)
... end of run

有没有办法关闭此输出并让计划'静默'执行?

1 个答案:

答案 0 :(得分:2)

通过阅读本文http://www.robvanderwoude.com/battech_redirection.php

找到了解决此问题的方法

并附加> NUL命令

jmeter -n -t C:\***\TestPlan.jmx -Jhostname=%1 > NUL