1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-02 05:17:58 +01:00
tldr/pages/common/zdb.md
2016-01-20 02:23:17 -08:00

257 B

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