arcstat(1)
I have the manual page but the command is not found.
Will it be found if I boot with
I have the manual page but the command is not found.
Will it be found if I boot with
openzfs
instead of zfs
?
Code:
% date ; uname -v
Sun 9 May 2021 01:12:06 BST
FreeBSD 14.0-CURRENT #94 main-n246499-097e8701c9f: Thu May 6 07:26:23 BST 2021 root@mowa219-gjp4-8570p:/usr/obj/usr/src/amd64.amd64/sys/GENERIC-NODEBUG
% grep -i zfs_load /boot/loader.conf
zfs_load="YES"
openzfs_load="NO"
% which arcstat
arcstat: Command not found.
% man arcstat | head
ARCSTAT(1) FreeBSD General Commands Manual ARCSTAT(1)
NAME
arcstat - report ZFS ARC and L2ARC statistics
SYNOPSIS
arcstat [-havxp] [-f field[,field]...] [-o file] [-s string] [interval [count]]
% pkg provides arcstat
Name : openzfs-2021030100
Desc : OpenZFS userland for FreeBSD
Repo : FreeBSD
Filename: usr/local/man/man1/arcstat.1.gz
Name : munin-contrib-g.2019.06.28_1
Desc : Contributed plugins and other for munin
Repo : FreeBSD
Filename: usr/local/share/examples/munin-contrib/plugins/zfs/zfsarcstats-counters
usr/local/share/examples/munin-contrib/plugins/zfs/zfs_arcstats
usr/local/share/examples/munin-contrib/plugins/zfs/example-graphs/zfs_arcstats-2.png
usr/local/share/examples/munin-contrib/plugins/zfs/example-graphs/zfs_arcstats-1.png
% pkg info -x openzfs
openzfs-2021030100
openzfs-kmod-2021030100
%