I am trying to run a JMeter test script and generate a dashboard to analyze the test results(in HTML).
As per the user manual , it suggests to run the following command.
jmeter -g <log file> -o <Path to output folder>
But when I am running the command, it says unknown option -g
. I tried with
jmeter --help
in the list of parameters -g is not found
. Can someone help me to debug this issue?