PMIService


This type is a class for model objects.

Performance Monitoring Service settings

Package: pmiservice
Supertype: Service

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *



Attributes 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 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

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 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: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

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: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

synchronizedUpdate  -  When enabled, certain counters are updated within synchronized code blocks, to allow for greater accuracy.
    Data Type: EBoolean
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



(C) COPYRIGHT International Business Machines Corp. 1996-2006