i3status_rs::blocks

Module disk_iostats

Source
Expand description

Disk I/O statistics

§Configuration

KeyValuesDefault
deviceBlock device name to monitor (as specified in /dev/)If not set, device will be automatically selected every interval
formatA string to customise the output of this block. See below for available placeholders." $icon $speed_read.eng(prefix:K) $speed_write.eng(prefix:K) "
intervalUpdate interval in seconds2
missing_formatSame as format but for when the device is missing" × "
PlaceholderValueTypeUnit
iconA static iconIcon-
deviceThe name of deviceText-
speed_readRead speedNumberBytes per second
speed_writeWrite speedNumberBytes per second

§Examples

[[block]]
block = "disk_iostats"
device = "sda"
format = " $icon $speed_write.eng(prefix:K) "

§Icons Used

  • disk_drive

Structs§

Functions§