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.
- Monitor CPU usage
- Monitor memory usage (total, used, and free)
- Monitor disk usage (total, used, and free)
- Monitor network usage (bytes sent and received)
git clone https://github.com/yourusername/system-monitor.git
cd system-monitor
go get github.com/shirou/gopsutil/v3/...
go build -o system-monitor
./system-monitor