This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

DNS transaction latency

0
3

I want to know response delay between DNS client and server.

1> How can wireshark help in this?

2> How can I generate I/O graph that displays this information?

Regards,

Vijay

asked 21 Apr '11, 04:52

Vijay%20Gharge's gravatar image

Vijay Gharge
36151620
accept rate: 0%

Unless you use their Turbocap card or a Shark Appliance, timestamps are not accurate in some cases.

(22 Apr '11, 12:10) eelarry

One Answer:

3

You can look at the field "dns.time" in the DNS response and you can create an I/O graph as follows:

  • Use "Advanced" units on the Y-axis.
  • Fill in the filter "dns.time" and calc: "AVG(*)" with again "dns.time"
  • Enable the graph by clicking on "Graph 1"

(similarly you can add "MAX(*)" and "MIN(*)" graphs)

answered 27 Apr '11, 09:16

SYN-bit's gravatar image

SYN-bit ♦♦
17.1k957245
accept rate: 20%

Thanks SYNbit! I will try...

(28 Apr '11, 11:47) Vijay Gharge

Awesome, that help a lot.

(28 Nov '12, 05:21) jobauer