Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 464 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 464 Bytes

go-mtr

A go wrapper on the mtr process. This package uses mtr --raw and parses the output. The results are slightly different than running mtr --report directly because mtr itself keeps a running total of the mean/standard deviation/interarrival jitter/etc. This package calculates these values over the entire package sequence.

mtr is required to use this package.

Documentation can be found on godoc.