Ask Your Question
3

In the JMeter HTML Dashboard Report, how can the color of the cell in a statistics table be altered to red when the response time exceeds a threshold value?

asked 2023-05-24 09:20:20 +0000

nofretete gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
2

answered 2023-05-24 09:35:02 +0000

huitzilopochtli gravatar image

In order to change the color of the cell in a statistics table in JMeter HTML Dashboard Report when the response time goes beyond a threshold value, you need to follow the below steps:

  1. Open the jmeter.properties file located in the bin directory of the JMeter installation folder.
  2. Search for the property “jmeter.reportgenerator.statisticchartsuccessoverallcolor”.
  3. Change the value of this property to the color code that you want to use. For example, you can use #FF0000 for red color.
  4. Save the file and close it.
  5. Run your test plan as usual, generate the HTML Dashboard Report and open it.
  6. You will find that in the statistics table of this report, the cells that exceed the threshold value are marked red.

Note: The threshold value is configured using the percentile values in the reportgenerator.properties file. By default, the percentile value for ‘error rate threshold’ is set at 2625ms. If any response time exceeds this value, it will be marked with the color code that you have configured.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-24 09:20:20 +0000

Seen: 9 times

Last updated: May 24 '23