Expand description
Disk I/O statistics
§Configuration
Key | Values | Default |
---|---|---|
device | Block device name to monitor (as specified in /dev/ ) | If not set, device will be automatically selected every interval |
format | A string to customise the output of this block. See below for available placeholders. | " $icon $speed_read.eng(prefix:K) $speed_write.eng(prefix:K) " |
interval | Update interval in seconds | 2 |
missing_format | Same as format but for when the device is missing | " × " |
Placeholder | Value | Type | Unit |
---|---|---|---|
icon | A static icon | Icon | - |
device | The name of device | Text | - |
speed_read | Read speed | Number | Bytes per second |
speed_write | Write speed | Number | Bytes per second |
§Examples
[[block]]
block = "disk_iostats"
device = "sda"
format = " $icon $speed_write.eng(prefix:K) "
§Icons Used
disk_drive