Jmeter java -jar ApacheJMeter.jar doesn't pickup -t option -
if used java -jar /absolute/path/to/apachejmeter.jar -t test.jmx, start gui without test.jmx
if used java -jar ./apachejmeter.jar -t test.jmx, show gui test.jmx opened.
thanks
if use absolute path -jar option you'll need include absolute path test.jmx -t option. e.x. -t /absolute/path/to/test.jmx
, unless test.jmx happens in current directory.
Comments
Post a Comment