Open source Java application designed for load testing functional behavior and measure performance. More information: https://jmeter.apache.org.
jmeter --nongui --testfile {{path/to/file.jmx}}
jmeter --nogui --testfile {{path/to/file.jmx}} --logfile {{path/to/logfile.jtl}}
jmeter --nongui --testfile {{path/to/file.jmx}} --proxyHost {{127.0.0.1}} --proxyPort {{8888}}
jmeter --jmeterproperty {{key}}='{{value}}' --nongui --testfile {{path/to/file.jmx}}