Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 317 Bytes

Readme.md

File metadata and controls

17 lines (10 loc) · 317 Bytes

Build

Linux:

env GOOS=linux GOARCH=amd64 go build -o link-monitor-linux

Todo

  • implement logging instead of fmt.Print
  • persist counters in cache dir
  • all the devops
  • expand message struct to support a full stat output per net interface
  • buffer N messages on connection loss
  • handle reconnections