Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dnsviz.1 « man « doc - github.com/dnsviz/dnsviz.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9ca6f7a4418d9b39bed00cd054887f709267386f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
.\"
.\" This file is a part of DNSViz, a tool suite for DNS/DNSSEC monitoring,
.\" analysis, and visualization.
.\" Created by Casey Deccio (casey@deccio.net)
.\"
.\" Copyright 2015-2016 VeriSign, Inc.
.\"
.\" Copyright 2016-2019 Casey Deccio
.\"
.\" DNSViz is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2 of the License, or
.\" (at your option) any later version.
.\"
.\" DNSViz is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License along
.\" with DNSViz.  If not, see <http://www.gnu.org/licenses/>.
.\"
.TH dnsviz 1 "25 Jan 2019" "0.8.1"
.SH NAME
dnsviz \- issue and assess diagnostic DNS queries
.SH SYNOPSIS
.P
.B dnsviz
[ \fIoptions \fR ]
\fIcommand\fR
[ \fIargs\fR ]
.TP
.B dnsviz
[ \fIoptions \fR ]
\fBhelp\fR [ \fIcommand\fR ]
.SH DESCRIPTION
.P
.B dnsviz
is a tool for assessing the health of DNS deployments by issuing diagnostic
queries, assessing the responses, and outputting the results in one of several
formats.  The assessment may be directed towards recursive or authoritative DNS
servers, and the output may be textual, graphical, or serialized for
programmatic review.
.P
.B dnsviz
is invoked by specifying one of its commands as the first argument on the
command line, followed by arguments specific to that command.  If the first
argument is "help", then the usage of the command specified by the second
argument is displayed.  If no second argument is provided, then a general usage
message is given.
.SH OPTIONS
.TP
.B -p \fIpath\fR
Add a path to the python path.
.SH COMMANDS
.TP
.B probe
Issue diagnostic DNS queries.  See \fBdnsviz-probe(1)\fR.
.TP
.B grok
Assess diagnostic DNS queries See \fBdnsviz-grok(1)\fR.
.TP
.B graph
Graph the assessment of diagnostic DNS queries See \fBdnsviz-graph(1)\fR.
.TP
.B print
Process diagnostic DNS queries to textual output See \fBdnsviz-print(1)\fR.
.TP
.B query
Assess a DNS query See \fBdnsviz-query(1)\fR.
.TP
.B "\fBhelp\fR [ \fIcommand\fR ]"
Show usage generally, or for a specific command.
.SH EXIT CODES
The exit codes are:
.TP
.B 0
Program terminated normally.
.TP
.B 1
Incorrect usage.
.SH "SEE ALSO"
.BR dnsviz-probe(1),
.BR dnsviz-grok(1),
.BR dnsviz-graph(1),
.BR dnsviz-print(1),
.BR dnsviz-query(1)