소스 검색

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