Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 528 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 528 Bytes

Bandwidth Monitoring

A monitoring bandwidth tool implemented in Go

  • Currently monitors 'all' the network interfaces on an operating system.
  • Soon to support per-process monitoring.

Monitoor Core

  • Monitoring with gopsutil.
  • Data Persistance with sqlite3
  • Goroutines with: channels, errgroup (a better waitgroup)
  • Graceful Shutdown with os/signal
  • Native logging with log