
Simple Bash script to monitor memory and cpu on Linux Software Requirements and Linux Command Line Conventions Category


This can be monitored by using the top command which displays the amount of CPU cores and the total amount of CPU time being used. This can be monitored by using the free command which displays the total amount of memory, used memory, and free memory available on the system.ĬPU usage on Linux is generally measured in terms of the number of CPU cores being used by a particular process.

Memory usage on Linux is generally measured in terms of the amount of RAM being used by a particular process.
