git: aa9ff8f76041 - stable/13 - fortune: add a tip about gstat
Alan Somers
asomers at FreeBSD.org
Sun Mar 21 02:21:04 UTC 2021
The branch stable/13 has been updated by asomers:
URL: https://cgit.FreeBSD.org/src/commit/?id=aa9ff8f7604102bbb28c6b72618c176d7f2c09af
commit aa9ff8f7604102bbb28c6b72618c176d7f2c09af
Author: Alan Somers <asomers at FreeBSD.org>
AuthorDate: 2021-02-26 15:06:07 +0000
Commit: Alan Somers <asomers at FreeBSD.org>
CommitDate: 2021-03-21 02:15:05 +0000
fortune: add a tip about gstat
(cherry picked from commit 60a632f047cdb6e5314711f593a4d3b1f1d8dde9)
---
usr.bin/fortune/datfiles/freebsd-tips | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/usr.bin/fortune/datfiles/freebsd-tips b/usr.bin/fortune/datfiles/freebsd-tips
index 3325fdce090f..46f5ec31f8d6 100644
--- a/usr.bin/fortune/datfiles/freebsd-tips
+++ b/usr.bin/fortune/datfiles/freebsd-tips
@@ -799,3 +799,9 @@ always have space left this way.
-- Benedict Reuschling <bcr at FreeBSD.org>
%
+Sometimes a single slow HDD can cripple the performance of your entire system. You can spot one like this:
+
+# gstat -I5s | sort -rn -k9 | head
+
+ -- Alan Somers <asomers at FreeBSD.org>
+%
More information about the dev-commits-src-branches
mailing list