Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/m0zgen/dns-tester

🛠 Test DNS speed reply with overage, min, max statistics
https://github.com/m0zgen/dns-tester

dns dns-test testing testing-tool

Last synced: about 1 month ago
JSON representation

🛠 Test DNS speed reply with overage, min, max statistics

Awesome Lists containing this project

README

        

## DNS query speed testing

* `test.sh` - is script which reading `my-dns.txt` file and test DNS with `dig` command

![](docs/test-dns.gif)

### Usage:

You can use this script with several parameters:
```bash
./test.sh my-dns.txt
```

Also you can optionally set numbers of iterating tests (default is 3):
```bash
/test.sh my-dns.txt 4
```

### Additional tools

You can use `dnseval`:

```bash
dnseval -f my-dns.txt -c 10 1.1.1.1
```

Or `dnsping`:
```bash
dnsping.py -c 5 --dnssec --flags --tls -t AAAA -s 1.1.1.1 ripe.net
```

Or `dnstrace`:
```bash
docker run redsift/dnstrace -n 50 -c 10 --server 1.1.1.1 --recurse ripe.net
```