htop: move from linux to common (#5012)

This commit is contained in:
bl-ue
2020-12-07 22:48:19 -05:00
committed by GitHub
parent 256d99646c
commit 9d2f609139

View File

@@ -1,19 +0,0 @@
# htop
> Display dynamic real-time information about running processes. An enhanced version of `top`.
- Start htop:
`htop`
- Start htop displaying only processes owned by given user:
`htop -u {{username}}`
- Sort processes by a column (use `--sort-key help` for a column list):
`htop -s {{column_name}}`
- Get help about interactive commands:
`?`