User Tools

Site Tools


networking:dns:dns_performance_tests

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
networking:dns:dns_performance_tests [2020/04/14 16:19] peternetworking:dns:dns_performance_tests [2021/01/07 12:12] (current) peter
Line 1: Line 1:
 ====== Networking - DNS - DNS Performance Tests ====== ====== Networking - DNS - DNS Performance Tests ======
 +
 +Determine which DNS server is the quickest to use.
 +
 +If all you care about is speed, then the DNS with the lower number for the websites you care about is probably your best bet.
 +
 +----
  
 ===== Required ===== ===== Required =====
Line 15: Line 21:
 <code bash> <code bash>
 git clone --depth=1 https://github.com/cleanbrowsing/dnsperftest/ git clone --depth=1 https://github.com/cleanbrowsing/dnsperftest/
-cd dnsperftest 
-bash ./dnstest.sh  
 </code> </code>
  
Line 32: Line 36:
  
 PROVIDERS=" PROVIDERS="
-192.168.1.2#Peter+192.168.1.1#pfSense 
 +192.168.1.2#Bind Server
 1.1.1.1#cloudflare  1.1.1.1#cloudflare 
 4.2.2.1#level3  4.2.2.1#level3 
Line 87: Line 92:
 exit 0; exit 0;
 </file> </file>
 +
 +----
 +
 +===== Run =====
 +
 +<code bash>
 +cd dnsperftest
 +bash ./dnstest.sh 
 +</code>
  
 returns: returns:
Line 119: Line 133:
 ==== For Windows users using the Linux subsystem ==== ==== For Windows users using the Linux subsystem ====
  
-If you receive an error **<nowrap>$'\r':</nowrap>** command not found, convert the file to a Linux-compatible line endings using:+If you receive an error **<nowiki>$'\r':</nowiki>** command not found, convert the file to a Linux-compatible line endings using:
  
 <code bash> <code bash>
Line 207: Line 221:
  
 https://github.com/cleanbrowsing/dnsperftest https://github.com/cleanbrowsing/dnsperftest
 +
 +https://www.senki.org/network-operations-scaling/dns-latency-and-performance-test-tools/
  
networking/dns/dns_performance_tests.1586881187.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki