GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
NSPING(8) FreeBSD System Manager's Manual NSPING(8)

nsping
measure reachability and latency of DNS nameservers

nsping [-drR] [-c count] [-z zone] [-h hostname] [-t timer] [-p port] [-P port] [-a address] [-T type]
[<address>]

Nsping 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 nsping will not be randomized, and nameservice caching will cause the program to measure only network+processing time. If latency between the first and subsequent queries does not vary greatly, nameservice caching may not be enabled on the probed server.

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.

Nsping recognizes the following options:

count
Total number of DNS queries to send (default infinite).
zone
The DNS domain to formulate queries in.
hostname
Do not use random queries, but rather query repeatedly for one hostname.
timespec
Specify the interval timeout to send packets with, as an expression of seconds.subseconds (ie, 0.5 = half second). (default 1 second).
port
The remote DNS server port.
port
The local port to send queries from
address
The local address from which to send queries.
type
The type of information to query for (default "a" for Internet "A" record).
Print debugging output (don't do this).
(Redundant) use recursive queries.
Don't use recursive queries.

Ping the nameserver "ns.victim.com" until interrupted using defaults (random queries, local domain name as zone, etc).
As above, but query for names within the domain "internic.net", and do so every half-second instead of every second.
Query repeatedly for "www.yahoo.com" from ns.victim.com.

Thomas H. Ptacek, <tqbf@secnet.com>

This 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. =)

Real benchmarking tools can be found at WWW.CAIDA.ORG; this tool is merely inspired from them.

October 1997 BSD 4.4

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.