]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - cddl/contrib/opensolaris/cmd/zstreamdump/zstreamdump.1
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / cddl / contrib / opensolaris / cmd / zstreamdump / zstreamdump.1
1 '\" te
2 .\" Copyright (c) 2011, Martin Matuska <mm@FreeBSD.org>.
3 .\" All Rights Reserved.
4 .\"
5 .\" The contents of this file are subject to the terms of the
6 .\" Common Development and Distribution License (the "License").
7 .\" You may not use this file except in compliance with the License.
8 .\"
9 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10 .\" or http://www.opensolaris.org/os/licensing.
11 .\" See the License for the specific language governing permissions
12 .\" and limitations under the License.
13 .\"
14 .\" When distributing Covered Code, include this CDDL HEADER in each
15 .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16 .\" If applicable, add the following below this CDDL HEADER, with the
17 .\" fields enclosed by brackets "[]" replaced with your own identifying
18 .\" information: Portions Copyright [yyyy] [name of copyright owner]
19 .\"
20 .\" Copyright (c) 2009, Sun Microsystems, Inc. All Rights Reserved.
21 .\" Copyright (c) 2013, Delphix. All Rights Reserved.
22 .\"
23 .\" $FreeBSD$
24 .\"
25 .Dd December 31, 2013
26 .Dt ZSTREAMDUMP 8
27 .Os
28 .Sh NAME
29 .Nm zstreamdump
30 .Nd filter data in zfs send stream
31 .Sh SYNOPSIS
32 .Nm
33 .Op Fl C
34 .Op Fl d
35 .Op Fl v
36 .Sh DESCRIPTION
37 The
38 .Nm
39 utility reads from the output of the
40 .Qq Nm zfs Cm send
41 command, then displays headers and some statistics from that output. See
42 .Xr zfs 8 .
43 .Pp
44 The following options are supported:
45 .Bl -tag -width indent
46 .It Fl C
47 Suppress the validation of checksums.
48 .It Fl d
49 Dump contents of blocks modified, implies verbose.
50 .It Fl v
51 Verbose. Dump all headers, not only begin and end headers.
52 .El
53 .Sh SEE ALSO
54 .Xr zfs 8
55 .Sh AUTHORS
56 This manual page is a
57 .Xr mdoc 7
58 reimplementation of the
59 .Tn OpenSolaris
60 manual page
61 .Em zstreamdump(1M) ,
62 modified and customized for
63 .Fx
64 and licensed under the
65 .Tn Common Development and Distribution License
66 .Pq Tn CDDL .
67 .Pp
68 The
69 .Xr mdoc 7
70 implementation of this manual page was initially written by
71 .An Martin Matuska Aq mm@FreeBSD.org .