From 60a632f047cdb6e5314711f593a4d3b1f1d8dde9 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Fri, 26 Feb 2021 08:06:07 -0700 Subject: [PATCH] fortune: add a tip about gstat MFC after: 3 weeks --- 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 % +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 +%