Skip to content

abbas-gheydi/top5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, then install it:

sudo install ./top5 /usr/local/bin/

And run it:

Top5