https://github.com/abbas-gheydi/top5
analyze linux resource utilization
https://github.com/abbas-gheydi/top5
analaysis linux monitoring
Last synced: 10 months ago
JSON representation
analyze linux resource utilization
- Host: GitHub
- URL: https://github.com/abbas-gheydi/top5
- Owner: abbas-gheydi
- License: mit
- Created: 2022-04-07T15:52:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-12T07:21:13.000Z (over 3 years ago)
- Last Synced: 2024-06-21T09:19:52.940Z (about 2 years ago)
- Topics: analaysis, linux, monitoring
- Language: Go
- Homepage:
- Size: 49.8 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## TOP5
### About the project:
There are a bunch of tools to monitor and analyze linux processes and also other stats.
But sometimes you just want to have a big picture from the whole system.
Top5 tries to be an instance analyzing tools for linux.
It shows:
Total CPU usage,
RAM usage,
System load,
Disk usage,
and Networks stats like total send and receive or dropped packets and errors.
How to Install:
Download and unzip [Top5](https://github.com/Abbas-gheydi/top5/releases), then install it:
```bash
sudo install ./top5 /usr/local/bin/
```
And run it:
