32-Bit based TOP system monitoring.
- Go 100%
| images | ||
| sys | ||
| tui | ||
| ui | ||
| go.mod | ||
| main.go | ||
| README.md | ||
GOTop
32-Bit based TOP system monitoring.
What about it and what does it do
Well, you may or may not have already heard about btop, htop or top. They are system monitoring tools, process analyzers. So i decided to create my own!
Installation from source
First, you git clone this repository:
git clone https://code.chipmunk.land/homueicon/GOTop
Then cd (change dir or directory) into it:
cd GOTop
After that you can start building. Or if something is missing fix it or open a commit:
go mod tidy
Cleans the "go.mod" file and adds any missing dependency.
go build -o .
This will build the binary.
After that
After the installation proccess you just run the binary:
./GOTop
or whatever the name is for your binary.
Documentation
Yeah, it may not have hostname or username because its dedicated to 32-bit arch/architecture PCs/Laptops or 64-bit arch servers. Not meant to be daily driven.