开发者

JMeter command line - linux version vs windows version

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. 开发者_StackOverflow社区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.


Basically when you are running your script from windows, you are not mentioning where your output should store. Check if you are using any listeners and storing the results somewhere on the windows box. You can add one more parameter as - -l in the command line to get the help

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜