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 に答える