An open API service indexing awesome lists of open source software.

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

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:

![Top5](https://github.com/Abbas-gheydi/top5/raw/main/doc/images/screenshot.gif)