mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-18 08:49:50 +00:00
Update cheatsheets
This commit is contained in:
21
zdb
Normal file
21
zdb
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user