This repository was archived by the owner on Dec 31, 2023. It is now read-only.
forked from hishamhm/htop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
42 lines (31 loc) · 1.49 KB
/
README
File metadata and controls
42 lines (31 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
htop "by" GrazerComputerClub
------------------------
trying to get the best of [htop](https://github.com/hishamhm/htop) with additional fixes by [wbenny](https://github.com/wbenny/htop) and some optimizations by GC2.
build it:
```bash
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.
```bash
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
```

[](https://travis-ci.org/hishamhm/htop)
[](http://hisham.hm/htop/index.php?page=donate)
[htop](http://hisham.hm/htop/)
====
by Hisham Muhammad <hisham@gobolinux.org> (2004 - 2016)
... as well as [wbenny](https://github.com/wbenny) and [gc2](https://github.com/GrazerComputerClub) (2020 - now :-))
**This repository is archived as htop is now maintained by a team of
volunteers at [htop.dev](https://htop.dev/) using an organisation-based
git [repository](https://github.com/htop-dev/htop/)**.
## License
GNU General Public License, version 2 (GPL-2.0)