Merge pull request #638 from notpeter/zfs-debugger

zdb - ZFS Debugger
This commit is contained in:
Igor Shubovych
2016-01-20 13:10:33 +02:00

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