commands.sh

jmeter

all

Open source Java application designed for load testing functional behavior and measure performance.

More info →

Options (6)

-n, --nonguiboolean

Run a specific test plan in nongui mode

Example: jmeter {{[-n|--nongui]}} {{[-t|--testfile]}} {{path/to/file.jmx}}
-t, --testfileboolean

Run a specific test plan in nongui mode

Example: jmeter {{[-n|--nongui]}} {{[-t|--testfile]}} {{path/to/file.jmx}}
-l, --logfileboolean

Run 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}}
--proxyHostboolean

Run 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, --proxyPortboolean

Run 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, --jmeterpropertyboolean

Run 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.jmx

Run 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.jtl

Run 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] 8888

Run 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