Monitoring and Management : getAdviceInstanceMetrics

getAdviceInstanceMetrics
Microagent Method
Description
This method provides various metrics for a particular advice instance.
Index Names
AdviceInstanceID
In Index
LegalValueChoices
The identifier of the advice instance.
Out Index
LegalValueChoices
The identifier of the advice instance.
The number of times this advice instance has been executed by the engine.
The number of times this advice instance has thrown an exception.
The number of times this particular advice instance is currently running.
Total wall-clock time used by all calls of this advice instance (milliseconds) includeing the waiting time for asynchronous advices.
Total wall-clock time used by all calls of this advice instance (milliseconds) not including the waiting time for asynchronous advices.
Average elapsed time of all completed advice instances (milliseconds).
Minimum elapsed time of all completed advice instances (milliseconds).
Maximum elapsed time of all completed advice instances (milliseconds).
The elapsed time of the last completed advice instance (milliseconds).
Average execution time of all completed advice instances (milliseconds).
Minimum execution time of all completed advice instances (milliseconds).
Maximum execution time of all completed advice instances (milliseconds).
The execution time of the last completed advice instance (milliseconds).
Output Example