-
Notifications
You must be signed in to change notification settings - Fork 2
htop
htop is a ncurses-based interactive process viewer for Linux created by Hisham Muhammad. It is a must have for tracking how processing power and memory is used on your system.
The textual interface allows users to monitor computer processes which run in the background and kill the ones that are slowing down the computer or eating up all the memory. This is a must have, especially when startx is not running a GUI.
You'll probably want to install ncurses first, so it is probably wise to install tmux first because of the resources you'll need to htop
automake autotool m4 libtool grep
Typically, sudo apt-get install htop will do just fine and it will install the ncurses components if you don't have them.
You could also get htop on Github. The advantage of this is that you can add patches that extend the functionally.
ℹ️ Note: Only add the
-j4argument if you are using a multiprocessor computer such as the Raspberry Pi 2.
$ cd ~/Software
$ git clone https://github.com/hishamhm/htop
$ cd htop
$ ./autogen.sh && ./configure && make -j4 && sudo make install
Setup
- [Assemble the Hardware](Assemble the Hardware)
- [Install the Software](Install the Software)
- SD Card Formatting and Image Mounting
- ❤️ [TLDR version](Install the Software#tldr)
- 🆕 [Windows version](Install the Software#doing-this-in-windows)
- 🆙 [Setup your Raspberry Pi](Setup your Raspberry Pi)
- [Download the Missing Parts](Download the Missing Parts)
- Clone this repo
- 🆕 [Install these first](Install these first)
-
Python(It's taken care of) - 🆙 CMake
- 🆙 Node
- 🆕 Expect (Tcl/Tk is not dead!)
- 🆙 tmux and ncurses
- 🆙 htop
- 🆙 wavemon
- Vim
- 🆙 Ruby
- 🆙 weechat
- 🆕 urxvt 256 color terminal!
- 🆕 i3 A better window manager
- 🆕 Ranger
- 🆙 Qt5
- 🆕 Chromium
wicd-curses- 📻 Software Defined Radio
- 🎮 [Linux Toys](Linux Toys)
Typical Utilities
- [Downloading and extracting with curl and tar](curl and tar)
- [Browsing with ls and cat](ls and cat)
- [Searching with grep and find](grep and find)
- [Filtering with sed and awk](sed and awk)
- [Piping with less, pv, and tee](less, pv, and tee)
- Monitor your system with htop
- Multiplex with tmux