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`.
|
2021-06-29 21:33:50 +01:00
|
|
|
> More information: <https://htop.dev/>.
|
2016-06-21 22:57:58 +01:00
|
|
|
|
|
|
|
- Start htop:
|
|
|
|
|
|
|
|
`htop`
|
|
|
|
|
2021-06-29 21:33:50 +01:00
|
|
|
- Start htop displaying processes owned by a specific user:
|
2016-06-21 22:57:58 +01:00
|
|
|
|
2021-07-27 11:17:16 +01:00
|
|
|
`htop --user {{username}}`
|
2016-06-21 22:57:58 +01:00
|
|
|
|
2021-06-29 21:33:50 +01:00
|
|
|
- Sort processes by a specified `sort_item` (use `htop --sort help` for available options):
|
2020-06-29 21:23:52 +01:00
|
|
|
|
2021-06-29 21:33:50 +01:00
|
|
|
`htop --sort {{sort_item}}`
|
2020-06-29 21:23:52 +01:00
|
|
|
|
2021-06-29 21:33:50 +01:00
|
|
|
- See interactive commands while running htop:
|
2016-06-21 22:57:58 +01:00
|
|
|
|
|
|
|
`?`
|
2021-06-29 21:33:50 +01:00
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
|
|
|
`htop --help`
|