Check System Resources

Checking your system resources is an important part of being a system administrator. Knowing what processes are using which resources can be helpful to understand how to optimize programs, or which programs can be running 24/7.

top

The top command ships with most distributions of Linux by default, and can be a good way to see which processes are running, and rank them by the resources they are using.

To run top, open a new terminal and simply type the word top, then press enter.

The command line should disappear, and in its place, you should see a list of all the processes running on the system, sorted by the CPU usage.

View CPU information

View Memory information

Colorful!

Saving Config