Examples (8)
Show the configuration and status of all ZFS zpools
zpool statusCheck a ZFS pool for errors (verifies the checksum of EVERY block). Very CPU and disk intensive
zpool scrub pool_nameCreate a mirrored pool
zpool create pool_name mirror disk1 disk2 mirror disk3 disk4Add a cache (L2ARC) device to a zpool
zpool add pool_name cache cache_diskmade by @shridhargupta | data from tldr-pages