https://github.com/thomaschaaf/dns-tester
https://github.com/thomaschaaf/dns-tester
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/thomaschaaf/dns-tester
- Owner: thomaschaaf
- Created: 2018-06-06T09:37:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:27:40.000Z (over 2 years ago)
- Last Synced: 2025-03-27T22:51:15.405Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 8
- Watchers: 0
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tool to test how many dns loopups are slower than 100 ms
You can specify the `DNS_NAME`, `DNS_NAME_TIMEOUT` and `WAIT_BETWEEN_REQUESTS` environment variables.
Start with:
kubectl create -f kubernetes/deployment.yml
Get logs with:
kubectl log dns-tester
Clean up with:
kubectl delete pod dns-tester