jmeter
all
Open source Java application designed for load testing functional behavior and measure performance.
More info →Options (6)
-n, --nonguibooleanRun a specific test plan in nongui mode
Example:
jmeter {{[-n|--nongui]}} {{[-t|--testfile]}} {{path/to/file.jmx}}-t, --testfilebooleanRun a specific test plan in nongui mode
Example:
jmeter {{[-n|--nongui]}} {{[-t|--testfile]}} {{path/to/file.jmx}}-l, --logfilebooleanRun a test plan in nongui mode using a specific log file
Example:
jmeter {{[-n|--nongui]}} {{[-t|--testfile]}} {{path/to/file.jmx}} {{[-l|--logfile]}} {{path/to/logfile.jtl}}--proxyHostbooleanRun a test plan in nongui mode using a specific proxy
Example:
jmeter {{[-n|--nongui]}} {{[-t|--testfile]}} {{path/to/file.jmx}} {{[-H-|--proxyHost]}} {{127.0.0.1}} {{[-P|--proxyPort]}} {{8888}}-P, --proxyPortbooleanRun a test plan in nongui mode using a specific proxy
Example:
jmeter {{[-n|--nongui]}} {{[-t|--testfile]}} {{path/to/file.jmx}} {{[-H-|--proxyHost]}} {{127.0.0.1}} {{[-P|--proxyPort]}} {{8888}}-J, --jmeterpropertybooleanRun a test plan in nongui mode using a specific JMeter property
Example:
jmeter {{[-n|--nongui]}} {{[-t|--testfile]}} {{path/to/file.jmx}} {{[-J|--jmeterproperty]}} {{key}}='{{value}}'Examples (4)
Run a specific test plan in nongui mode
jmeter [-n|--nongui] [-t|--testfile] path/to/file.jmxRun a test plan in nongui mode using a specific log file
jmeter [-n|--nongui] [-t|--testfile] path/to/file.jmx [-l|--logfile] path/to/logfile.jtlRun a test plan in nongui mode using a specific proxy
jmeter [-n|--nongui] [-t|--testfile] path/to/file.jmx [-H-|--proxyHost] 127.0.0.1 [-P|--proxyPort] 8888Run a test plan in nongui mode using a specific JMeter property
jmeter [-n|--nongui] [-t|--testfile] path/to/file.jmx [-J|--jmeterproperty] key='value'made by @shridhargupta | data from tldr-pages