简体   繁体   中英

Executing Jmeter script in Ubuntu,facing error

: not found: ./jmeter:
: not found7: ./jmeter:
: not found4: ./jmeter:
: not found8: ./jmeter:
./jmeter: 85: ./jmeter: Syntax error: "elif" unexpected (expecting "then")

Executing command from bin folder.

My Unix command is:

$ ./jmeter -n -t ./JMX/Generate_Dashboard.jmx \
      -l ./JMX/Generate_Dashboard.jtl -e -o ./JMX/Generate_Report

See Running JMeter , you need to execute from bin folder under jmeter main folder:

To run JMeter, run the jmeter.bat (for Windows) or jmeter (for Unix) file. These files are found in the bin directory.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM