driveStats
-
PDF of this doc site
-
Manage storage with Element software
-
Protect your data
-
Replication between NetApp Element software and ONTAP (ONTAP CLI)
-
-
-

Collection of separate PDF docs
Creating your file...
The driveStats object contains high-level activity measurements for a single drive. You can retrieve measurement information with the API method GetDriveStats
.
Object members
This object contains the following members:
Name | Description | Type |
---|---|---|
activeSessions |
Number of iSCSI sessions currently using this drive (only present for metadata drives). |
integer |
driveID |
Unique ID of the drive in the cluster. |
integer |
failedDieCount |
Number of failed drive hardware elements. |
integer |
iosInProgress |
The number of I/Os to this drive that are in progress. |
integer |
lifeRemainingPercent |
Drive media wear out indicator. |
integer |
lifetimeReadBytes |
Total bytes read from this drive for the lifetime of the drive. |
integer |
lifetimeWriteBytes |
Total bytes written to this drive for the lifetime of the drive. |
integer |
powerOnHours |
Number of hours this drive has been powered on. |
integer |
reads |
The number of read() calls per second to this drive. |
integer |
readBytes |
Total bytes read from the drive due to client operations. |
integer |
readsCombined |
The number of read() calls to adjacent sectors that could be combined into a larger read. |
integer |
readMsec |
The number of milliseconds spent reading. |
integer |
readOps |
Total read operations on the drive due to client operations. |
integer |
reallocatedSectors |
Number of bad sectors replaced in this drive. |
integer |
reserveCapacityPercent |
The available reserve capacity of the drive. |
integer |
timestamp |
The current time in UTC+0 format. |
ISO 8601 date string |
totalCapacity |
Total capacity of the drive, in bytes. |
integer |
uncorrectableErrors |
The Reported Uncorrectable Errors value from the Self-Monitoring, Analysis and Reporting Technology (SMART) monitoring system in the drive. |
integer |
usedCapacity |
Used capacity of the drive, in bytes. |
integer |
usedMemory |
Amount of memory currently used by the node hosting this drive. |
integer |
writes |
The number of write() calls per second to this drive. |
integer |
writeBytes |
Total bytes written to the drive due to client activity. |
integer |
writesCombined |
The number of write() calls to adjacent sectors that could be combined into a larger write. |
integer |
writeMsec |
The number of milliseconds spent writing. |
integer |
writeOps |
Total write operations to the drive due to client activity. |
integer |