Skip to content
/ gosys Public

Real-time system monitoring tool on the system tray

Notifications You must be signed in to change notification settings

root27/gosys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gosys

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.

Example

Installation

You can clone this repository and build the binary and then run it. Here are the steps;

Steps

  1. Clone the repository

git clone /~https://github.com/root27/gosys

cd gosys

  1. Install the modules

go mod tidy

  1. Build the application

go build

  1. Launch the application

./gosys

Also you can download the binaries