mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 06:41:49 +00:00
22 lines
396 B
Plaintext
22 lines
396 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# zdb
|
|
|
|
> ZFS debugger.
|
|
> More information: <https://manned.org/zdb>.
|
|
|
|
- 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}}`
|