Skip to content

melorthys/linux-metrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

linux-metrics

Simple Golang tool for monitoring linux cpu, ram and disk usage.

Usage

go run main.go

Build and run

go build
chmod +x main
./main

Output

ram  = % 26.9
cpu  = % 1.7
disk = % 4

How to use binary

wget -q https://github.com/melorthys/linux-metrics/releases/download/v0.0.1/linux-metrics-amd64
chmod +x linux-metrics-amd64
./linux-metrics-amd64

About

Simple Golang tool for monitoring linux cpu, ram and disk usage.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages