You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: disk-io/README.md
+17-3Lines changed: 17 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Check "disk-io" - Overview
2
2
3
+
Checks the disk throughput over a certain amount of time. Warns only if any of your disks is above a certain throughput threshold within the last n checks (default: 5).
4
+
5
+
Hints and Recommendations:
6
+
*`--count=5` (the default) while checking every minute means that the check reports a warning if any of your disks was above a threshold in the last 5 minutes.
7
+
* Check uses a SQLite database in `/tmp` to store its historic data.
8
+
* If you are wondering about `dm-0`, `dm-1` etc.: It's part of the "device mapper" in the kernel, used by LVM. Use `dmsetup ls` to see what is behind it.
0 commit comments