com.ibm.websphere.pmi.stat
Interface StatConstants
- public interface StatConstants
Field Summary
Modifier and Type | Field and Description |
---|---|
|
STATISTIC_SET_ALL
WebSphere performance statistics can be enabled using sets.
|
|
STATISTIC_SET_BASIC
Represents a set in which the J2EE 1.4 + some top statistics are enabled
|
|
STATISTIC_SET_CUSTOM
Represents a customized set that is enabled using fine-grained control
|
|
STATISTIC_SET_EXTENDED
Represents a set in which the statistic from Basic set + some important statistics from WebSphere components are enabled
|
|
STATISTIC_SET_NONE
Represents a set in which all statistics in the server are disabled
|
Field Detail
STATISTIC_SET_NONE
- 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
- 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
- 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
- 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
- static final java.lang.String STATISTIC_SET_CUSTOM
Represents a customized set that is enabled using fine-grained control
See Also: