1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-28 11:35:27 +02:00
tldr/pages/common/zdb.md
Abhisek Phago limbu 426aac5cd2
mp3info, zbd, sfill: add mnemonic hints and option placeholders (#16919)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
2025-06-24 13:02:23 +00:00

16 lines
338 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|--config]}} {{poolname}}`
- Show statistics about number, size and deduplication of blocks:
`zdb {{[-b|--block-stats]}} {{poolname}}`