zpool list
zpool list
zpool status
zpool status -x
zpool status -v
zpool iostat
zpool iostat -v
zpool history
===== Cache =====
1GB Cache per 1 TB Storage \\
Set Cache Min/Max
cat << 'EOF' > /etc/modprobe.d/zfs.conf
options zfs zfs_arc_min=3221225472
options zfs zfs_arc_max=4294967296
EOF
update-initramfs -u && reboot