Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,15 @@ More information on required and optional dependencies can be found in [configur
## Usage
See the manual page (`man htop`) or the help menu (**F1** or **h** inside `htop`) for a list of supported key commands.

### Quick Start

Below are a few commonly used actions to get started quickly with htop.

- **Search / filter processes:** press `/`
- **Sort by CPU or memory:** press `P` (CPU) or `M` (Memory)
- **Toggle tree view:** press `t`
- **Kill a process:** select a process and press `F9`

## Support

If you have trouble running `htop` please consult your operating system / Linux distribution documentation for getting support and filing bugs.
Expand Down