Timing information and traces.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 12 Jan 2016 00:09:16 +0200
changeset 1863 1532554ca0b4
parent 1862 f4e844aa1217
child 1864 8bd740ff27a2
Timing information and traces.
dns.rst
--- a/dns.rst	Mon Jan 11 13:31:07 2016 +0200
+++ b/dns.rst	Tue Jan 12 00:09:16 2016 +0200
@@ -22,6 +22,11 @@
 
   $ nslookup -type=any microsoft.com
 
+Timing information and traces available via::
+
+  $ dig +trace google.com
+  $ dig @8.8.4.4 +noall +answer +stats A defun.work
+
 IP from host name.
 ==================
 
@@ -29,6 +34,10 @@
 
   $ nslookup defun.work
   $ nslookup -type=a defun.work
+  $ nslookup -type=a defun.work 8.8.8.8
+
+  $ dig @8.8.8.8 A defun.work
+  $ dig +nocmd +noall +answer defun.work
 
 Host name from IP.
 ==================