diff --git a/pages/common/zdb.md b/pages/common/zdb.md new file mode 100644 index 000000000..a1726c836 --- /dev/null +++ b/pages/common/zdb.md @@ -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}}`