]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - cddl/contrib/opensolaris/cmd/zdb/zdb.8
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / cddl / contrib / opensolaris / cmd / zdb / zdb.8
1 '\" te
2 .\" Copyright (c) 2012, Martin Matuska <mm@FreeBSD.org>.
3 .\" All Rights Reserved.
4 .\"
5 .\" This file and its contents are supplied under the terms of the
6 .\" Common Development and Distribution License ("CDDL"), version 1.0.
7 .\" You may only use this file in accordance with the terms of version
8 .\" 1.0 of the CDDL.
9 .\"
10 .\" A full copy of the text of the CDDL should have accompanied this
11 .\" source.  A copy of the CDDL is also available via the Internet at
12 .\" http://www.illumos.org/license/CDDL.
13 .\"
14 .\"
15 .\" Copyright 2012, Richard Lowe.
16 .\" Copyright (c) 2012, Marcelo Araujo <araujo@FreeBSD.org>.
17 .\" All Rights Reserved.
18 .\"
19 .\" $FreeBSD$
20 .\"
21 .Dd May 10, 2012
22 .Dt ZDB 8
23 .Os
24 .Sh NAME
25 .Nm zdb
26 .Nd Display zpool debugging and consistency information
27 .Sh SYNOPSIS
28 .Nm
29 .Op Fl CumdibcsDvhLXFPA
30 .Op Fl e Op Fl p Ar path...
31 .Op Fl t Ar txg
32 .Ar poolname
33 .Op Ar object ...
34 .Nm
35 .Op Fl divPA
36 .Op Fl e Op Fl p Ar path...
37 .Ar dataset
38 .Op Ar object ...
39 .Nm
40 .Fl m Op Fl LXFPA
41 .Op Fl t Ar txg
42 .Op Fl e Op Fl p Ar path...
43 .Ar poolname
44 .Nm
45 .Fl R Op Fl A
46 .Op Fl e Op Fl p Ar path...
47 .Ar poolname
48 .Ar vdev Ns : Ns Ar offset Ns : Ns Ar size Ns Op Ns : Ns Ar flags
49 .Nm
50 .Fl S
51 .Op Fl AP
52 .Op Fl e Op Fl p Ar path...
53 .Ar poolname
54 .Nm
55 .Fl l
56 .Op Fl uA
57 .Ar device
58 .Nm
59 .Fl C
60 .Op Fl A
61 .Op Fl U Ar cache
62 .Sh DESCRIPTION
63 The
64 .Nm
65 utility displays information about a ZFS pool useful for debugging and
66 performs some amount of consistency checking.
67 It is a not a general purpose tool and options (and facilities) may change.
68 This is neither a
69 .Xr fsck 8
70 nor a
71 .Xr fsdb 8
72 utility.
73 .Pp
74 The output of this command in general reflects the on-disk structure of a ZFS
75 pool, and is inherently unstable.
76 The precise output of most invocations is not documented, a knowledge of ZFS
77 internals is assumed.
78 .Pp
79 When operating on an imported and active pool it is possible, though unlikely,
80 that zdb may interpret inconsistent pool data and behave erratically.
81 .Sh OPTIONS
82 Display options:
83 .Bl -tag -width indent
84 .It Fl b
85 Display statistics regarding the number, size (logical, physical and
86 allocated) and deduplication of blocks.
87 .It Fl c
88 Verify the checksum of all metadata blocks while printing block statistics
89 (see
90 .Fl b Ns ).
91 .Pp
92 If specified multiple times, verify the checksums of all blocks.
93 .It Fl C
94 Display information about the configuration. If specified with no other
95 options, instead display information about the cache file
96 .Po Pa /etc/zfs/zpool.cache Pc .
97 To specify the cache file to display, see
98 .Fl U
99 .Pp
100 If specified multiple times, and a pool name is also specified display both
101 the cached configuration and the on-disk configuration.
102 If specified multiple times with
103 .Fl e
104 also display the configuration that would be used were the pool to be
105 imported.
106 .It Fl d
107 Display information about datasets. Specified once, displays basic dataset
108 information: ID, create transaction, size, and object count.
109 .Pp
110 If specified multiple times provides greater and greater verbosity.
111 .Pp
112 If object IDs are specified, display information about those specific objects only.
113 .It Fl D
114 Display deduplication statistics, including the deduplication ratio (dedup),
115 compression ratio (compress), inflation due to the zfs copies property
116 (copies), and an overall effective ratio (dedup * compress / copies).
117 .Pp
118 If specified twice, display a histogram of deduplication statistics, showing
119 the allocated (physically present on disk) and referenced (logically
120 referenced in the pool) block counts and sizes by reference count.
121 .It Fl h
122 Display pool history similar to
123 .Cm zpool history ,
124 but include internal changes, transaction, and dataset information.
125 .It Fl i
126 Display information about intent log (ZIL) entries relating to each
127 dataset.
128 If specified multiple times, display counts of each intent log transaction
129 type.
130 .It Fl l Ar device
131 Display the vdev labels from the specified device.
132 If the
133 .Fl u
134 option is also specified, also display the uberblocks on this device.
135 .It Fl L
136 Disable leak tracing and the loading of space maps.
137 By default,
138 .Nm
139 verifies that all non-free blocks are referenced, which can be very expensive.
140 .It Fl m
141 Display the offset, spacemap, and free space of each metaslab.
142 When specified twice, also display information about the maximum contiguous
143 free space and the percentage of free space in each space map.
144 When specified three times display every spacemap record.
145 .It Xo
146 .Fl R Ar poolname
147 .Ar vdev Ns : Ns Ar offset Ns : Ns Ar size Ns Op Ns : Ns Ar flags
148 .Xc
149 Read and display a block from the specified device. By default the block is
150 displayed as a hex dump, but see the description of the
151 .Fl r
152 flag, below.
153 .Pp
154 The block is specified in terms of a colon-separated tuple
155 .Ar vdev
156 (an integer vdev identifier)
157 .Ar offset
158 (the offset within the vdev)
159 .Ar size
160 (the size of the block to read) and, optionally,
161 .Ar flags
162 (a set of flags, described below).
163 .Bl -tag -width indent
164 .It Sy b offset
165 Print block pointer
166 .It Sy d
167 Decompress the block
168 .It Sy e
169 Byte swap the block
170 .It Sy g
171 Dump gang block header
172 .It Sy i
173 Dump indirect block
174 .It Sy r
175 Dump raw uninterpreted block data
176 .El
177 .It Fl s
178 Report statistics on
179 .Nm Ns 's
180 I/O.
181 Display operation counts, bandwidth, and error counts of I/O to the pool from
182 .Nm .
183 .It Fl S
184 Simulate the effects of deduplication, constructing a DDT and then display
185 that DDT as with \fB-DD\fR.
186 .It Fl u
187 Display the current uberblock.
188 .El
189 .Pp
190 Other options:
191 .Bl -tag -width indent
192 .It Fl A
193 Do not abort should any assertion fail.
194 .It Fl AA
195 Enable panic recovery, certain errors which would otherwise be fatal are
196 demoted to warnings.
197 .It Fl AAA
198 Do not abort if asserts fail and also enable panic recovery.
199 .It Fl e Op Fl p Ar path...
200 Operate on an exported pool, not present in
201 .Pa /etc/zfs/zpool.cache .
202 The
203 .Fl p
204 flag specifies the path under which devices are to be searched.
205 .It Fl F
206 Attempt to make an unreadable pool readable by trying progressively older
207 transactions.
208 .It Fl P
209 Print numbers in an unscaled form more amenable to parsing, eg. 1000000 rather
210 than 1M.
211 .It Fl t Ar transaction
212 Specify the highest transaction to use when searching for uberblocks.
213 See also the
214 .Fl u
215 and
216 .Fl l
217 options for a means to see the available uberblocks and their associated
218 transaction numbers.
219 .It Fl U Ar cachefile
220 Use a cache file other than
221 .Pa /etc/zfs/zpool.cache .
222 This option is only valid with
223 .Fl C
224 .It Fl v
225 Enable verbosity.
226 Specify multiple times for increased verbosity.
227 .It Fl X
228 Attempt
229 .Ql extreme
230 transaction rewind, that is attempt the same recovery as
231 .Fl F
232 but read transactions otherwise deemed too old.
233 .El
234 .Pp
235 Specifying a display option more than once enables verbosity for only that
236 option, with more occurrences enabling more verbosity.
237 .Pp
238 If no options are specified, all information about the named pool will be
239 displayed at default verbosity.
240 .Sh EXAMPLES
241 .Bl -tag -width 0n
242 .It Sy Example 1 Display the configuration of imported pool 'rpool'
243 .Bd -literal -offset 2n
244 .Li # Ic zdb -C rpool
245
246 MOS Configuration:
247         version: 28
248         name: 'rpool'
249  ...
250 .Ed
251 .It Sy Example 2 Display basic dataset information about 'rpool'
252 .Bd -literal -offset 2n
253 .Li # Ic zdb -d rpool
254 Dataset mos [META], ID 0, cr_txg 4, 26.9M, 1051 objects
255 Dataset rpool/swap [ZVOL], ID 59, cr_txg 356, 486M, 2 objects
256  ...
257 .Ed
258 .It Xo Sy Example 3 Display basic information about object 0 in
259 .Sy 'rpool/export/home'
260 .Xc
261 .Bd -literal -offset 2n
262 .Li # Ic zdb -d rpool/export/home 0
263 Dataset rpool/export/home [ZPL], ID 137, cr_txg 1546, 32K, 8 objects
264
265     Object  lvl   iblk   dblk  dsize  lsize   %full  type
266          0    7    16K    16K  15.0K    16K   25.00  DMU dnode
267 .Ed
268 .It Xo Sy Example 4 Display the predicted effect of enabling deduplication on
269 .Sy 'rpool'
270 .Xc
271 .Bd -literal -offset 2n
272 .Li # Ic zdb -S rpool
273 Simulated DDT histogram:
274
275 bucket             allocated                      referenced
276 ______  ______________________________  ______________________________
277 refcnt  blocks   LSIZE   PSIZE   DSIZE  blocks   LSIZE   PSIZE   DSIZE
278 ------  ------   -----   -----   -----  ------   -----   -----   -----
279      1    694K   27.1G   15.0G   15.0G    694K   27.1G   15.0G   15.0G
280      2   35.0K   1.33G    699M    699M   74.7K   2.79G   1.45G   1.45G
281  ...
282 dedup = 1.11, compress = 1.80, copies = 1.00, dedup * compress / copies = 2.00
283 .Ed
284 .El
285 .Sh SEE ALSO
286 .Xr zfs 8 ,
287 .Xr zpool 8
288 .Sh AUTHORS
289 This manual page is a
290 .Xr mdoc 7
291 reimplementation of the
292 .Tn illumos
293 manual page
294 .Em zdb(1M) ,
295 modified and customized for
296 .Fx
297 and licensed under the
298 Common Development and Distribution License
299 .Pq Tn CDDL .
300 .Pp
301 The
302 .Xr mdoc 7
303 implementation of this manual page was initially written by
304 .An Martin Matuska Aq mm@FreeBSD.org
305 and
306 .An Marcelo Araujo Aq araujo@FreeBSD.org .