htop


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.


install:

yum install htop -y

yum install ncurses-devel

curl -o htop-1.0.3.tar.gz http://hisham.hm/htop/releases/1.0.3/htop-1.0.3.tar.gz

tar zxvf htop-1.0.3.tar.gz 

cd htop-1.0.3/

./configure && make && make install


wKiom1XtQ4PAOq0ZAAySQZP_9yU785.jpg

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章