2025-03-14 21:59:59 -06:00
|
|
|
# jmeter
|
|
|
|
|
|
|
|
|
|
> Open source Java application designed for load testing functional behavior and measure performance.
|
2025-12-16 10:20:31 -07:00
|
|
|
> More information: <https://jmeter.apache.org/usermanual/get-started.html#options>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Run a specific test plan in nongui mode:
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
`jmeter {{[-n|--nongui]}} {{[-t|--testfile]}} {{path/to/file.jmx}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Run a test plan in nongui mode using a specific log file:
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
`jmeter {{[-n|--nongui]}} {{[-t|--testfile]}} {{path/to/file.jmx}} {{[-l|--logfile]}} {{path/to/logfile.jtl}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Run a test plan in nongui mode using a specific proxy:
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
`jmeter {{[-n|--nongui]}} {{[-t|--testfile]}} {{path/to/file.jmx}} {{[-H-|--proxyHost]}} {{127.0.0.1}} {{[-P|--proxyPort]}} {{8888}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Run a test plan in nongui mode using a specific JMeter property:
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
`jmeter {{[-n|--nongui]}} {{[-t|--testfile]}} {{path/to/file.jmx}} {{[-J|--jmeterproperty]}} {{key}}='{{value}}'`
|