Class CIM_BlockStatisticsManifest


CIM_ManagedElement


Description

Instances of this class define a list of supported or desired properties of BlockStatisticalData instances. In the case where a BlockStatisticsManifest instance is a member of a BlockStatisticsManifestCollection used in a BlockStatisticsService.GetStatisticsCollection request, for each of the boolean"include"properties set to true in that BlockStatisticsManifest, the corresponding BlockStatisticalData property will be included, if available, in the statistics returned for BlockStatisticalData instances whose ElementType matches the ElementType of the BlockStatisticsManifest.

Subclasses

IBMTSDS_ExtentPoolManifest IBMTSDS_FCPortManifest IBMTSDS_RankManifest IBMTSDS_VolumeManifest

Referenced By

CIM_BlockStatisticsService

Properties

IdTypeRangeDescription
Key
InstanceID string
Within the scope of the instantiating Namespace, InstanceID opaquely and uniquely identifies an instance of this class. To ensure uniqueness within the NameSpace, the value of InstanceID should be constructed using the following"preferred"algorithm:<OrgID>:<LocalID>Where<OrgID>and<LocalID>are separated by a colon (:), and where<OrgID>must include a copyrighted, trademarked, or otherwise unique name that is owned by the business entity that is creating or defining the InstanceID or that is a registered ID assigned to the business entity by a recognized global authority. (This requirement is similar to the<Schema Name>_<Class Name>structure of Schema class names.) In addition, to ensure uniqueness,<OrgID>must not contain a colon (:). When using this algorithm, the first colon to appear in InstanceID must appear between<OrgID>and<LocalID>.<LocalID>is chosen by the business entity and should not be reused to identify different underlying (real-world) elements. If the above"preferred"algorithm is not used, the defining entity must assure that the resulting InstanceID is not reused across any InstanceIDs produced by this or other providers for the NameSpace of this instance.For DMTF-defined instances, the"preferred"algorithm must be used with the<OrgID>set to CIM.
Read Only
ElementType uint16
Computer System2
Front-end Computer System3
Peer Computer System4
Back-end Computer System5
Front-end Port6
Back-end Port7
Volume8
Extent9
Disk Drive10
Arbitrary LUs11
Remote Replica Group12
DMTF Reserved..
Vendor Specific0x8000..
Determines the type of elements that this BlockStatisticsManifest can be applied to (e.g. during a GetStatisticsCollection request). This is used when the same set of statistical metrics is calculated for several types of devices. In this way, a single BlockStatisticsManifest instance can be used to filter all the StatsiticalData instances that contain metrics for the same type of element in a StatisticsCollection. If used, a subclass should override this property to specify the element types supported by that class, preferably through ValueMap and Values qualifiers to allow clients to programmatically retrieve those supported types.
IncludeIdleTimeCounter boolean
Whether to include in a filter for a metered element the cumulative elapsed idle time for that element.
IncludeIOTimeCounter boolean
Whether to include in a filter for a metered element the cumulative elapsed I/O time (number of Clock Tick Intervals) for all I/Os for that element as defined in'Total I/Os'.
IncludeKBytesRead boolean
Whether to include in a filter for a metered element the cumulative count of data read in Kbytes for that element.
IncludeKBytesTransferred boolean
Whether to include in a filter for a metered element the cumulative count of data transferred in Kbytes for that element.
IncludeKBytesWritten boolean
Whether to include in a filter for a metered element the cumulative count of data written in Kbytes for that element.
IncludeMaintOp boolean
Whether to include in a filter for a metered element the cumulative count of all maintenance operations for that element.
IncludeMaintTimeCounter boolean
Whether to include in a filter for a metered element the cumulative elapsed maintenance time for that element.
IncludeReadHitIOs boolean
Whether to include in a filter for a metered element the cumulative count of all read cache hits (Reads from Cache) for that element.
IncludeReadHitIOTimeCounter boolean
Whether to include in a filter for a metered element the cumulative elapsed time for all Read I/Os read from cache for that element.
IncludeReadIOs boolean
Whether to include in a filter for a metered element the cumulative count of all reads for that element.
IncludeReadIOTimeCounter boolean
Whether to include in a filter for a metered element the cumulative elapsed time for all cumulative Read I/Os for that element.
IncludeStartStatisticTime boolean
Indicates whether or not the Statistics property of StatisticsService.GetStatisticsCollection method will include the time at time when statistics for this BlockStatisticsManifest were first captured.
IncludeStatisticTime boolean
Indicates whether or not the Statistics property of StatisticsService.GetStatisticsCollection method will include the time when statistics for this BlockStatisticsManifest were last captured.
IncludeTotalIOs boolean
Whether to include in a filter for a metered element the cumulative count of I/Os for that element.
IncludeWriteHitIOs boolean
Whether to include in a filter for a metered element the cumulative count of Write Cache Hits (Writes that went directly to Cache) forthat element.
IncludeWriteHitIOTimeCounter boolean
Whether to include in a filter for a metered element the cumulative elapsed time for all Write I/Os written to cache for that element.
IncludeWriteIOs boolean
Whether to include in a filter for a metered element the cumulative count of all writes for tat element.
IncludeWriteIOTimeCounter boolean
Whether to include in a filter for a metered element the cumulative elapsed time for all Write I/Os for that element.
Read Write
 
Inherited from class CIM_ManagedElement
Caption, Description, ElementName
 

Method Summary

NameDescription
 

Method Detail