New answers tagged monitoring
1
Package systat has a tool called sar that does all you want. It can also gather historical data so you can see what happened some time ago.
1
top
top is monitoring Software, listing all the processes with CPU/RAM usage, Overall CPU/RAM usage and more
Also it's mostly installed by default
htop
htop is like an extended version of top. It has all the features from above, but you can see child processes and customize the display of everything. It also has colors.
iotop
iotop is specifically for ...
9
Glances - An eye on your system
Glances is a free software (licensed under LGPL) to monitor your GNU/Linux or BSD operating system from a text interface. Glances uses the library libstatgrab to retrieve information from your system and it is developed in Python.
Installation:
Hit Ctrl+Alt+T to open terminal and run following commands:
sudo apt-get ...
Top 50 recent answers are included
