commands.sh

zdb

all

ZFS debugger.

More info →

Options (2)

-C, --configboolean

Show detailed configuration for a specific ZFS pool

Example: zdb {{[-C|--config]}} {{poolname}}
-b, --block-statsboolean

Show statistics about number, size, and deduplication of blocks

Example: zdb {{[-b|--block-stats]}} {{poolname}}

Examples (3)

Show detailed configuration of all mounted ZFS zpools

Show detailed configuration for a specific ZFS pool

zdb [-C|--config] poolname

Show statistics about number, size, and deduplication of blocks

zdb [-b|--block-stats] poolname
made by @shridhargupta | data from tldr-pages