This type is a class for model objects.
Performance Monitoring Service settings
Package: pmiserviceAttributes Summary | |
initialSpecLevel : EString | A PMI spec string which stores the PMI spec level for all components in the server. The spec string specifies initial performance monitoring levels for various PMI modules. An empty value is allowed and treated as "use default level none" for all the PMI modules. Any PMI module that is not specified is initialized to a default level of none. The grammar of the string is a list of moduleName=level connected by ":". The moduleName is one of the following: beanModule, acheModule, connectionPoolModule, j2cModule, jvmRuntimeModule, orbPerfModule, servletSessionsModule, systemModule, threadPoolModule, transactionModule, webAppModule, wlmModule, webServicesModule, and wsgwModule. The level is one of the following: n, l, m, h, and x, representing none, low, medium, high, and maximum, respectively. An example spec string is beanModule=h:j2cModule=m:jvmRuntimeModule=h:webAppModule=m. |
statisticSet : EString | Value defining the current statistic set being monitored. Can be any of several preset statistic sets, or all, none, or custom. If custom, the enabled counters are defined in the PMIModule. |
synchronizedUpdate : EBoolean | When enabled, certain counters are updated within synchronized code blocks, to allow for greater accuracy. |
Attribute Details |