Htop is a fancier derivative of top for linux based systems; it’s easy to see why its output is preferable. Much more detail is provided and in a visually friendly manner.
If you have not already done so….ensure you have enabled the EPEL repository.
1 2 | wget dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-11.noarch.rpm rpm -ihv epel-release-7-11.noarch.rpm |
And then we install HTop….
1 | yum -y install htop |