com.ibm.websphere.pmi.stat

Interface StatConstants


  1. public interface StatConstants
Constants for PMI Stats

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
STATISTIC_SET_ALL
WebSphere performance statistics can be enabled using sets.
  1. static
  2. java.lang.String
STATISTIC_SET_BASIC
Represents a set in which the J2EE 1.4 + some top statistics are enabled
  1. static
  2. java.lang.String
STATISTIC_SET_CUSTOM
Represents a customized set that is enabled using fine-grained control
  1. static
  2. java.lang.String
STATISTIC_SET_EXTENDED
Represents a set in which the statistic from Basic set + some important statistics from WebSphere components are enabled
  1. static
  2. java.lang.String
STATISTIC_SET_NONE
Represents a set in which all statistics in the server are disabled

Field Detail

STATISTIC_SET_NONE

  1. static final java.lang.String STATISTIC_SET_NONE
Represents a set in which all statistics in the server are disabled
See Also:

STATISTIC_SET_BASIC

  1. static final java.lang.String STATISTIC_SET_BASIC
Represents a set in which the J2EE 1.4 + some top statistics are enabled
See Also:

STATISTIC_SET_EXTENDED

  1. static final java.lang.String STATISTIC_SET_EXTENDED
Represents a set in which the statistic from Basic set + some important statistics from WebSphere components are enabled
See Also:

STATISTIC_SET_ALL

  1. static final java.lang.String STATISTIC_SET_ALL
WebSphere performance statistics can be enabled using sets. Set "ALL" represents a set in which all the statistics are enabled
See Also:

STATISTIC_SET_CUSTOM

  1. static final java.lang.String STATISTIC_SET_CUSTOM
Represents a customized set that is enabled using fine-grained control
See Also: