0
votes

I have planned a test on Jmeter in GUI mode which I want to run on the linux based server. And the Jmeter on the server is in non-GUI mode, so how do i alter the jmx of my test plan so that it start executing on non-GUI mode? I tried executing it like I did on cmd of the PC where I built the test i.e "JMeter -n -t Text.jmx". But it is not executing as the test plan is made in the GUI mode. Basically problem in jmx is this: "HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="crw" enabled="true"" So how do I replace this to run in non-GUI mode. Any help is appreciated :)

1

1 Answers

1
votes

There is nothing to change to switch from gui to non-gui mode.

what is your error ?

This command line should work:

 <JMETER_HOME>/bin/jmeter -t <Path to Test Plan> -n -l <path to results>/results.csv