The branch main has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=60a632f047cdb6e5314711f593a4d3b1f1d8dde9
commit 60a632f047cdb6e5314711f593a4d3b1f1d8dde9 Author: Alan Somers <asom...@freebsd.org> AuthorDate: 2021-02-26 15:06:07 +0000 Commit: Alan Somers <asom...@freebsd.org> CommitDate: 2021-02-26 15:06:07 +0000 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 <b...@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 <asom...@freebsd.org> +% _______________________________________________ dev-commits-src-main@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"