1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/htop.md

25 lines
463 B
Markdown
Raw Normal View History

2016-06-21 17:57:58 -04:00
# htop
> Display dynamic real-time information about running processes. An enhanced version of `top`.
> More information: <https://htop.dev/>.
2016-06-21 17:57:58 -04:00
- Start htop:
`htop`
- Start htop displaying processes owned by a specific user:
2016-06-21 17:57:58 -04:00
2021-07-27 14:47:16 +04:30
`htop --user {{username}}`
2016-06-21 17:57:58 -04:00
- Sort processes by a specified `sort_item` (use `htop --sort help` for available options):
2020-06-29 23:23:52 +03:00
`htop --sort {{sort_item}}`
2020-06-29 23:23:52 +03:00
- See interactive commands while running htop:
2016-06-21 17:57:58 -04:00
`?`
- Display help:
`htop --help`