Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.
/ htop Public archive
forked from hishamhm/htop

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

License

Notifications You must be signed in to change notification settings

GrazerComputerClub/htop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected] (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)

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 91.9%
  • Lua 2.7%
  • M4 2.0%
  • Roff 2.0%
  • Makefile 1.0%
  • Python 0.4%