/htop

htop is an interactive text-mode process viewer for Unix systems. It aims to be a better 'top'.

Primary LanguageCGNU General Public License v2.0GPL-2.0

htop "by" GrazerComputerClub

trying to get the best of htop with additional fixes by wbenny and some optimizations by GC2.

build it:

sudo apt-get install libncurses-dev autotools-dev automake
git clone https://github.com/GrazerComputerClub/htop.git
cd htop
./autogen.sh
./configure
make
cp ./htop /usr/local/bin

To activate the new feature (after update or previously started htop) edit htoprc file and add CPUTemp and CPUFreq meters to config.

sed -i "s/right_meters=.*/right_meters=Tasks LoadAverage CPUTemp CPUFreq/g" ~/.config/htop/htoprc
sed -i "s/right_meter_modes=.*/right_meter_modes=2 2 2 2/g" ~/.config/htop/htoprc

htop-image

Build Status PayPal donate

by Hisham Muhammad hisham@gobolinux.org (2004 - 2016) ... as well as wbenny and gc2 (2020 - now :-))

This repository is archived as htop is now maintained by a team of volunteers at htop.dev using an organisation-based git repository.

License

GNU General Public License, version 2 (GPL-2.0)