0

I'm been using JMeter on a linux box, under the command line for a little bit. works fine.

Today, I tried it on a windows box (new client, etc) and it does work but the OUTPUT is waay different, in the console window.

The linux version dumps to the console a running commentary of what is going on -> Min/Max/Throughput/Error messages, etc. etc.

On windows, there's non of that.. eg..

C:\Users\Administrator>c:\temp\jakarta-jmeter-2.3.4\bin\jmeter -n -t "C:\Users\A
dministrator\Desktop\JMeter Test Files\MyProject.jmx" -Dthrea
ds=10 -Dloop=10 -Drampup=1
Created the tree successfully using C:\Users\Administrator\Desktop\JMeter Test Files\MyProjectjmx
Starting the test @ Fri Oct 23 21:08:37 PDT 2009 (1256357317843)
Waiting for possible shutdown message on port 4445
Tidying up ...    @ Fri Oct 23 21:09:09 PDT 2009 (1256357349008)
... end of run

Is there a setting i need to set? something i'm missing from the configuration file?

Note: Please don't tell me to stick with the Linux version - lets keep any religious wars out of this discussion.

4

1 回答 1

1

基本上,当您从 Windows 运行脚本时,您并没有提到您的输出应该存储在哪里。检查您是否正在使用任何侦听器并将结果存储在 windows 框的某个位置。您可以在命令行中添加一个参数为 - -l 以获得帮助

于 2011-11-03T12:37:13.147 回答