8000 GitHub - hlobys/service-monitoring: Opensource service to monitor service
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hlobys/service-monitoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

System Monitor Utility

This is a simple system monitoring utility written in Go that gathers real-time data about your system, including CPU usage, memory usage, disk usage, and network statistics.

Features

  • Monitor CPU usage
  • Monitor memory usage (total, used, and free)
  • Monitor disk usage (total, used, and free)
  • Monitor network usage (bytes sent and received)

Clone the repository:

git clone https://github.com/yourusername/system-monitor.git
cd system-monitor

Install the required dependencies:

go get github.com/shirou/gopsutil/v3/...

Build the project:

go build -o system-monitor

To run the system monitor, simply execute the compiled binary:

./system-monitor

About

Opensource service to monitor service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0