com.ibm.websphere.pmi.stat

Interface WSAlarmManagerStats


  1. 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
  1. static
  2. int
AlarmLatencyDuration
Latency of alarms fired in milliseconds.
  1. static
  2. int
AlarmRate
Number of alarms per second.
  1. static
  2. int
AlarmsCancelledCount
The number of alarms cancelled by the application.
  1. static
  2. int
AlarmsCreatedCount
Total number of alarms created by all AsynchScopes for this WorkManager.
  1. static
  2. int
AlarmsFiredCount
The number of alarms fired.
  1. static
  2. int
AlarmsPendingSize
Number of alarms waiting to fire.
  1. static
  2. java.lang.String
NAME
The Performance Monitoring Instrumentation (PMI) module name.

Field Detail

NAME

  1. static final java.lang.String NAME
The Performance Monitoring Instrumentation (PMI) module name.
See Also:

AlarmsCreatedCount

  1. static final int AlarmsCreatedCount
Total number of alarms created by all AsynchScopes for this WorkManager. (CountStatistic)
See Also:

AlarmsCancelledCount

  1. static final int AlarmsCancelledCount
The number of alarms cancelled by the application. (CountStatistic)
See Also:

AlarmsFiredCount

  1. static final int AlarmsFiredCount
The number of alarms fired. (CountStatistic)
See Also:

AlarmLatencyDuration

  1. static final int AlarmLatencyDuration
Latency of alarms fired in milliseconds. (TimeStatistic)
See Also:

AlarmsPendingSize

  1. static final int AlarmsPendingSize
Number of alarms waiting to fire. (RangeStatistic)
See Also:

AlarmRate

  1. static final int AlarmRate
Number of alarms per second. (RangeStatistic)
See Also: