Skip to content

Instantly share code, notes, and snippets.

@liangway
Created November 22, 2019 01:55
Show Gist options
  • Save liangway/e8469c01282fab2c5e60358a99ed969f to your computer and use it in GitHub Desktop.
Save liangway/e8469c01282fab2c5e60358a99ed969f to your computer and use it in GitHub Desktop.
Ref. https://stackoverflow.com/questions/44918228/how-to-generate-html-report-in-jmeter
To generate Dashboard report follow the instruction below:
Generating Report Dashboard.
Generation from an existing sample CSV log file:
jmeter -g <log file> -o <Path to output folder>
Generation after load test:
jmeter -n -t <test JMX file> -l <test log file> -e -o <Path to output folder>
Ref. https://jmeter.apache.org/usermanual/generating-dashboard.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment