Created
November 22, 2019 01:55
-
-
Save liangway/e8469c01282fab2c5e60358a99ed969f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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