您的位置:首页 > 运维架构

htop

2015-09-06 17:38 447 查看

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



内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: