Ticket #185 (closed enhancement: fixed)

Opened 7 months ago

Last modified 6 months ago

Transaction distribution charts using moving data averaging

Reported by: fcohen Assigned to:
Priority: critical Milestone:
Version: 5.1 Keywords:
Cc:

Description

Some TestMaker users are running load tests over 12 to 24 hour periods of time. The Transaction Distribution charts of the resulting tests get overloaded with datapoints. An alternative method of plotting the chart is to use a moving average.

This enhancement enables moving average logging in a TestScenario definition for a load test using these commands:

<logs/> This is the default, it gives you the current transaction logging.

<logs chart="movingaverage"/> This gives you the moving average.

<logs chart="mixed"/> This gives you the moving agerage plus the standard datapoints.

-Frank

Change History

11/01/07 16:57:26 changed by fcohen

  • status changed from new to closed.
  • resolution set to fixed.

Looks great. Confirmed. -Frank

11/18/07 15:19:41 changed by fcohen

  • version set to 5.1.