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