snippetbashTip
zdb — ZFS debugger. More information: <https://manned.org/zdb>.
Viewed 0 times
httpscommandzfscliinformationzdbdebuggermore
Problem
How to use the
zdb command: ZFS debugger. More information: <https://manned.org/zdb>.Solution
zdb — ZFS debugger. More information: <https://manned.org/zdb>.Show detailed configuration of all mounted ZFS zpools:
zdbShow 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}}Code Snippets
Show detailed configuration of all mounted ZFS zpools
zdbShow 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}}Context
tldr-pages: common/zdb
Revisions (0)
No revisions yet.