HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

zdb — ZFS debugger. More information: <https://manned.org/zdb>.

Submitted by: @import:tldr-pages··
0
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:
zdb


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}}

Code Snippets

Show detailed configuration of all mounted ZFS zpools

zdb

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}}

Context

tldr-pages: common/zdb

Revisions (0)

No revisions yet.