mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-30 17:33:50 +08:00
ZFS Debugger
This commit is contained in:
@@ -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}}`
|
||||
Reference in New Issue
Block a user