You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Randy Paries <ra...@unitnet.com> on 2004/05/21 22:32:21 UTC

Using jmeter in non-gui

Hello
I created a test plan using the GUI on my desktop
 
I then copied the jmx file to my server
 
i then try 
 
mytest.jmx is in the same directory(actually i have tried the absolute path
of the file as well
 
./jmeter -n -LDEBUG -t mytest.jmx -l log.jtl
Created the tree successfully
Starting the test
Could not find the TestPlan!
 
Do i need move more than the jmx file?
 
Thanks