1

我正在从命令行运行 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

有什么方法可以关闭此输出并让计划“静默”执行?

4

1 回答 1

2

按照这篇文章http://www.robvanderwoude.com/battech_redirection.php找到了一种方法来做到这一点

并将 > NUL 附加到命令

jmeter -n -t C:\***\TestPlan.jmx -Jhostname=%1 > NUL
于 2012-10-11T16:13:20.420 回答