Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. curl -o /dev/null http://engine02.prod.qc.offercal.com:49157/void
  2.  
  3. time_namelookup: 0.150
  4. time_connect: 0.151
  5. time_starttransfer: 0.152
  6. ----------
  7. time_total: 0.152
  8.  
  9. curl -o /dev/null http://192.168.100.10:49157/void # use IP directly
  10.  
  11. time_namelookup: 0.000
  12. time_connect: 0.002
  13. time_starttransfer: 0.003
  14. ----------
  15. time_total: 0.003
  16.  
  17. time dig @192.168.100.4 engine02.prod.qc.offercal.com
  18.  
  19. real 0m0.009s
  20. user 0m0.004s
  21. sys 0m0.004s
  22.  
  23. time host engine02.prod.qc.offercal.com
  24.  
  25. engine02.prod.qc.offercal.com has address 192.168.100.10
  26. real 0m0.011s
  27. user 0m0.006s
  28. sys 0m0.004s
  29.  
  30. [root@gateway01 ~]# cat /etc/resolv.conf
  31. nameserver 192.168.100.4
  32.  
  33. 05:57:52.303 connect(3) = 0
  34. 05:57:52.303 sendmmsg(3, ["1261122jarthon-architecte3"..., "2531122jarthon-architecte3"...] , 2) = 2
  35. 05:57:52.303 poll([{fd=3, events=POLLIN}], 1, 5000) = 1
  36. 05:57:52.303 ioctl(3, FIONREAD, [56]) = 0
  37. 05:57:52.303 recvfrom(3, "1262012001122jarthon-architecte3"...) = 56
  38. 05:57:52.304 poll([{fd=3, events=POLLIN}], 1, 4999) = 1
  39. 05:57:52.373 ioctl(3, FIONREAD, [96]) = 0
  40. 05:57:52.373 recvfrom(3, "2532012001122jarthon-architecte3"...) = 96
  41. 05:57:52.373 close(3) = 0
  42.  
  43. $ dig AAAA jarthon-architecte.com
  44.  
  45. ;; AUTHORITY SECTION:
  46. jarthon-architecte.com. 180 IN SOA ns0.dnsmadeeasy.com. dns.dnsmadeeasy.com. 2008010120 43200 3600 1209600 180
  47.  
  48. ;; Query time: 86 msec
  49. ;; SERVER: ::1#53(::1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement