PMIService

Performance Monitoring Service settings

Inherits from type Service and adds the following.


 

Attributes Summary

initialSpecLevel A PMI spec string which stores the PMI spec level for all components in the server.

 

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