Monitors disk usage, inode statistics, and disk I/O activity.

Metrics collected

MetricDescription
disk_total_bytesTotal disk space
disk_free_bytesFree disk space
disk_used_bytesUsed disk space
disk_used_ratioUsed space ratio
disk_inodes_total_totalTotal inodes
disk_inodes_free_totalFree inodes
disk_inodes_used_totalUsed inodes
disk_inodes_used_ratioUsed inodes ratio
disk_read_rateRead operations per second
disk_write_rateWrite operations per second
disk_read_bpsRead bytes per second
disk_write_bpsWrite bytes per second
disk_busy_ratioRatio of time the disk was busy
disk_avg_request_msAverage time per disk I/O request

Tags

  • device: Disk device name (e.g., /dev/sda1)
  • mountpoint: The path where the disk is mounted (e.g., /, /home)