diff options
author | Michael Reifenberger <mr@FreeBSD.org> | 2015-09-27 09:15:54 +0000 |
---|---|---|
committer | Michael Reifenberger <mr@FreeBSD.org> | 2015-09-27 09:15:54 +0000 |
commit | 27aa47691e95be44e89282eff7964f1ac1f078d4 (patch) | |
tree | 1e121987d1b609dac4f0296da6d5c78de6d79d6d /usr.bin/systat/systat.1 | |
parent | abd71050605e03aad364838213f800ae14089821 (diff) |
Add support to systat to display zfs arc cache status/info
PR: 195460
Submitted by: ota
Notes
Notes:
svn path=/head/; revision=288306
Diffstat (limited to 'usr.bin/systat/systat.1')
-rw-r--r-- | usr.bin/systat/systat.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1 index 6b7bcb9bc978..af996bb8dc24 100644 --- a/usr.bin/systat/systat.1 +++ b/usr.bin/systat/systat.1 @@ -98,8 +98,9 @@ to be one of: .Ic pigs , .Ic swap , .Ic tcp , +.Ic vmstat , or -.Ic vmstat . +.Ic zarc , These displays can also be requested interactively (without the .Dq Fl ) and are described in @@ -441,6 +442,8 @@ Display statistics averaged over the refresh interval (the default). .It Cm zero Reset running statistics to zero. .El +.It Ic zarc +display arc cache usage and hit/miss statistics. .It Ic netstat Display, in the lower window, network connections. By default, |