summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat/cmdtab.c
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-08-08 13:18:31 -0300
committerRenato Botelho <renato@netgate.com>2016-08-08 13:18:31 -0300
commitc481775c0ef4d4d98dd1d53711a00b2e101533d2 (patch)
tree9590dc3802a31ee0e5931f40e389abe8e2785b78 /usr.bin/systat/cmdtab.c
parent4008e6a2e9bc1ee9983a4cf7d23093d2015026d6 (diff)
parent89512a096a7717f8c3f2ca6889e0c6b1a1d50b32 (diff)
downloadFreeBSD-src-c481775c0ef4d4d98dd1d53711a00b2e101533d2.zip
FreeBSD-src-c481775c0ef4d4d98dd1d53711a00b2e101533d2.tar.gz
Merge remote-tracking branch 'origin/stable/10' into devel
Diffstat (limited to 'usr.bin/systat/cmdtab.c')
-rw-r--r--usr.bin/systat/cmdtab.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/systat/cmdtab.c b/usr.bin/systat/cmdtab.c
index 63a69f6..cb021e0 100644
--- a/usr.bin/systat/cmdtab.c
+++ b/usr.bin/systat/cmdtab.c
@@ -78,6 +78,9 @@ struct cmdtab cmdtab[] = {
{ "ifstat", showifstat, fetchifstat, labelifstat,
initifstat, openifstat, closeifstat, cmdifstat,
0, CF_LOADAV },
+ { "zarc", showzarc, fetchzarc, labelzarc,
+ initzarc, openzarc, closezarc, 0,
+ resetzarc, CF_ZFSARC },
{ NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0 }
};
struct cmdtab *curcmd = &cmdtab[0];
OpenPOWER on IntegriCloud