aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fortune
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2021-02-26 15:06:07 +0000
committerAlan Somers <asomers@FreeBSD.org>2021-02-26 15:06:07 +0000
commit60a632f047cdb6e5314711f593a4d3b1f1d8dde9 (patch)
tree9a1a24efe64cecb792450508d236bfdf79fc2295 /usr.bin/fortune
parent1bf86687c2eb744497b6d9fd02b80e9821b1f4d6 (diff)
downloadsrc-60a632f047cdb6e5314711f593a4d3b1f1d8dde9.tar.gz
src-60a632f047cdb6e5314711f593a4d3b1f1d8dde9.zip
fortune: add a tip about gstat
MFC after: 3 weeks
Diffstat (limited to 'usr.bin/fortune')
-rw-r--r--usr.bin/fortune/datfiles/freebsd-tips6
1 files changed, 6 insertions, 0 deletions
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@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@FreeBSD.org>
+%