- Filter the capture to display the DNS resolution packets for the application server and check the average time for resolution. This can be viewed by filtering the DNS packets and getting the I/O graph:
- Check whether the number of DNS packets is within the threshold that the DNS server can handle. If not, a DNS server upgrade needs to be considered.
- Check whether the time delta for resolution is within the threshold. Any delay in resolution will introduce a delay in end application session establishment:
The preceding graph is the I/O graph of DNS packets used to check the delay in name resolution.
- Check that the WAN bandwidth ...