Peter Tripp hace 9 años
padre
commit
6979544948
Se han modificado 1 ficheros con 15 adiciones y 0 borrados
  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}}`