Using zpool cli for monitoring

in a shell zpool is not recognized. I like the monitoring iostat -v and status -v features. How do I run zpool on a TrueNas?

Prefix the command with sudo.

For example:
sudo zpool status

1 Like