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 37The 38.Nm 39utility reads from the output of the 40.Qq Nm zfs Cm send 41command, then displays headers and some statistics from that output. See 42.Xr zfs 8 . 43.Pp 44The following options are supported: 45.Bl -tag -width indent 46.It Fl C 47Suppress the validation of checksums. 48.It Fl d 49Dump contents of blocks modified, implies verbose. 50.It Fl v 51Verbose. Dump all headers, not only begin and end headers. 52.El 53.Sh SEE ALSO 54.Xr zfs 8 55.Sh AUTHORS 56This manual page is a 57.Xr mdoc 7 58reimplementation of the 59.Tn OpenSolaris 60manual page 61.Em zstreamdump(1M) , 62modified and customized for 63.Fx 64and licensed under the 65.Tn Common Development and Distribution License 66.Pq Tn CDDL . 67.Pp 68The 69.Xr mdoc 7 70implementation of this manual page was initially written by 71.An Martin Matuska Aq mm@FreeBSD.org . 72