dnstap-read.docbook revision 0c27b3fe77ac1d5094ba3521e8142d9e7973133f
252N/A<!--
252N/A - Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
252N/A -
252N/A - This Source Code Form is subject to the terms of the Mozilla Public
252N/A - License, v. 2.0. If a copy of the MPL was not distributed with this
252N/A - file, You can obtain one at http://mozilla.org/MPL/2.0/.
252N/A-->
252N/A
252N/A<!-- Converted by db4-upgrade version 1.0 -->
252N/A<refentry xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="man.dnstap-read">
252N/A <info>
252N/A <date>2015-09-13</date>
252N/A </info>
252N/A <refentryinfo>
252N/A <corpname>ISC</corpname>
252N/A <corpauthor>Internet Systems Consortium, Inc.</corpauthor>
252N/A </refentryinfo>
252N/A
252N/A <refmeta>
252N/A <refentrytitle><application>dnstap-read</application></refentrytitle>
252N/A <manvolnum>1</manvolnum>
252N/A <refmiscinfo>BIND9</refmiscinfo>
252N/A </refmeta>
252N/A
252N/A <refnamediv>
252N/A <refname><application>dnstap-read</application></refname>
252N/A <refpurpose>print dnstap data in human-readable form</refpurpose>
252N/A </refnamediv>
252N/A
252N/A <docinfo>
252N/A <copyright>
252N/A <year>2015</year>
252N/A <year>2016</year>
252N/A <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
252N/A </copyright>
252N/A </docinfo>
252N/A
252N/A <refsynopsisdiv>
252N/A <cmdsynopsis sepchar=" ">
252N/A <command>dnstap-read</command>
252N/A <arg choice="opt" rep="norepeat"><option>-m</option></arg>
252N/A <arg choice="opt" rep="norepeat"><option>-p</option></arg>
252N/A <arg choice="opt" rep="norepeat"><option>-y</option></arg>
252N/A <arg choice="req" rep="norepeat"><replaceable class="parameter">file</replaceable></arg>
252N/A </cmdsynopsis>
252N/A </refsynopsisdiv>
252N/A
252N/A <refsection><info><title>DESCRIPTION</title></info>
252N/A
252N/A <para>
252N/A <command>dnstap-read</command>
252N/A reads <command>dnstap</command> data from a specified file
252N/A and prints it in a human-readable format. By default,
252N/A <command>dnstap</command> data is printed in a short summary
252N/A format, but if the <option>-y</option> option is specified,
252N/A then a longer and more detailed YAML format is used instead.
252N/A </para>
252N/A </refsection>
<refsection><info><title>OPTIONS</title></info>
<variablelist>
<varlistentry>
<term>-m</term>
<listitem>
<para>
Trace memory allocations; used for debugging memory leaks.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>-p</term>
<listitem>
<para>
After printing the <command>dnstap</command> data, print
the text form of the DNS message that was encapsulated in the
<command>dnstap</command> frame.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>-y</term>
<listitem>
<para>
Print <command>dnstap</command> data in a detailed YAML
format. Implies <option>-p</option>.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsection>
<refsection><info><title>SEE ALSO</title></info>
<para>
<citerefentry>
<refentrytitle>named</refentrytitle><manvolnum>8</manvolnum>
</citerefentry>,
<citerefentry>
<refentrytitle>nsupdate</refentrytitle><manvolnum>8</manvolnum>
</citerefentry>,
<citetitle>BIND 9 Administrator Reference Manual</citetitle>.
</para>
</refsection>
</refentry>