IIB monitoring Elapsed Time Average
search cancel

IIB monitoring Elapsed Time Average

book

Article ID: 213385

calendar_today

Updated On:

Products

CA Application Performance Management (APM / Wily / Introscope)

Issue/Introduction

The metric Elapsed Time Average metric does not show the correct value of the average from the minimum and maximum as below:

 

 
 
 

Environment

CA Application Performance Management 10.7 agent release.

IIB monitoring.

Cause

 Elapsed Time Average is not the average of Elapsed Time Maximum and Elapsed Time Minimum.

Resolution

Below how the Elapsed Time Average is measured:

MBConstants.ELAPSED_TIME_AVERAGE, elapsedTimeTotal / messageflowInvocationTotal

Elapsed Time Average = Elapsed Time Total / (message flow invocation total) 
message flow invocation total   = commitCount + backoutCount;

So Elapsed Time Average is NOT an average of Max and Min. Also, there is NO metric as Average for Elapsed Time Maximum and Elapsed Time Minimum.

As a workaround, you can create a calculator from Elapsed Time Maximum and Elapsed Time Minimum. Please refer to the below documentation to accomplish it:

https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/application-performance-management/10-7/administrating/manage-metric-data-by-using-management-modules/create-and-edit-calculators.html