浏览代码

ZFS Debugger

Peter Tripp 9 年之前
父节点
当前提交
6979544948
共有 1 个文件被更改,包括 15 次插入0 次删除
  1. 15 0
      pages/common/zdb.md

+ 15 - 0
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}}`