Forrest logo
back to context overview

jmeter

List of commands for jmeter:

  • jmeter:tldr:071f4 jmeter: Run a test plan in nongui mode using a specific JMeter property.
    $ jmeter --jmeterproperty ${key}='${value}' --nongui --testfile ${filename}.jmx
    try on your machine
    explain this command
  • jmeter:tldr:1177c jmeter: Run a test plan in nongui mode using a specific log file.
    $ jmeter --nogui --testfile ${filename}.jmx --logfile ${path-to-logfile}.jtl
    try on your machine
    explain this command
  • jmeter:tldr:904e1 jmeter: Run a specific test plan in nongui mode.
    $ jmeter --nongui --testfile ${filename}.jmx
    try on your machine
    explain this command
  • jmeter:tldr:ed6f0 jmeter: Run a test plan in nongui mode using a specific proxy.
    $ jmeter --nongui --testfile ${filename}.jmx --proxyHost ${127-0-0-1} --proxyPort ${8888}
    try on your machine
    explain this command
back to context overview