1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/zdb.md

17 lines
303 B
Markdown
Raw Normal View History

2016-01-07 20:05:18 -08:00
# zdb
> ZFS debugger.
> More information: <https://manned.org/zdb>.
2016-01-07 20:05:18 -08:00
- 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}}`