Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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'
```