]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - cddl/contrib/opensolaris/cmd/zstreamdump/zstreamdump.1
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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 .\"
22 .\" $FreeBSD$
23 .\"
24 .Dd November 26, 2011
25 .Dt ZSTREAMDUMP 8
26 .Os
27 .Sh NAME
28 .Nm zstreamdump
29 .Nd filter data in zfs send stream
30 .Sh SYNOPSIS
31 .Nm
32 .Op Fl C
33 .Op Fl v
34 .Sh DESCRIPTION
35 The
36 .Nm
37 utility reads from the output of the
38 .Qq Nm zfs Cm send
39 command, then displays headers and some statistics from that output. See
40 .Xr zfs 8 .
41 .Pp
42 The following options are supported:
43 .Bl -tag -width indent
44 .It Fl C
45 Suppress the validation of checksums.
46 .It Fl v
47 Verbose. Dump all headers, not only begin and end headers.
48 .El
49 .Sh SEE ALSO
50 .Xr zfs 8
51 .Sh AUTHORS
52 This manual page is a
53 .Xr mdoc 7
54 reimplementation of the
55 .Tn OpenSolaris
56 manual page
57 .Em zstreamdump(1M) ,
58 modified and customized for
59 .Fx
60 and licensed under the
61 .Tn Common Development and Distribution License
62 .Pq Tn CDDL .
63 .Pp
64 The
65 .Xr mdoc 7
66 implementation of this manual page was initially written by
67 .An Martin Matuska Aq mm@FreeBSD.org .