18
you are viewing a single comment's thread
view the rest of the comments
[-] BB_C@programming.dev 5 points 1 week ago

That's like the most trivial of theories one can test for.

Save response time every minute

while true; do /usr/bin/time -f "%e `date`" dig '@1.1.1.1' +noall programming.dev &>>/tmp/dns_clf_perf.txt; sleep 60; done

Then after a while (maybe a couple of days), check the worst numbers:

sort -n /tmp/dns_clf_perf.txt |tail

Run the same script with a different DNS server at the same time, and compare numbers.

Dates included in case there are any patterns regarding the time of day/week.

this post was submitted on 06 Jul 2024
18 points (100.0% liked)

Cloud

470 readers
3 users here now

This community was created to share news, hold discussions, insights, and knowledge sharing about cloud computing and different cloud services like AWS, Google Cloud, Azure, and many others.

Read our rules here

founded 1 year ago
MODERATORS