├── README.md ├── amd64 └── ubuntu-16.04 │ ├── htop-2.0.1.png │ └── htop_2.0.1-1ubuntu1_amd64.deb ├── arm64 ├── ubuntu-16.04 │ └── htop_2.0.1-1ubuntu1_arm64.deb └── ubuntu-18.04 │ └── htop_2.1.0-3_arm64.deb └── img ├── amd64-htop-2.0.1.png ├── arm-64-htop-2.1.0.png ├── arm64-htop-2.1.0-2.png ├── arm64-htop-f3.png └── m64_build.png /README.md: -------------------------------------------------------------------------------- 1 | htop with CPU Freq and CPU Temp 2 | ------------------------------- 3 | 4 | **htop** Ubuntu deb packages modified to display CPU Frequency and CPU Temperature. 5 | 6 | * Ubuntu 16.04 7 | * Ubuntu 18.04 8 | 9 | 10 | # arm64 11 | 12 | * Ubuntu 18.04 13 | 14 | Installing **htop**: 15 | 16 | sudo dpkg -i ./htop_2.1.0-3_arm64.deb 17 | 18 | 19 | [![htop](https://github.com/avafinger/htop/raw/master/img/arm64-htop-2.1.0-2.png)] 20 | 21 | [![htop](https://github.com/avafinger/htop/raw/master/img/arm-64-htop-2.1.0.png)] 22 | 23 | [![htop](https://github.com/avafinger/htop/raw/master/img/arm64-htop-f3.png)] 24 | 25 | M64 under high load and building kernel 4.4.89+ 26 | 27 | [![htop](https://github.com/avafinger/htop/raw/master/img/m64_build.png)] 28 | 29 | 30 | * Ubuntu 16.04 31 | 32 | Installing **htop**: 33 | 34 | sudo dpkg -i ./htop_2.0.1-1ubuntu1_amd64.deb 35 | 36 | 37 | # armhf 38 | 39 | 40 | 41 | # amd64 42 | 43 | * Ubuntu 16.04 44 | 45 | Installing **htop**: 46 | 47 | sudo dpkg -i ./htop_2.0.1-1ubuntu1_amd64.deb 48 | 49 | 50 | [![htop](https://github.com/avafinger/htop/raw/master/img/amd64-htop-2.0.1.png)] 51 | 52 | 53 | # Uninstalling 54 | 55 | If you want to restore the stock package for any reason, type in shell: 56 | 57 | sudo apt-get remove --purge htop 58 | 59 | and then: 60 | 61 | sudo apt-get install htop 62 | 63 | # Configuring 64 | 65 | After install, please type F2 and add **CpuTemp** and/or **CpuFreq** 66 | 67 | 68 | Issues 69 | ------ 70 | htop 2.1.0 display info (ubuntu 18.04 - arm64) via ssh is broken. -------------------------------------------------------------------------------- /amd64/ubuntu-16.04/htop-2.0.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avafinger/htop/b0896c7d33834cc42f28fcad92e15c476ba1a10b/amd64/ubuntu-16.04/htop-2.0.1.png -------------------------------------------------------------------------------- /amd64/ubuntu-16.04/htop_2.0.1-1ubuntu1_amd64.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avafinger/htop/b0896c7d33834cc42f28fcad92e15c476ba1a10b/amd64/ubuntu-16.04/htop_2.0.1-1ubuntu1_amd64.deb -------------------------------------------------------------------------------- /arm64/ubuntu-16.04/htop_2.0.1-1ubuntu1_arm64.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avafinger/htop/b0896c7d33834cc42f28fcad92e15c476ba1a10b/arm64/ubuntu-16.04/htop_2.0.1-1ubuntu1_arm64.deb -------------------------------------------------------------------------------- /arm64/ubuntu-18.04/htop_2.1.0-3_arm64.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avafinger/htop/b0896c7d33834cc42f28fcad92e15c476ba1a10b/arm64/ubuntu-18.04/htop_2.1.0-3_arm64.deb -------------------------------------------------------------------------------- /img/amd64-htop-2.0.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avafinger/htop/b0896c7d33834cc42f28fcad92e15c476ba1a10b/img/amd64-htop-2.0.1.png -------------------------------------------------------------------------------- /img/arm-64-htop-2.1.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avafinger/htop/b0896c7d33834cc42f28fcad92e15c476ba1a10b/img/arm-64-htop-2.1.0.png -------------------------------------------------------------------------------- /img/arm64-htop-2.1.0-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avafinger/htop/b0896c7d33834cc42f28fcad92e15c476ba1a10b/img/arm64-htop-2.1.0-2.png -------------------------------------------------------------------------------- /img/arm64-htop-f3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avafinger/htop/b0896c7d33834cc42f28fcad92e15c476ba1a10b/img/arm64-htop-f3.png -------------------------------------------------------------------------------- /img/m64_build.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avafinger/htop/b0896c7d33834cc42f28fcad92e15c476ba1a10b/img/m64_build.png --------------------------------------------------------------------------------