|
NAMEnsping —
measure reachability and latency of DNS nameservers
SYNOPSIS
DESCRIPTIONNsping uses DNS queries to monitor reachability and
operation of nameservers, as well as the latency of DNS queries. It does this
by sending random recursive DNS queries to the nameserver (avoiding the
effects of DNS caching) and measuring the amount of time between the sending
of the query and the receipt of the response packet.
The latency of DNS transactions depends heavily on the data being queried for. The zone within which to query can be specified explicitly on the command line, or inferred from the local host. To measure the responsiveness of a nameserver for information it is authoritative for, specify one it's zones of authority as this zone. To measure basic network latency and DNS processing time, specify
a hostname on the command line. If this is done, DNS queries sent by
Finally, a rough estimate of the latency between two sets of nameservers can be measured by querying one of those servers for information within a zone authoritative for the other servers. This would be more useful if there was a way to specify which of a zone's servers a target server queries.
EXAMPLES
AUTHORThomas H. Ptacek, <tqbf@secnet.com>BUGSThis is embryonic software. If you find a bug, let me know; I won't be surprised, but I will try to fix it for you. =)HISTORYReal benchmarking tools can be found at WWW.CAIDA.ORG; this tool is merely inspired from them.
Visit the GSP FreeBSD Man Page Interface. |