2016-06-21 22:57:58 +01:00
|
|
|
# htop
|
|
|
|
|
2019-02-24 15:47:41 +00:00
|
|
|
> Display dynamic real-time information about running processes. An enhanced version of `top`.
|
2016-06-21 22:57:58 +01:00
|
|
|
|
|
|
|
- Start htop:
|
|
|
|
|
|
|
|
`htop`
|
|
|
|
|
|
|
|
- Start htop displaying only processes owned by given user:
|
|
|
|
|
2020-02-08 18:56:05 +00:00
|
|
|
`htop -u {{username}}`
|
2016-06-21 22:57:58 +01:00
|
|
|
|
2020-06-29 21:23:52 +01:00
|
|
|
- Sort processes by a column (use `--sort-key help` for a column list):
|
|
|
|
|
|
|
|
`htop -s {{column_name}}`
|
|
|
|
|
2016-06-21 22:57:58 +01:00
|
|
|
- Get help about interactive commands:
|
|
|
|
|
|
|
|
`?`
|