From 4578640c2d96c0920762546847ebcb849d766c78 Mon Sep 17 00:00:00 2001 From: Alex Trull Date: Tue, 26 Aug 2008 22:28:05 +0200 Subject: [PATCH] Initial version --- plugins/other/zfsarcstats-counters | 42 ++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100755 plugins/other/zfsarcstats-counters diff --git a/plugins/other/zfsarcstats-counters b/plugins/other/zfsarcstats-counters new file mode 100755 index 00000000..d47a6862 --- /dev/null +++ b/plugins/other/zfsarcstats-counters @@ -0,0 +1,42 @@ +#!/bin/sh +# ZFS ARC statistics for FreeBSD +# Author alex@trull.org: +# +#%# family=auto +#%# capabilities=autoconf + +sysctl='/sbin/sysctl' + +case $1 in + config) + cat <