Current Situation: I am using JMeter for doing the Performance regression of my application. The scripts are prepared and are executed every night.
I am also using JMeter plugins to capture the PerfMon stats and JMX stats during the test. The response time stats, perfmon stats and JMX stats are all stored in the file in csv format.
Problem Statement: Q1: The daily analysis of the results is tedious task. Also, we want to plot the daily trends of Response time and Server metrics and share it with larger group. Do you have any suggestions on available tools (open source/ free preferred) that can help us to plot daily trends for response time and server metrics.
If we have to develop our own tool then... Q2: While plotting the trend, what will be the best way to convey the regression status with minimum number of graphs? Our suite has more than 200 samplers and is growing every month. Plotting the daily trends for 200+ samples in a graph is very confusing for the end audience. Can you suggest a way where I can get a single number to plot the daily trend.