zhangn49 / go-mtr

go wrapped mtr --raw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

go wrapped mtr --raw

License:MIT License


Languages

Language:Go 100.0%