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