1. You are currently either unregistered (not logged in), or a visitor. Unregistered and/or unverified accounts can only see the basic public forums. We invite you to sign up to our new Community Forums to help fill it with useful content that may help others.

RSS Installing htop on Centos

Discussion in 'Latest Blog Posts' started by WASD Hosting, Nov 9, 2013.

  1. WASD Hosting

    WASD Hosting New Member Member

    Joined:
    Nov 8, 2013
    Messages:
    15
    Likes Received:
    2
    Trophy Points:
    3
    [​IMG]
    This is htop, an interactive process viewer for Linux. It is a text-mode application (for console or X terminals) and requires ncurses

    Comparison between htop and top

    • In ‘htop’ you can scroll the list vertically and horizontally to see all processes and complete command lines.
    • In ‘top’ you are subject to a delay for each unassigned key you press (especially annoying when multi-key escape sequences are triggered by accident).
    • ‘htop’ starts faster (‘top’ seems to collect data for a while before displaying anything).
    • In ‘htop’ you don’t need to type the process number to kill a process, in ‘top’ you do.
    • In ‘htop’ you don’t need to type the process number or the priority value to renice a process, in ‘top’ you do.
    • ‘htop’ supports mouse operation, ‘top’ doesn’t
    • ‘top’ is older, hence, more used and tested.
    Installing htop


    To install htop with yum, the EPEL repository must be installed.

    Redhat / CentOS 5



    32bit:
    rpm -Uvh http://download.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm

    64bit:
    rpm -Uvh http://download.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm

    Redhat / CentOS 6



    32bit:
    rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm

    64bit:
    rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm


    Now that the repository is installed to the server, we can install htop

    yum install htop

    The post Installing htop on Centos appeared first on WASD HOSTING.

    Continue reading...

Share This Page