Centos – CPU monitoring tool for Centos

centos

I'm looking for a CPU monitoring tool that could monitor the different processors in my machine, and also has a GUI (similar to the Ubuntu monitoring tool).

Is there anything like that in Centos?

Best Answer

# yum info gnome-system-monitor

Name        : gnome-system-monitor
Arch        : i686
Version     : 2.28.0
Release     : 11.el6
Size        : 1.8 M
Repo        : base
Summary     : Process and resource monitor
URL         : http://www.gnome.org/
License     : GPLv2+
Description : gnome-system-monitor allows to graphically view and manipulate the running
            : processes on your system. It also provides an overview of available resources
            : such as CPU and memory.

to install, type:

# yum install gnome-system-monitor
Related Question