Process Monitoring, including resource utilization.
It’s very essential to monitor the running process in any operating system to check for load, available memory, disk usage etc. in short to ensure overall health of the system.
For this linux itself provided a cli tool known as TOP via this command all the process running in linux with their respective usage of RAM, disk, I/o etc. can be visualized.