Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Huge discrepancy between DNS vs AnotherDNS #79

Closed
goaquin opened this issue Mar 30, 2017 · 3 comments
Closed

Huge discrepancy between DNS vs AnotherDNS #79

goaquin opened this issue Mar 30, 2017 · 3 comments

Comments

@goaquin
Copy link

goaquin commented Mar 30, 2017

Hello,
I have a huge discrepancy between AnotherDNS and DNS probes.
image
image
As shown in the images DNS has 10 times more latency than AnnotherDNS.

This is my config:

+ DNS

binary = /usr/bin/dig # mandatory
forks = 5
offset = 50%
step = 300
timeout = 15
# The following variables can be overridden in each target section
lookup = www.akainix.com
pings = 5
server = 8.8.8.8

+ AnotherDNS

forks = 5
offset = 50%
step = 300
# The following variables can be overridden in each target section
ipversion = 4
lookup = www.akainix.com
mininterval = 0.5
pings = 5
port = 53
protocol = udp
recordtype = A
require_answers = 0
require_noerror = 0
timeout = 5

Regards,
Joaquín Silva

@goaquin goaquin changed the title Huge discrepancy between DNS vs AnnotherDNS Huge discrepancy between DNS vs AnotherDNS Mar 30, 2017
@oetiker
Copy link
Owner

oetiker commented Apr 3, 2017

my guess is that with DNS you are measuring the startup delay for dig as well ... but just guessing ...

@4f96a64d
Copy link

You are specifying 8.8.8.8 in DNS so you are getting the RTT between you, google, the authoritative server and back. AnotherDNS is probably using the local resolver as defined by your OS.
Are you trying to measure the latency of the authoritative server itself or more of a user level experience when people try and reach that domain?

@github-actions
Copy link

This issue has become stale and will be closed automatically within 7 days. Comment on the issue to keep it alive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants