All metrics that calculate a result based on the resolution time of the incidents/problems/changes use this module and use the same calculation method.
Resolution time of an incident is calculated as the elapsed time between when the incident was opened until a final solution was provided for it. The time in which the incident spent in pending status is removed from the resolution time. Also the time out of the time slot is removed from the resolution time.
Calculation Assumptions
Module Interface
The following table lists the parameters.
|
Name |
Description |
|
TimeUnit |
This is the Threshold time unit. For example, when the threshold is 3 days, the time unit is days. |
|
TargetTime |
The resolution time threshold in which each incident is compared to in order to calculate the percentage of incidents resolved within this threshold. For example, when the threshold is 3 days, the target time is days. |
|
WhatToCalculate |
Determines the resulting output at the end of the period. For example, when the threshold is 3 days, the target time is days. |
|
Debug |
Determines if in debug mode. |
Module Dependencies
The following table lists the included modules.
|
Name |
Description |
|
Log Library (LL) |
Library for enhanced logging functionality. |
|
Time Counter Library (TCL) |
Library used to keep track of entity time counters. |
|
Aggregation Library (AL) |
Library used to produce results for common calculations. |
|
Parameter Kernel Library (PKL) |
Library responsible for verifying and populating module parameters. |
|
Parameters Overlay - Basic Action Library (POBAL) |
Library responsible for verifying and populating some generic parameters. |
|
Callback Kernel Library (CKL) |
Library that enables the callback functionality. |
|
Quick Metric Filtering (QM) |
Filtering module required for Quick Metric functionality. |
|
Quick Metric Mapping (QM) |
Mapping module required for Quick Metric functionality. |
Module Calculations (WhatToCalculate parameter)
Event Registration
|
Copyright © 2012 CA.
All rights reserved.
|
|