git: 9e9ef41bec1f - stable/12 - fortune: add a tip about gstat
Alan Somers
asomers at FreeBSD.org
Thu Apr 8 21:34:33 UTC 2021
The branch stable/12 has been updated by asomers:
URL: https://cgit.FreeBSD.org/src/commit/?id=9e9ef41bec1f1c7b4bbccecebb6d8fad92104f7b
commit 9e9ef41bec1f1c7b4bbccecebb6d8fad92104f7b
Author: Alan Somers <asomers at FreeBSD.org>
AuthorDate: 2021-02-26 15:06:07 +0000
Commit: Alan Somers <asomers at FreeBSD.org>
CommitDate: 2021-04-08 21:33:04 +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 5349bc6410c8..93075532cee4 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