My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
ResponseTimesOverTime  

Listener, Graph
Updated Apr 4, 2011 by a...@apc.kg

Response Times Over Time since 0.2.1

From all the tutorials floating around in the net on how to get response times graphs from JMeter log files it is clear that this feature is missing to a lot of JMeter users. Well, this is history now, as the Response Times Over Time Listener is now part of the plugin package!

This graph will display for each sampler the average response time in milliseconds. And here is how it looks like:

Comment by san...@pa7.nl, Nov 2, 2010

Hi, I don't know if this is caused by the grouping functionality (0.2.2_RC2), but when loading a jtl file in this graph the Y-axis has values 0 till 100000, while the highest peak in the graph is only 38000. Is it possible to set definitions for the min and max value for the Y-axis? I also tried setting the jmeterPlugin.optimizeYAxis to false. This helped a little, but still a lot of white space is between the hightest peak and maximum value of the Y-axis. If it is unclear what I mean, please let me know and I will e-mail you an example. Kind Regards, Sander

Comment by project member Stephane...@gmail.com, Nov 2, 2010

Hi sander,

This is a known problem, I will fix it in the future. Basically, the max chosen by the chart is wrong for average values. If you have a point which is 2=avg(1,2,3), the max should be 2 but as of now it is 3.

Stephane

Comment by project member Stephane...@gmail.com, Nov 4, 2010

Hi Sander,

The last version (0.3.0) should improve this.

Comment by san...@pa7.nl, Nov 15, 2010

Hi Stephane, I downloaded 0.3.0 and it seems to have improved a lot. However, I noticed that whenever a transaction exceeds a certain value (Looks like it's 50000ms. I see it when a single transaction has for example 69000ms), the Y-axis has values till 100000. Can you confirm this behaviour? It's not annoying or something, but it got my attention. Sander

Comment by project member Stephane...@gmail.com, Nov 15, 2010

Hi,

Yes this is the current behavior. you can have maximized charts by disabling the optimizeYAxis.

Comment by Dsal...@gmail.com, Apr 7, 2011

Hi, this may sound a bit silly, but are you using moving averages to plot the graph like you would in excel using the moving average option in the analysis pak in excel

Comment by project member Stephane...@gmail.com, Apr 7, 2011

Hi, no it is standard average, a point at time = t is the average of all values at that time. Note we group all values t+granulation to t.

Comment by volodymy...@gmail.com, May 17, 2011

Hello, how is the "Aggregated display, all Samplers combined" calculated? As average for all samples? Thanks.

Comment by project member a...@apc.kg, May 17, 2011

Hi, Yes, it is average for all samples.

Comment by stevesen...@gmail.com, Sep 6, 2011

Hi, could you explain why when I run a test, in Jmeters aggregate report I get a MAX value of 8.5 seconds, but this graph (Response Times over Time) only shows a MAX value of 7 second?

Is this correct or do I interpret the graph functionality incorrectly?

TIA

Comment by project member a...@apc.kg, Sep 6, 2011

This graph shows average response times per second. So you see maximum of per-second averages.

Comment by uclareal...@gmail.com, Oct 5, 2011

I'm using jmeter 2.5 with the JmeterPlugins? 0.4.2 and this graph just seems to be wrong to me. On the Summary Report I have a transaction that has an average of 142 ms with a max of 817 ms. But the Response Times Over Time graph shows it hovering around 4000 ms. Do you know why this would be?

Thanks, Chris

Comment by project member Stephane...@gmail.com, Oct 5, 2011

check the percentile or distribution chart so you can check your values

Stef

Comment by sinh...@gmail.com, Nov 16, 2011

I think that Settings must have Aggregated display, grouping(tn in jtl file) Sampler combined.

Powered by Google Project Hosting