mirror of https://github.com/CrimsonTome/tldr.git
17 lines
303 B
Markdown
17 lines
303 B
Markdown
# 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 {{poolname}}`
|
|
|
|
- Show statistics about number, size and deduplication of blocks:
|
|
|
|
`zdb -b {{poolname}}`
|