This is simple real-time system monitoring tool on the system tray. It provides the information about the computer's CPU usage, memory usage and disk usage. It updates the metrics every 2 seconds.
You can clone this repository and build the binary and then run it. Here are the steps;
- Clone the repository
git clone /~https://github.com/root27/gosys
cd gosys
- Install the modules
go mod tidy
- Build the application
go build
- Launch the application
./gosys
Also you can download the binaries