1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 16:13:31 +02:00

ZFS Debugger

This commit is contained in:
Peter Tripp 2016-01-07 20:05:18 -08:00
parent 81311fbcb7
commit 6979544948

15
pages/common/zdb.md Normal file
View file

@ -0,0 +1,15 @@
# zdb
> ZFS debugger.
- 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}}`