Class CIM_BlockStatisticsManifest
extends CIM_ManagedElement

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.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_BlockStatisticsManifest

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringInstances 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.
UMLPackagePathstringCIM::Device::StorageStatistics
Versionstring2.45.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
ElementTypeuint16
DescriptionstringDetermines 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.
ModelCorrespondencestringCIM_BlockStorageStatisticalData.ElementType
ValueMapstring2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, .., 0x8000..
ValuesstringComputer System, Front-end Computer System, Peer Computer System, Back-end Computer System, Front-end Port, Back-end Port, Volume, Extent, Disk Drive, Arbitrary LUs, Remote Replica Group, DMTF Reserved, Vendor Specific
IncludeIdleTimeCounterbooleanfalse
DescriptionstringWhether to include in a filter for a metered element the cumulative elapsed idle time for that element.
ModelCorrespondencestringCIM_BlockStorageStatisticalData.IdleTimeCounter
IncludeIOTimeCounterbooleanfalse
DescriptionstringWhether 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'.
ModelCorrespondencestringCIM_BlockStorageStatisticalData.IOTimeCounter
IncludeKBytesReadbooleanfalse
DescriptionstringWhether to include in a filter for a metered element the cumulative count of data read in Kbytes for that element.
ModelCorrespondencestringCIM_BlockStorageStatisticalData.KBytesRead
IncludeKBytesReadRatebooleanfalse
DescriptionstringWhether to include in a filter for a metered element the count of data read in Kbytes per second for that element.
ModelCorrespondencestringCIM_BlockStorageStatisticalData.KBytesReadRate
IncludeKBytesTransferredbooleanfalse
DescriptionstringWhether to include in a filter for a metered element the cumulative count of data transferred in Kbytes for that element.
ModelCorrespondencestringCIM_BlockStorageStatisticalData.KBytesTransferred
IncludeKBytesTransferredRatebooleanfalse
DescriptionstringWhether to include in a filter for a metered element the data transferred in Kbytes per second for that element.
ModelCorrespondencestringCIM_BlockStorageStatisticalData.KBytesTransferredRate
IncludeKBytesWrittenbooleanfalse
DescriptionstringWhether to include in a filter for a metered element the cumulative count of data written in Kbytes for that element.
ModelCorrespondencestringCIM_BlockStorageStatisticalData.KBytesWritten
IncludeKBytesWrittenRatebooleanfalse
DescriptionstringWhether to include in a filter for a metered element the count of data written in Kbytes per second for that element.
ModelCorrespondencestringCIM_BlockStorageStatisticalData.KBytesWrittenRate
IncludeMaintOpbooleanfalse
DescriptionstringWhether to include in a filter for a metered element the cumulative count of all maintenance operations for that element.
ModelCorrespondencestringCIM_BlockStorageStatisticalData.MaintOp
IncludeMaintOpRatebooleanfalse
DescriptionstringWhether to include in a filter for a metered element the count of all maintenance operations per second for that element.
ModelCorrespondencestringCIM_BlockStorageStatisticalData.MaintOpRate
IncludeMaintTimeCounterbooleanfalse
DescriptionstringWhether to include in a filter for a metered element the cumulative elapsed maintenance time for that element.
ModelCorrespondencestringCIM_BlockStorageStatisticalData.MaintTimeCounter
IncludeRateIntervalEndTimebooleanfalse
DescriptionstringIndicates whether or not the Statistics property of StatisticsService.GetTimePeriodStatisticsCollection method will include the time when statistics for this BlockStatisticsManifest were last captured.
ModelCorrespondencestringCIM_BlockStorageStatisticalData.RateIntervalEndTime
IncludeRateIntervalStartTimebooleanfalse
DescriptionstringIndicates whether or not the Statistics property of StatisticsService.GetTimePeriodStatisticsCollection method will include the time when statistics for this BlockStatisticsManifest were last captured.
ModelCorrespondencestringCIM_BlockStorageStatisticalData.RateIntervalStartTime
IncludeReadHitIOsbooleanfalse
DescriptionstringWhether to include in a filter for a metered element the cumulative count of all read cache hits (Reads from Cache) for that element.
ModelCorrespondencestringCIM_BlockStorageStatisticalData.ReadHitIOs
IncludeReadHitIOsRatebooleanfalse
DescriptionstringWhether to include in a filter for a metered element the count of all read cache hits (Reads from Cache) per second for that element.
ModelCorrespondencestringCIM_BlockStorageStatisticalData.ReadHitIOsRate
IncludeReadHitIOTimeCounterbooleanfalse
DescriptionstringWhether to include in a filter for a metered element the cumulative elapsed time for all Read I/Os read from cache for that element.
ModelCorrespondencestringCIM_BlockStorageStatisticalData.ReadHitIOTimeCounter
IncludeReadIOsbooleanfalse
DescriptionstringWhether to include in a filter for a metered element the cumulative count of all reads for that element.
ModelCorrespondencestringCIM_BlockStorageStatisticalData.ReadIOs
IncludeReadIOsRatebooleanfalse
DescriptionstringWhether to include in a filter for a metered element the count of all reads per second for that element.
ModelCorrespondencestringCIM_BlockStorageStatisticalData.ReadIOsRate
IncludeReadIOTimeCounterbooleanfalse
DescriptionstringWhether to include in a filter for a metered element the cumulative elapsed time for all cumulative Read I/Os for that element.
ModelCorrespondencestringCIM_BlockStorageStatisticalData.ReadIOTimeCounter
IncludeReadSequentialHitsbooleanfalse
DescriptionstringWhether to include in a filter for a metered element the cumulative count of sequential read cache hits (sequential reads from Cache) for that element.
IncludeReadSequentialIOsbooleanfalse
DescriptionstringWhether to include in a filter for a metered element the cumulative count of sequential reads for that element.
IncludeStartStatisticTimebooleanfalse
DescriptionstringIndicates whether or not the Statistics property of StatisticsService.GetStatisticsCollection method will include the time at time when statistics for this BlockStatisticsManifest were first captured.
IncludeStatisticTimebooleanfalse
DescriptionstringIndicates whether or not the Statistics property of StatisticsService.GetStatisticsCollection method will include the time when statistics for this BlockStatisticsManifest were last captured.
IncludeTotalHitIOsbooleanfalse
DescriptionstringWhether to include in a filter for a metered element the cumulative count of total cache hit IOs for that element.
IncludeTotalIOsbooleanfalse
DescriptionstringWhether to include in a filter for a metered element the cumulative count of I/Os for that element.
IncludeTotalIOsRatebooleanfalse
DescriptionstringWhether to include in a filter for a metered element the count of I/Os per second for that element.
ModelCorrespondencestringCIM_BlockStorageStatisticalData.TotalIOsRate
IncludeWriteHitIOsbooleanfalse
DescriptionstringWhether to include in a filter for a metered element the cumulative count of Write Cache Hits (Writes that went directly to Cache) for that element.
ModelCorrespondencestringCIM_BlockStorageStatisticalData.WriteHitIOs
IncludeWriteHitIOsRatebooleanfalse
DescriptionstringWhether to include in a filter for a metered element the count of Write Cache Hits (Writes that went directly to Cache) per second for that element.
ModelCorrespondencestringCIM_BlockStorageStatisticalData.WriteHitIOsRate
IncludeWriteHitIOTimeCounterbooleanfalse
DescriptionstringWhether to include in a filter for a metered element the cumulative elapsed time for all Write I/Os written to cache for that element.
ModelCorrespondencestringCIM_BlockStorageStatisticalData.WriteHitIOTimeCounter
IncludeWriteIOsbooleanfalse
DescriptionstringWhether to include in a filter for a metered element the cumulative count of all writes for that element.
ModelCorrespondencestringCIM_BlockStorageStatisticalData.WriteIOs
IncludeWriteIOsRatebooleanfalse
DescriptionstringWhether to include in a filter for a metered element the count of all writes per second for tat element.
ModelCorrespondencestringCIM_BlockStorageStatisticalData.WriteIOsRate
IncludeWriteIOTimeCounterbooleanfalse
DescriptionstringWhether to include in a filter for a metered element the cumulative elapsed time for all Write I/Os for that element.
ModelCorrespondencestringCIM_BlockStorageStatisticalData.WriteIOTimeCounter
IncludeWriteSequentialHitsbooleanfalse
DescriptionstringWhether to include in a filter for a metered element the cumulative count of sequential write Cache Hits (sequential writes that went directly to Cache) for that element.
IncludeWriteSequentialIOsbooleanfalse
DescriptionstringWhether to include in a filter for a metered element the cumulative count of sequential writes for that element.
InstanceIDstring
DescriptionstringWithin 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.
Keybooleantrue
OverridestringInstanceID
RateElementTypeuint16
DescriptionstringSimilar description as the ElementType, except for rated data.
ModelCorrespondencestringCIM_BlockStorageStatisticalData.RateElementType
ValueMapstring13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, .., 0x8000..
ValuesstringComputer System Rate, Front-end Computer System Rate, Peer Computer System Rate, Back-end Computer System Rate, Front-end Port Rate, Back-end Port Rate, Volume Rate, Extent Rate, Disk Drive Rate, Arbitrary LUs Rate, Remote Replica Group Rate, DMTF Reserved, Vendor Specific
CSVRateSequencestring[]
DescriptionstringThe sequence of BlockStorageStatisticalData property names for properties that will be returned are encoded in the CSVRateSequence array. Properties that are not included will not be returned with GetRateStatisticsCollection. Properties that are included in CSVRateSequence will be returned in the order they appear in CSVRateSequence.
CSVSequencestring[]
DescriptionstringThe sequence of BlockStorageStatisticalData property names for properties that will be returned are encoded in the CSVSequence array. Properties that are not included will not be returned with GetStatisticsCollection. Properties that are included in CSVSequence will be returned in the order they appear in CSVSequence.

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_ManagedElement
Generationuint64CIM_ManagedElement

Class Methods