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

omarabdelaz1z/go-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages