Documentation ¶
Index ¶
- func DisplayReport(hist *hdrhistogram.Histogram, errors int64, dur float64)
- func LocalResolve(names []string, count int, qps int, results chan<- *Result)
- func ReadNames(path string) ([]string, error)
- func Resolve(nameserver string, names []string, count int, qps int, results chan<- *Result)
- type Result
- type Stats
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DisplayReport ¶
func DisplayReport(hist *hdrhistogram.Histogram, errors int64, dur float64)
DisplayReport prints a HDR histogram summary of a DNS benchmark run
func LocalResolve ¶
LocalResolve does DNS lookups using the local resolver
Types ¶
type Stats ¶
type Stats struct { Errors int64 Hist *hdrhistogram.Histogram IntErrors int64 IntHist *hdrhistogram.Histogram }
Stats holds a summary of DNS benchmark results
Click to show internal directories.
Click to hide internal directories.