Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcbuch/go-dns-latency
Test for DNS Latency with Go
https://github.com/marcbuch/go-dns-latency
Last synced: 10 days ago
JSON representation
Test for DNS Latency with Go
- Host: GitHub
- URL: https://github.com/marcbuch/go-dns-latency
- Owner: MarcBuch
- License: mit
- Created: 2021-12-21T16:05:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-21T16:11:07.000Z (almost 3 years ago)
- Last Synced: 2024-06-19T23:07:45.532Z (5 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-dns-latency
Test for DNS Latency with Go.
## Getting Started
Simply run `go run main.go`.
## Output
```Text
REPORT at 2021-12-21 16:51:50.266977 +0100 CET m=+30.001782751
REPORT: calls: '44'; timeouts (at 10s): '0'
REPORT: below 50ms: '41'; below 500ms: '3', below 1s: '0'; above 1s: '0'; above 5s: '0'
REPORT: latency min: '0s'; latency max: '56.397084ms'
```