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

      Fields 
      Modifier and Type Field and Description
      static int AlarmLatencyDuration
      Latency of alarms fired in milliseconds.
      static int AlarmRate
      Number of alarms per second.
      static int AlarmsCancelledCount
      The number of alarms cancelled by the application.
      static int AlarmsCreatedCount
      Total number of alarms created by all AsynchScopes for this WorkManager.
      static int AlarmsFiredCount
      The number of alarms fired.
      static int AlarmsPendingSize
      Number of alarms waiting to fire.
      static java.lang.String 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:
        Constant Field Values
      • AlarmsCreatedCount

        static final int AlarmsCreatedCount
        Total number of alarms created by all AsynchScopes for this WorkManager. (CountStatistic)
        See Also:
        Constant Field Values
      • AlarmsCancelledCount

        static final int AlarmsCancelledCount
        The number of alarms cancelled by the application. (CountStatistic)
        See Also:
        Constant Field Values
      • AlarmsFiredCount

        static final int AlarmsFiredCount
        The number of alarms fired. (CountStatistic)
        See Also:
        Constant Field Values
      • AlarmLatencyDuration

        static final int AlarmLatencyDuration
        Latency of alarms fired in milliseconds. (TimeStatistic)
        See Also:
        Constant Field Values
      • AlarmsPendingSize

        static final int AlarmsPendingSize
        Number of alarms waiting to fire. (RangeStatistic)
        See Also:
        Constant Field Values
      • AlarmRate

        static final int AlarmRate
        Number of alarms per second. (RangeStatistic)
        See Also:
        Constant Field Values
IBM WebSphere Application ServerTM
Release 8.5