1dnsviz(1) General Commands Manual dnsviz(1)
2
3
4
6 dnsviz - issue and assess diagnostic DNS queries
7
9 dnsviz [ options ] command [ args ]
10
11 dnsviz [ options ] help [ command ]
12
14 dnsviz is a tool for assessing the health of DNS deployments by issuing
15 diagnostic queries, assessing the responses, and outputting the results
16 in one of several formats. The assessment may be directed towards re‐
17 cursive or authoritative DNS servers, and the output may be textual,
18 graphical, or serialized for programmatic review.
19
20 dnsviz is invoked by specifying one of its commands as the first argu‐
21 ment on the command line, followed by arguments specific to that com‐
22 mand. If the first argument is "help", then the usage of the command
23 specified by the second argument is displayed. If no second argument
24 is provided, then a general usage message is given.
25
27 -p path
28 Add a path to the python path.
29
31 probe Issue diagnostic DNS queries. See dnsviz-probe(1).
32
33 grok Assess diagnostic DNS queries See dnsviz-grok(1).
34
35 graph Graph the assessment of diagnostic DNS queries See dnsviz-
36 graph(1).
37
38 print Process diagnostic DNS queries to textual output See dnsviz-
39 print(1).
40
41 query Assess a DNS query See dnsviz-query(1).
42
43 help [ command ]
44 Show usage generally, or for a specific command.
45
47 The exit codes are:
48
49 0 Program terminated normally.
50
51 1 Incorrect usage.
52
54 dnsviz-probe(1), dnsviz-grok(1), dnsviz-graph(1), dnsviz-print(1),
55 dnsviz-query(1)
56
57
58
590.9.3 11 Mar 2021 dnsviz(1)