diff --git a/plugins/other/zfs_cache_efficiency b/plugins/other/zfs_cache_efficiency new file mode 100755 index 00000000..7ea7a7a7 --- /dev/null +++ b/plugins/other/zfs_cache_efficiency @@ -0,0 +1,231 @@ +#!/bin/sh +# ZFS ARC statistics for FreeBSD +# Author alex@trull.org: +# +#%# family=auto +#%# capabilities=autoconf + +sysctl='/sbin/sysctl' + +case $1 in + config) + cat <