Advertisement
Dijit

4 second DNS query.

Oct 7th, 2013
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. (00:28:10 <~>) thumper:$ time dig @8.8.8.8 google.co.uk
  2.  
  3. ; <<>> DiG 9.8.3-P4 <<>> @8.8.8.8 google.co.uk
  4. ; (1 server found)
  5. ;; global options: +cmd
  6. ;; Got answer:
  7. ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 38323
  8. ;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 0
  9.  
  10. ;; QUESTION SECTION:
  11. ;google.co.uk. IN A
  12.  
  13. ;; ANSWER SECTION:
  14. google.co.uk. 274 IN A 173.194.34.151
  15. google.co.uk. 274 IN A 173.194.34.159
  16. google.co.uk. 274 IN A 173.194.34.152
  17.  
  18. ;; Query time: 4242 msec
  19. ;; SERVER: 8.8.8.8#53(8.8.8.8)
  20. ;; WHEN: Tue Oct 8 00:28:24 2013
  21. ;; MSG SIZE rcvd: 78
  22.  
  23.  
  24. real 4.290 user 0.025 sys 0.028 pcpu 1.23
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement