Blame bin/tools/dnstap-read.docbook

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