Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
DNSTAP-READ(1)			     BIND 9			  DNSTAP-READ(1)

NAME
     dnstap-read - print dnstap data in human-readable form

SYNOPSIS
     dnstap-read [-m] [-p] [-x] [-y] {file}

DESCRIPTION
     dnstap-read  reads dnstap data from a specified file and prints it in a hu-
     man-readable format. By default, dnstap data is printed in a short  summary
     format,  but if the -y option is specified, a longer and more detailed YAML
     format is used.

OPTIONS
     -m     This option indicates trace memory allocations, and is used for  de-
	    bugging memory leaks.

     -p     This  option prints the text form of the DNS message that was encap-
	    sulated in the dnstap frame, after printing the dnstap data.

     -t     This option prints long timestamps with millisecond precision.

     -x     This option prints a hex dump of the wire form of  the  DNS  message
	    that was encapsulated in the dnstap frame, after printing the dnstap
	    data.

     -y     This option prints dnstap data in a detailed YAML format.

SEE ALSO
     named(8)  <#std-iscman-named>,  rndc(8) <#std-iscman-rndc>, BIND 9 Adminis-
     trator Reference Manual.

Author
     Internet Systems Consortium

Copyright
     2026, Internet Systems Consortium

9.20.26 			   2026-07-20			  DNSTAP-READ(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=dnstap-read&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help