PMIService

Performance Monitoring Service settings

Inherits from type Service and adds the following.

Attributes Summary
initialSpecLevel : StringA PMI spec string which stores the PMI spec level for all components in the server.
statisticSet : StringValue defining the current statistic set being monitored.
synchronizedUpdate : booleanWhen enabled, certain counters are updated within synchronized code blocks, to allow for greater accuracy.

Attribute Details

initialSpecLevel    -    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.
     data type:  String
     default Value:   unspecified



statisticSet    -    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.
     data type:  String
     default Value:   unspecified



synchronizedUpdate    -    When enabled, certain counters are updated within synchronized code blocks, to allow for greater accuracy.
     data type: boolean
     default Value:   unspecified
     Allowed Values:  true   false  


Copyright IBM Corp. 1997-2004