From 27aa47691e95be44e89282eff7964f1ac1f078d4 Mon Sep 17 00:00:00 2001 From: Michael Reifenberger Date: Sun, 27 Sep 2015 09:15:54 +0000 Subject: Add support to systat to display zfs arc cache status/info PR: 195460 Submitted by: ota --- usr.bin/systat/systat.1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'usr.bin/systat/systat.1') 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, -- cgit v1.2.3