Files
bottom/tests/valid_configs/widget/disk_io_graph.toml
Clement TsangandGitHub fca070ed08 feature: add disk I/O time series chart (#2073)
This PR adds a disk I/O (read and write rate) graph.
2026-05-30 00:43:20 -04:00

14 lines
239 B
TOML

[disk_io_graph]
show_read = true
show_write = false
legend = "mount"
use_log = true
legend_position = "bottom-left"
[disk_io_graph.name_filter]
is_list_ignored = true
list = ["sda"]
regex = false
case_sensitive = false
whole_word = false