Creating jmeter results in graphs with several tests via Hudson

I am going to integrate test scripts into a continuous integration system such as Hudson. My goal is to test each load test over time and display it in readable diagrams.

As long as there are plugins for creating graphs for a single run of the script, I would like to know how session data, such as those found in the summary report, can be recorded over time.

One way is to save the summary reports in a jtl file and discard the data.

I checked the Performance Plugin for Hudson, but I am in a block on how to modify the plugin to display more diagrams with additional information.

+3
source share
1 answer

JMeter - ( ) . , .

Logstash, JMeter , . Elasticsearch, Kibana.

, , , , , , .

+2

Source: https://habr.com/ru/post/1795139/


All Articles