com.ibm.websphere.pmi.stat
Interface WSAlarmManagerStats
- public interface WSAlarmManagerStats
WebSphere Application Server Alarm Manager Stats interface.
Alarm Manager statistics are structured as follows in the PMI tree:<server>
|__Alarm Managers+
|__<AlarmManager_A>
|__<AlarmManager_B>
Field Summary
Modifier and Type | Field and Description |
---|---|
|
AlarmLatencyDuration
Latency of alarms fired in milliseconds.
|
|
AlarmRate
Number of alarms per second.
|
|
AlarmsCancelledCount
The number of alarms cancelled by the application.
|
|
AlarmsCreatedCount
Total number of alarms created by all AsynchScopes for this WorkManager.
|
|
AlarmsFiredCount
The number of alarms fired.
|
|
AlarmsPendingSize
Number of alarms waiting to fire.
|
|
NAME
The Performance Monitoring Instrumentation (PMI) module name.
|
Field Detail
NAME
- static final java.lang.String NAME
The Performance Monitoring Instrumentation (PMI) module name.
See Also:
AlarmsCreatedCount
- static final int AlarmsCreatedCount
Total number of alarms created by all AsynchScopes for this WorkManager.
(CountStatistic)
See Also:
AlarmsCancelledCount
- static final int AlarmsCancelledCount
The number of alarms cancelled by the application. (CountStatistic)
See Also:
AlarmsFiredCount
- static final int AlarmsFiredCount
The number of alarms fired. (CountStatistic)
See Also:
AlarmLatencyDuration
- static final int AlarmLatencyDuration
Latency of alarms fired in milliseconds. (TimeStatistic)
See Also:
AlarmsPendingSize
- static final int AlarmsPendingSize
Number of alarms waiting to fire. (RangeStatistic)
See Also:
AlarmRate
- static final int AlarmRate
Number of alarms per second. (RangeStatistic)
See Also: