Skip to main content
Version: NG-2.16

Storage Monitor

Introduction

The Storage Monitoring Ollysource enables real-time collection of storage metrics from CIM/WBEM-compliant storage systems. This plugin connects to storage management interfaces (like HP 3PAR, Dell EMC PowerMax, and other SMI-S compliant storage arrays) to collect performance and capacity data.

Getting Started

Compatibility

This plugin supports monitoring of storage systems that implement the SMI-S (Storage Management Initiative - Specification) standard, including:

HP 3PAR Storage Systems Dell EMC PowerMax Dell EMC VMAX OpenPegasus CIMOM (for testing and development) Any SMI-S compliant storage array

Data Collection Method

The CIM Storage plugin collects data using the WBEM protocol over HTTP/HTTPS. The plugin:

Connects to the CIMOM server at configured intervals Enumerates CIM class instances from specified namespaces Extracts properties from each instance (capacity, performance metrics, identifiers, etc.) Converts the data into Telegraf metrics with tags for endpoint, namespace, class name, and instance identifiers Supports parallel collection of multiple classes for efficient data gathering

Prerequisites

Dependent Configuration

To configure this O11ySource, create a 'credential' of type 'user' under the 'Definition' tab.

Inputs for Configuring Data Source

  • Endpoint: Add the endpoint URL for the Storage Array
  • Endpoint URL: Add the endpoint URL for the Storage Array
  • Resource Path: The resource path, eg : /ecomconfig, /cimom
  • Device Type: Storage Array Vendor Name
  • Class Names: List the Class Names to be Monitored
  • Namespace: Mention the Namespace to be monitored
  • Polling Interval (in seconds): Time interval for polling data from the Storage Array endpoint 300 seconds – 3000 seconds.
  • Authentication Method: Select the Authentication Method
  • Credential: Credentials to access the storage Array endpoint

Firewall Requirement

To collect data from this O11ySource, ensure the following ports are opened:

Source IPDestination IPDestination PortProtocolDirection
vuSmartMaps IPStorage System endpoint443*TCPOutbound

*Before providing the firewall requirements, please update the port based on the customer environment.

Configuring the Target

Before configuring the O11ysource, ensure that:

The CIMOM server is running and accessible on the storage system Network connectivity exists between the vuSmartMaps Cluster and the storage system's CIMOM port For HTTPS connections, valid credentials are available. The required CIM classes exist in the specified namespaces on the storage system

Configuration Steps

  • Enable the O11ySource.
  • Select the sources tab and press the + button to add a new instance that has to be monitored.
  • Provide the required configurations:
  • *Endppint URL
  • *Polling Interval (in seconds)
  • *Credential
  • *Resource type
  • *Device type
  • Click Save to close the data source window.

Metrics Collected

NameDescriptionData Type
Log TimestampOriginal timestamp string from the data source log entry.String
Metric TimeExact date and time when the metric was recorded (millisecond precision).DateTime64(3)
Metric NameName or identifier of the metric being collected.String
HostHostname or IP address of the system being monitored.LowCardinality(String)
EndpointAPI or data collection endpoint used to gather the metric.String
Device TypeCategory or type of storage device (e.g., SAN, NAS, SSD).LowCardinality(String)
CIM ClassCIM (Common Information Model) class representing the storage object type.LowCardinality(String)
Target DeviceIdentifier of the monitored storage device or system being targeted.LowCardinality(String)
NamespaceLogical grouping or namespace to which the storage object belongs.LowCardinality(String)
Pool IDUnique identifier of the storage pool.String
VUBlock NameName of the VUBlock data collection pipeline component that ingested this record.String
Instance IDUnique identifier for this specific instance of the storage object.String
Element NameHuman-readable name for the storage element or component.String
Object DescriptionText description of the storage object or resource.String
Data FormatFormat used for data storage on the disk or volume (e.g., FBA, CKD).LowCardinality(String)
Disk Drive TypePhysical type of disk drive (e.g., SSD, HDD, NVMe, FC).LowCardinality(String)
Is BoundIndicates whether the storage volume is bound to a storage pool.LowCardinality(String)
Usage TypeIndicates the intended usage classification of the storage resource.Int32
Health StateCurrent health status of the storage component (5=OK, 10=Degraded, 20=Error, 25=Non-Recoverable). Key error golden signal.Int32
Total CapacityTotal managed space of the storage pool in bytes. Key capacity golden signal.Float64
Free CapacityRemaining available space in the storage pool in bytes. Key saturation golden signal.Float64
Oversubscribed CapacityCapacity allocated beyond the physical limit due to thin provisioning in bytes.Float64
Subscribed CapacityTotal capacity allocated or reserved to storage volumes in bytes.Float64
User Subscribed CapacityCapacity subscribed specifically by user volumes in bytes.Float64
Space LimitMaximum space limit configured for the storage pool in bytes.Float64
Snapshot SpaceSpace currently used by snapshots in bytes.Float64
Snapshot Savings %Percentage of space saved by snapshots through deduplication or compression.Float64
Capacity Used %Percentage of total managed space currently in use. Key saturation golden signal.Float64
Subscribed %Percentage of total capacity allocated to volumes (thin provisioning subscription ratio). Key saturation golden signal.Float64
Reserved Capacity %Percentage of capacity reserved for system or overhead use.Float64
Overall EfficiencyCombined storage efficiency ratio including compression, deduplication, and thin provisioning savings. Key efficiency golden signal.Float64
Compression RatioRatio of original data size to compressed data size, showing compression effectiveness.Float64
Virtual Provisioning EfficiencyEfficiency ratio for virtual provisioning, indicating space savings from thin provisioning.Float64
Snapshot Compression RatioCompression ratio achieved specifically for snapshot data.Float64
FBA Allocated CapacityAllocated capacity for Fixed Block Architecture (FBA) devices in bytes.Float64
FBA Free CapacityAvailable free capacity for Fixed Block Architecture (FBA) devices in bytes.Float64
FBA Usable CapacityTotal usable capacity for Fixed Block Architecture (FBA) devices in bytes.Float64
BSP Instance IDInstance identifier for the Block Service Profile (BSP) object.String
Slot NumberPhysical slot number where the storage component is installed in the enclosure.String
Name FormatFormat used to construct the device name (e.g., WWN, EUI, NVMe, OS Device Name).String
Adapter NameName of the host bus adapter (HBA) or controller managing the storage port.String
Director IDIdentifier of the storage director or controller managing this component.String
CaptionShort textual description or label for the storage object.String
Operational StateCurrent operational state of the component (2=Enabled, 3=Disabled, 6=Enabled but Offline). Key availability golden signal.Int32
ProtocolStorage communication protocol used (e.g., Fibre Channel, iSCSI, NVMe-oF, SAS).Int32
Port CountNumber of physical ports available on the storage adapter or director.Int32
Memory SizeAmount of cache or memory installed on the storage controller in bytes.Float64
Read Cache SizeSize of read cache allocated on the storage controller in bytes.Float64
Write Cache SizeSize of write cache allocated on the storage controller in bytes.Float64
Subscribed Capacity (GB)Total allocated or reserved capacity converted to gigabytes for readability.Float64
Raw MessageOriginal unprocessed message payload from the data source, retained for debugging.String
ErrorError message or code captured during data collection or processing.String
Log TimestampOriginal timestamp string from the data source log entry.String
Metric TimeExact date and time when the metric was recorded (millisecond precision).DateTime64(3)
VUBlock NameName of the VUBlock data collection pipeline component that ingested this record.String
Topic NameKafka topic name through which this metric data was streamed.String
Record TypeType or category identifier of the monitoring record.LowCardinality(String)
HostHostname or IP address of the system being monitored.LowCardinality(String)
Target DeviceIdentifier of the monitored storage device or system being targeted.LowCardinality(String)
Device TypeType or model classification of the storage device (e.g., VMAX, PowerStore).String
Operating SystemOperating system or microcode version running on the storage system.String
OwnerBusiness owner or team responsible for the storage resource.String
RoleFunctional role or classification assigned to the storage device (e.g., production, DR).String
Metric SetName of the metric set or collection group this metric belongs to.LowCardinality(String)
Event ModuleModule name responsible for generating or collecting this event or metric.LowCardinality(String)
Tenant IDIdentifier of the tenant or customer in a multi-tenant monitoring environment.String
Business Unit IDIdentifier of the business unit that owns or uses the monitored storage resource.String
Source IDUnique identifier of the data source from which the metric was collected.String
Kafka TopicKafka messaging topic used for streaming this metric data.LowCardinality(String)
Metric NameName or identifier of the metric being collected.LowCardinality(String)
NamespaceLogical grouping or namespace to which the storage object belongs.LowCardinality(String)
CaptionShort textual description or label for the storage object.String
CIM Class NameCIM (Common Information Model) class name of the object that created this instance.LowCardinality(String)
Object DescriptionText description of the storage object or resource.String
Device IDUnique identifier assigned to the physical storage device.String
NameName or identifier of the storage resource.String
Disk Media TypeMedia type of the disk drive (e.g., 2=HDD, 3=SSD, 4=NVMe).UInt16
Disk StateCurrent operational state of the disk drive (1=Normal, 2=Failed, 3=Rebuilding, 4=Hot Spare). Key health golden signal.UInt16
Disk GroupIdentifier of the disk group or RAID group this disk belongs to.String
Disk NameHuman-readable name or label assigned to the disk drive.String
Default Block SizeDefault I/O block size for this disk device in bytes.UInt32
Max Block SizeMaximum supported I/O block size for this disk device in bytes.UInt32
Total BlocksTotal number of addressable blocks on the storage device.UInt64
Free BlocksNumber of unallocated blocks available on the storage device.UInt64
Actual BlocksNumber of blocks currently in use on the storage device.UInt64
Max Media SizeMaximum storage capacity of the disk media in kilobytes.UInt64
Default StateDefault operational state of the component when powered on or reset.UInt16
Operational StateCurrent operational state of the component (2=Enabled, 3=Disabled, 6=Enabled but Offline). Key availability golden signal.UInt16
Requested StateLast operational state that was requested for this component.UInt16
Transitioning StateState the component is currently in the process of transitioning towards.UInt16
Health StateCurrent health status of the storage component (5=OK, 10=Degraded, 20=Error, 25=Non-Recoverable). Key error golden signal.UInt16
EncryptionIndicates whether encryption is enabled on the disk or volume.UInt16
Form FactorPhysical form factor of the disk drive (e.g., 2.5-inch, 3.5-inch, M.2).UInt16
LocalityPhysical location or affinity of the storage component within the system.UInt16
Interconnect SpeedSpeed of the disk interconnect in megabits per second.UInt32
Interconnect TypeType of physical interface connecting the disk (e.g., SAS, SATA, NVMe, FC).UInt16
Other Interconnect TypeText description for interconnect types not covered by standard enumeration.String
RPMRotational speed of the hard disk drive in revolutions per minute.UInt32
Revolutions Per MinuteRotational speed of the spinning disk platter in RPM.UInt32
ManufacturerName of the disk drive or storage component manufacturer.LowCardinality(String)
ModelModel name or number of the disk drive or storage component.String
Serial NumberUnique serial number of the physical disk drive for asset tracking.String
System CIM ClassCIM class name of the parent system that contains this storage component.LowCardinality(String)
System NameName of the storage system that contains this component.String
Element NameHuman-readable name for the storage element or component.String
CIM ClassCIM (Common Information Model) class representing the storage object type.LowCardinality(String)
Device TypeCategory or type of storage device (e.g., SAN, NAS, SSD).LowCardinality(String)
EndpointAPI or data collection endpoint used to gather the metric.String
Drained %Percentage of disk capacity drained or evacuated (e.g., during disk decommission).UInt16
In UseIndicates whether the disk is actively in use by a disk group or volume.UInt8
Has Spare SupportIndicates whether this disk is backed by a hot spare for automatic failure replacement.UInt8
Raw MessageOriginal unprocessed message payload from the data source, retained for debugging.String
ErrorError message or code captured during data collection or processing.String
Element TypeClassification type of the storage element (e.g., disk, volume, pool, port).String
Instance IDUnique identifier for this specific instance of the storage object.String
Data TypeType of data or metric being reported in this record.String
Idle Time CounterCumulative time the storage device has been idle with no active I/O in milliseconds.Float64
KB Read (Cumulative)Cumulative kilobytes of data read from the storage device since last counter reset.Float64
KB Transferred (Cumulative)Cumulative kilobytes of data transferred (read + write) since last counter reset.Float64
KB Written (Cumulative)Cumulative kilobytes of data written to the storage device since last counter reset.Float64
Read IOs (Cumulative)Cumulative number of read I/O operations since last counter reset.Float64
Total IOs (Cumulative)Cumulative total number of I/O operations (read + write) since last counter reset.Float64
Write IOs (Cumulative)Cumulative number of write I/O operations since last counter reset.Float64
Write IOs ChangeIncremental change in write I/O count between successive measurement intervals.Float64
Write IOPSRate of write I/O operations per second. Key traffic golden signal.Float64
KB Transferred ChangeIncremental change in total data transferred between successive measurement intervals.Float64
Total Throughput (KB/s)Rate of total data transfer (read + write) in kilobytes per second. Key throughput golden signal.Float64
Total IOs ChangeIncremental change in total I/O count between successive measurement intervals.Float64
Total IOPSTotal I/O operations per second (read + write combined). Key traffic golden signal.Float64
KB Read ChangeIncremental change in kilobytes read between successive measurement intervals.Float64
Read Throughput (KB/s)Rate of data read from the storage device in kilobytes per second. Key throughput golden signal.Float64
Read IOs ChangeIncremental change in read I/O count between successive measurement intervals.Float64
Read IOPSRate of read I/O operations per second. Key traffic golden signal.Float64
KB Written ChangeIncremental change in kilobytes written between successive measurement intervals.Float64
Write Throughput (KB/s)Rate of data written to the storage device in kilobytes per second. Key throughput golden signal.Float64
Idle Time ChangeIncremental change in idle time counter between successive measurement intervals.Float64
Idle RateRate of idle time accumulation, indicating how often the device has no active I/O.Float64
Sampling PeriodDuration of the measurement interval in seconds.Float64
Log TimestampOriginal timestamp string from the data source log entry.String
Metric TimeExact date and time when the metric was recorded (millisecond precision).DateTime64(3)
VUBlock NameName of the VUBlock data collection pipeline component that ingested this record.String
Topic NameKafka topic name through which this metric data was streamed.String
Record TypeType or category identifier of the monitoring record.LowCardinality(String)
HostHostname or IP address of the system being monitored.LowCardinality(String)
Target DeviceIdentifier of the monitored storage device or system being targeted.LowCardinality(String)
Device TypeType or model classification of the storage device (e.g., VMAX, PowerStore).String
Operating SystemOperating system or microcode version running on the storage system.String
OwnerBusiness owner or team responsible for the storage resource.String
RoleFunctional role or classification assigned to the storage device (e.g., production, DR).String
Metric SetName of the metric set or collection group this metric belongs to.LowCardinality(String)
Event ModuleModule name responsible for generating or collecting this event or metric.LowCardinality(String)
Tenant IDIdentifier of the tenant or customer in a multi-tenant monitoring environment.String
Business Unit IDIdentifier of the business unit that owns or uses the monitored storage resource.String
Source IDUnique identifier of the data source from which the metric was collected.String
BSP Instance IDInstance identifier for the Block Service Profile (BSP) object.String
Port AddressPermanent hardware address (WWN or MAC) of the storage port.String
System CIM ClassCIM class name of the parent system that contains this storage component.String
Node WWNWorld Wide Name (WWN) of the storage node or HBA to which this port belongs.String
Default StateDefault operational state of the component when powered on or reset.UInt16
Port NameName or label assigned to the storage port.String
Requested StateLast operational state that was requested for this component.UInt16
Element NameHuman-readable name for the storage element or component.String
Adapter NumberSequential number identifying the host bus adapter (HBA) this port is on.UInt32
Auto SenseIndicates whether the port can automatically detect and configure its link speed.String
System NameName of the storage system that contains this component.String
Operational StateCurrent operational state of the component (2=Enabled, 3=Disabled, 6=Enabled but Offline). Key availability golden signal.UInt16
Transitioning StateState the component is currently in the process of transitioning towards.UInt16
Port SpeedCurrent negotiated link speed of the storage port in bits per second.Float64
Device IDUnique identifier assigned to the physical storage device.String
Port AvailabilityCurrent availability status of the storage port (3=Running, 4=Warning, 8=Offline, 10=Degraded). Key availability golden signal.UInt16
Requested SpeedSpeed requested for the port link (may differ from the actual negotiated speed).Float64
Status InfoDetailed status information code for the component state.UInt16
BSP Element TypeType classification of the Block Service Profile (BSP) element.UInt16
IO StateCurrent I/O operational state of the port (e.g., Active, Idle, Error).String
CIM Class NameCIM (Common Information Model) class name of the object that created this instance.String
Link TechnologyType of link technology used by the port (e.g., 2=Ethernet, 4=Fibre Channel, 11=InfiniBand).UInt16
Port NumberPhysical port number within the adapter or director module.UInt16
Health StateCurrent health status of the storage component (5=OK, 10=Degraded, 20=Error, 25=Non-Recoverable). Key error golden signal.UInt16
Port TypeClassification of the port role (e.g., initiator, target, E_port, F_port).UInt16
Usage RestrictionRestriction applied to the port usage (e.g., front-end only, back-end only, unrestricted).UInt16
CIM ClassCIM (Common Information Model) class representing the storage object type.String
Device TypeCategory or type of storage device (e.g., SAN, NAS, SSD).String
EndpointAPI or data collection endpoint used to gather the metric.String
NamespaceLogical grouping or namespace to which the storage object belongs.String
Raw MessageOriginal unprocessed message payload from the data source, retained for debugging.String
ErrorError message or code captured during data collection or processing.String
Log TimestampOriginal timestamp string from the data source log entry.String
Metric TimeExact date and time when the metric was recorded (millisecond precision).DateTime64(3)
VUBlock NameName of the VUBlock data collection pipeline component that ingested this record.String
Topic NameKafka topic name through which this metric data was streamed.String
Record TypeType or category identifier of the monitoring record.LowCardinality(String)
HostHostname or IP address of the system being monitored.LowCardinality(String)
Target DeviceIdentifier of the monitored storage device or system being targeted.LowCardinality(String)
Device TypeType or model classification of the storage device (e.g., VMAX, PowerStore).String
Operating SystemOperating system or microcode version running on the storage system.String
OwnerBusiness owner or team responsible for the storage resource.String
RoleFunctional role or classification assigned to the storage device (e.g., production, DR).String
Metric SetName of the metric set or collection group this metric belongs to.LowCardinality(String)
Event ModuleModule name responsible for generating or collecting this event or metric.LowCardinality(String)
Tenant IDIdentifier of the tenant or customer in a multi-tenant monitoring environment.String
Business Unit IDIdentifier of the business unit that owns or uses the monitored storage resource.String
Source IDUnique identifier of the data source from which the metric was collected.String
BSP Instance IDInstance identifier for the Block Service Profile (BSP) object.String
Cache Low WatermarkLower threshold percentage for cache utilization; triggers cache write-back when reached.Float64
Unconfigured DisksNumber of installed disks that have not yet been configured into a disk group.Float64
Write Cache SizeSize of write cache allocated on the storage controller in bytes.Float64
Snapshot Savings %Percentage of space saved by snapshots through deduplication or compression.Float64
NameName or identifier of the storage resource.String
System Metadata Used %Percentage of storage capacity used for system metadata and internal structures.Float64
Snapshot Compression RatioCompression ratio achieved specifically for snapshot data.Float64
Element NameHuman-readable name for the storage element or component.String
Auto Meta Member SizeSize threshold for automatically creating meta volumes in bytes.Float64
Operational StateCurrent operational state of the component (2=Enabled, 3=Disabled, 6=Enabled but Offline). Key availability golden signal.Int32
LocalityPhysical location or affinity of the storage component within the system.Int32
Overall EfficiencyCombined storage efficiency ratio including compression, deduplication, and thin provisioning savings. Key efficiency golden signal.Float64
Masking EnabledIndicates whether LUN masking (access control) is enabled on the storage system.String
Cache High WatermarkUpper threshold percentage for cache utilization; triggers cache destaging when reached.Float64
Subscribed CapacityTotal capacity allocated or reserved to storage volumes in bytes.Float64
CIM Class NameCIM (Common Information Model) class name of the object that created this instance.String
Encapsulated CapacityTotal raw capacity available across all connected storage enclosures in bytes.Float64
Data at Rest EncryptedIndicates whether Data at Rest Encryption (DARE) is enabled on the storage system.String
Replication Metadata Used %Percentage of capacity consumed by replication metadata and journals.Float64
Health StateCurrent health status of the storage component (5=OK, 10=Degraded, 20=Error, 25=Non-Recoverable). Key error golden signal.Int32
Subscribed %Percentage of total capacity allocated to volumes (thin provisioning subscription ratio). Key saturation golden signal.Float64
Object DescriptionText description of the storage object or resource.String
Name FormatFormat used to construct the device name (e.g., WWN, EUI, NVMe, OS Device Name).String
Compression RatioRatio of original data size to compressed data size, showing compression effectiveness.Float64
Default StateDefault operational state of the component when powered on or reset.Int32
Virtual Provisioning EfficiencyEfficiency ratio for virtual provisioning, indicating space savings from thin provisioning.Float64
Snapshot Shared RatioRatio of shared blocks among snapshots, indicating deduplication benefit across snapshots.Float64
Requested StateLast operational state that was requested for this component.Int32
VP Compression RatioCompression ratio for virtual provisioning (thin) volumes.Float64
Reset CapabilityIndicates the reset capability of the storage system (1=Other, 2=Unknown, 3=Not Implemented, 4=Resettable, 5=PowerCycleResettable).Int32
Symmetrix DevicesTotal number of Symmetrix (VMAX/PowerMax) logical devices configured on this system.Float64
Snapshot EfficiencyOverall efficiency ratio for snapshot space savings including compression and sharing.Float64
Usable CapacityTotal usable capacity available for volume allocation after RAID overhead in bytes. Key capacity golden signal.Float64
Read Cache SizeSize of read cache allocated on the storage controller in bytes.Float64
Last Sync TimeTimestamp of the last successful data synchronization or replication.String
Primary Owner ContactContact information for the primary administrator of the storage system.String
Front End PortsTotal number of front-end (host-facing) ports on the storage system.Float64
Effective Used Capacity %Percentage of effective usable capacity in use, accounting for efficiency savings. Key saturation golden signal.Float64
Enclosure CountNumber of drive enclosures connected to the storage system.Float64
Total DisksTotal number of disk drives installed in the storage system.Float64
VP Space Savings %Percentage of space saved through virtual provisioning thin allocation.Float64
Transitioning StateState the component is currently in the process of transitioning towards.Int32
Memory SizeAmount of cache or memory installed on the storage controller in bytes.Float64
Auto Meta Min SizeMinimum size threshold for triggering automatic meta volume creation in bytes.Float64
CaptionShort textual description or label for the storage object.String
VP Shared RatioRatio of shared blocks in virtual provisioning, indicating deduplication efficiency.Float64
Auto Meta EnabledIndicates whether automatic meta volume creation is enabled on the system.String
System UptimeDuration the storage system has been running since last restart (human-readable). Key availability golden signal.String
Uptime (Seconds)Duration the storage system has been continuously running since last restart in seconds. Key availability golden signal.Float64
Usable Capacity (GB)Total usable capacity for volume allocation expressed in gigabytes.Float64
Subscribed Capacity (GB)Total allocated or reserved capacity converted to gigabytes for readability.Float64
Encapsulated Capacity (GB)Total raw enclosure capacity expressed in gigabytes.Float64
Raw MessageOriginal unprocessed message payload from the data source, retained for debugging.String
ErrorError message or code captured during data collection or processing.String
Total IOs (Cumulative)Cumulative total number of I/O operations (read + write) since last counter reset.UInt64
Read IOs (Cumulative)Cumulative number of read I/O operations since last counter reset.UInt64
Write IOs (Cumulative)Cumulative number of write I/O operations since last counter reset.UInt64
Total Host IOs (Cumulative)Cumulative total host-initiated I/O operations since last counter reset.UInt64
KB Read (Cumulative)Cumulative kilobytes of data read from the storage device since last counter reset.UInt64
KB Written (Cumulative)Cumulative kilobytes of data written to the storage device since last counter reset.UInt64
KB Transferred (Cumulative)Cumulative kilobytes of data transferred (read + write) since last counter reset.UInt64
Write Cache Hits (Cumulative)Cumulative number of write operations served from cache (write hit) since last reset.UInt64
Read Cache Hits (Cumulative)Cumulative number of read operations served from cache since last reset.UInt64
Statistic TimestampTimestamp at which the performance statistics were sampled.UInt64
Total Cache Hits (Cumulative)Cumulative total I/O operations (read + write) served from cache.UInt64
Instance IDUnique identifier for this specific instance of the storage object.String
Element TypeClassification type of the storage element (e.g., disk, volume, pool, port).String
Instance ID (Key)Lowercase unique identifier for the storage object instance used in internal joins.String
Write IOs ChangeIncremental change in write I/O count between successive measurement intervals.Float64
Write IOPSRate of write I/O operations per second. Key traffic golden signal.Float64
KB Transferred ChangeIncremental change in total data transferred between successive measurement intervals.Float64
Total Throughput (KB/s)Rate of total data transfer (read + write) in kilobytes per second. Key throughput golden signal.Float64
Total IOs ChangeIncremental change in total I/O count between successive measurement intervals.Float64
Total IOPSTotal I/O operations per second (read + write combined). Key traffic golden signal.Float64
KB Read ChangeIncremental change in kilobytes read between successive measurement intervals.Float64
Read Throughput (KB/s)Rate of data read from the storage device in kilobytes per second. Key throughput golden signal.Float64
Read IOs ChangeIncremental change in read I/O count between successive measurement intervals.Float64
Read IOPSRate of read I/O operations per second. Key traffic golden signal.Float64
Host IOs ChangeIncremental change in total host I/O count between successive measurement intervals.Float64
Host IOPSRate of host-initiated I/O operations per second. Key host workload golden signal.Float64
KB Written ChangeIncremental change in kilobytes written between successive measurement intervals.Float64
Write Throughput (KB/s)Rate of data written to the storage device in kilobytes per second. Key throughput golden signal.Float64
Sampling PeriodDuration of the measurement interval in seconds.Float64
Log TimestampOriginal timestamp string from the data source log entry.String
Metric TimeExact date and time when the metric was recorded (millisecond precision).DateTime64(3)
VUBlock NameName of the VUBlock data collection pipeline component that ingested this record.String
Topic NameKafka topic name through which this metric data was streamed.String
Record TypeType or category identifier of the monitoring record.LowCardinality(String)
HostHostname or IP address of the system being monitored.LowCardinality(String)
TargetIdentifier of the monitored storage device or system being targeted.LowCardinality(String)
Device TypeType or model classification of the storage device (e.g., VMAX, PowerStore).String
Operating SystemOperating system or microcode version running on the storage system.String
OwnerBusiness owner or team responsible for the storage resource.String
RoleFunctional role or classification assigned to the storage device (e.g., production, DR).String
Metric SetName of the metric set or collection group this metric belongs to.LowCardinality(String)
Event ModuleModule name responsible for generating or collecting this event or metric.LowCardinality(String)
Tenant IDIdentifier of the tenant or customer in a multi-tenant monitoring environment.String
Business Unit IDIdentifier of the business unit that owns or uses the monitored storage resource.String
Source IDUnique identifier of the data source from which the metric was collected.String
BSP Instance IDInstance identifier for the Block Service Profile (BSP) object.String
Access ModeAccess permission setting for the volume (2=Read/Write, 3=Read Only, 4=No Access).Int32
Fully AllocatedIndicates whether the volume is fully allocated (thick provisioning) vs thinly provisioned.String
Reservation OwnerName or ID of the host or system holding a persistent reservation on this volume.String
Data OrganizationData layout type for the volume (e.g., Fixed Block, Variable Block, Count Key Data).Int32
System CIM ClassCIM class name of the parent system that contains this storage component.String
CU ImageControl Unit image number assigned to the volume for mainframe connectivity.Int32
No Single Point of FailureIndicates whether the volume is protected against any single hardware point of failure.String
Emulated DeviceType of mainframe device being emulated by this storage volume.String
Is MappedIndicates whether the volume has been mapped (presented) to a host.String
Persistent SpaceAmount of space permanently allocated to this volume that cannot be reclaimed in bytes.Float64
NameName or identifier of the storage resource.String
Element NameHuman-readable name for the storage element or component.String
Data FormatFormat used for data storage on the disk or volume (e.g., FBA, CKD).String
Compression RateRate or level at which data on this volume is being compressed.Float64
Subsystem IDIdentifier of the storage subsystem or logical group this volume belongs to.Int64
Blocks WrittenNumber of consumable blocks that have been written on this volume.Float64
Thin ProvisionedIndicates whether the volume uses thin (virtual) provisioning to over-allocate capacity.String
Operational StateCurrent operational state of the component (2=Enabled, 3=Disabled, 6=Enabled but Offline). Key availability golden signal.Int32
Compression StateCurrent compression status of the volume (e.g., enabled, disabled, compressing).Int32
Space ConsumedActual physical space currently consumed by this volume in bytes. Key saturation golden signal.Float64
Sequential AccessIndicates whether this volume is primarily accessed sequentially.String
Is ReservedIndicates whether the volume has an active persistent reservation from a host.String
CIM Class NameCIM (Common Information Model) class name of the object that created this instance.String
Is PrimordialIndicates whether this is a primordial storage pool (raw unallocated space).String
Package RedundancyNumber of redundant hardware packages that can fail while keeping the volume operational.Int32
Health StateCurrent health status of the storage component (5=OK, 10=Degraded, 20=Error, 25=Non-Recoverable). Key error golden signal.Int32
Consumable BlocksNumber of blocks available for consumption on this volume.Float64
Data Integrity EnabledIndicates whether Data Integrity Field (DIF/T10PI) end-to-end protection is enabled.String
Tiering PolicyStorage tiering policy assigned to this volume controlling data placement across tiers.Int32
Deduplication EnabledIndicates whether inline deduplication is enabled on this volume.String
Reservation CommentFree-text comment associated with the volume reservation.String
Data RedundancyNumber of complete copies of data maintained for redundancy (e.g., 1=single copy, 2=mirrored).Int32
Name FormatFormat used to construct the device name (e.g., WWN, EUI, NVMe, OS Device Name).String
Requested StateLast operational state that was requested for this component.Int32
Total BlocksTotal number of addressable blocks on the storage device.Float64
Other Name FormatText description for name formats not covered by the standard NameFormat enumeration.String
Space UsedTotal space used by the volume including all data and overhead in bytes. Key saturation golden signal.Float64
Uses Redundant StorageIndicates whether this volume relies on underlying redundant storage for protection.String
RAID LevelRAID protection level configured for this volume (e.g., RAID-1, RAID-5, RAID-6, RAID-10).String
Reservation ExpiryDate and time when the current volume reservation will expire.String
Extent TypeType of storage extent (e.g., base, meta, BCV/clone, journal, snap).Int32
Delta ReservationSpace reserved for snapshot delta changes on this volume in bytes.Float64
Name NamespaceNamespace context for interpreting the volume name format (e.g., VPD83 Type3, EUI64).Int32
System NameName of the storage system that contains this component.String
GCM EnabledIndicates whether Global Compression Management (GCM) is active on this volume.String
Compression ActiveIndicates whether data compression is currently active on this volume.String
Compression RatioRatio of uncompressed to compressed data size for this volume.Float64
Transitioning StateState the component is currently in the process of transitioning towards.Int32
Usage TypeIndicates the intended usage classification of the storage resource.Int32
Is CompositeIndicates whether this volume is composed of multiple concatenated extents (meta volume).String
Device IDUnique identifier assigned to the physical storage device.String
RecoverPoint EnabledIndicates whether Dell EMC RecoverPoint continuous data protection is enabled for this volume.String
PurposeIntended purpose or usage classification of this storage volume.String
Volume LabelUser-assigned label or name for the storage volume as seen by the host OS.String
CaptionShort textual description or label for the storage object.String
Is BoundIndicates whether the storage volume is bound to a storage pool.String
Shared SpaceIndicates whether this volume shares physical space with other volumes via deduplication.String
WWNWorld Wide Name (WWN) uniquely identifying this volume across the storage network.String
Status InfoDetailed status information code for the component state.Int32
BSP Element TypeType classification of the Block Service Profile (BSP) element.Int32
Block SizeSize of each addressable storage block for this volume in bytes.Float64
Space Consumed (GB)Physical space consumed by this volume expressed in gigabytes.Float64
Space Used (GB)Total space used by this volume expressed in gigabytes.Float64
Raw MessageOriginal unprocessed message payload from the data source, retained for debugging.String
ErrorError message or code captured during data collection or processing.String
Read IOs (Cumulative)Cumulative number of read I/O operations since last counter reset.UInt64
Write IOs (Cumulative)Cumulative number of write I/O operations since last counter reset.UInt64
Total IOs (Cumulative)Cumulative total number of I/O operations (read + write) since last counter reset.UInt64
Read IO Time CounterCumulative time spent on read I/O operations since last reset in milliseconds.UInt64
Write IO Time CounterCumulative time spent on write I/O operations since last reset in milliseconds.UInt64
Sampled Reads (Cumulative)Cumulative number of read operations included in performance sampling.UInt64
Sampled Writes (Cumulative)Cumulative number of write operations included in performance sampling.UInt64
Sampled Read Time (Cumulative)Cumulative time spent on sampled read operations in microseconds.UInt64
Sampled Write Time (Cumulative)Cumulative time spent on sampled write operations in microseconds.UInt64
KB Read (Cumulative)Cumulative kilobytes of data read from the storage device since last counter reset.UInt64
KB Written (Cumulative)Cumulative kilobytes of data written to the storage device since last counter reset.UInt64
KB Transferred (Cumulative)Cumulative kilobytes of data transferred (read + write) since last counter reset.UInt64
Instance IDUnique identifier for this specific instance of the storage object.String
Element TypeClassification type of the storage element (e.g., disk, volume, pool, port).String
Instance ID (Key)Lowercase unique identifier for the storage object instance used in internal joins.String
Element Name (Key)Lowercase element name used as a join key in internal processing.String
Source NameName of the data source system from which this metric was collected.String
Write Cache Hits (Cumulative)Cumulative number of write operations served from cache (write hit) since last reset.UInt64
Read Cache Hits (Cumulative)Cumulative number of read operations served from cache since last reset.UInt64
Sampled Reads ChangeIncremental change in sampled read count between successive measurement intervals.Float64
Sampled Read RateRate of sampled read operations per second during the measurement interval.Float64
Write IOs ChangeIncremental change in write I/O count between successive measurement intervals.Float64
Write IOPSRate of write I/O operations per second. Key traffic golden signal.Float64
KB Transferred ChangeIncremental change in total data transferred between successive measurement intervals.Float64
Total Throughput (KB/s)Rate of total data transfer (read + write) in kilobytes per second. Key throughput golden signal.Float64
KB Read ChangeIncremental change in kilobytes read between successive measurement intervals.Float64
Read Throughput (KB/s)Rate of data read from the storage device in kilobytes per second. Key throughput golden signal.Float64
Sampled Write Time ChangeIncremental change in sampled write time between successive measurement intervals.Float64
Write Latency (Sampled)Average write latency based on sampled operations in microseconds per second. Key latency golden signal.Float64
Read IOs ChangeIncremental change in read I/O count between successive measurement intervals.Float64
Read IOPSRate of read I/O operations per second. Key traffic golden signal.Float64
KB Written ChangeIncremental change in kilobytes written between successive measurement intervals.Float64
Write Throughput (KB/s)Rate of data written to the storage device in kilobytes per second. Key throughput golden signal.Float64
Read IO Time ChangeIncremental change in read I/O time counter between successive measurement intervals.Float64
Read Latency (ms/s)Average read I/O response time rate in milliseconds per second. Key latency golden signal.Float64
Write IO Time ChangeIncremental change in write I/O time counter between successive measurement intervals.Float64
Write Latency (ms/s)Average write I/O response time rate in milliseconds per second. Key latency golden signal.Float64
Total IOs ChangeIncremental change in total I/O count between successive measurement intervals.Float64
Total IOPSTotal I/O operations per second (read + write combined). Key traffic golden signal.Float64
Seq Read Hits ChangeIncremental change in sequential read cache hit count between successive intervals.Float64
Seq Read Hit RateRate of sequential read I/O operations served from cache per second.Float64
Sampled Read Time ChangeIncremental change in sampled read time between successive measurement intervals.Float64
Read Latency (Sampled)Average read latency based on sampled operations in microseconds per second. Key latency golden signal.Float64
Sampling PeriodDuration of the measurement interval in seconds.Float64