PMIModule

A grouping of counters. Can have subgroupings. Counters that are enabled are specified via enable field. Counters that are enabled with synchronization are specified via enableSync field (NOTE: this is not being used currently). All other counters are implicitly disabled.



Attributes Summary
moduleName : StringThe name of the module.
type : StringThe (unique) type of the module.
enable : StringA comma seperated list of counters in this module that are enabled.
pmimodules : PMIModule * Represents a unique PMI module under the given parent.

Attribute Details

moduleName    -    The name of the module.
     data type:  String
     default Value:   unspecified



type    -    The (unique) type of the module.
     data type:  String
     default Value:   unspecified



enable    -    A comma seperated list of counters in this module that are enabled.
     data type:  String
     default Value:   unspecified



pmimodules    -    Represents a unique PMI module under the given parent. The PMI module is identified by the moduleName and the type. The enable field lists the statistic IDs that are enabled for this PMI module.
     data type: PMIModule*


Copyright IBM Corp. 1997-2004