disks (host statistics)
The disks
resource lists each of the disk devices attached to the host and permits the inspection of disk usage statistics. This information is a readily consumable version of the file /proc/diskstats
.
Element | Description | Type |
---|---|---|
file_system_free_percent | Percentage of the filesystem currently free. | snapshot |
mount_point | The mount point for this filesystem. | fixed |
in_progress | Number of I/O requests waiting to be processed. | snapshot |
read_await | Average read time completion in milliseconds. | interval average |
write_await | Average write time completion in milliseconds. | interval average |
read_bytes_per_sec | Average bytes per second read. | interval average |
write_bytes_per_sec | Average bytes per second written. | interval average |
Statistics Database Tables: HDISKS_STATIC
, HDISKS_DYNAMIC
Admin Path: /amps/host/disks/<id>/<metric>