tldr/pages/linux/htop.md

16 lines
258 B
Markdown
Raw Normal View History

2016-06-21 22:57:58 +01:00
# htop
2017-07-20 19:53:15 +01: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:
`htop -u {{user_name}}`
2016-06-21 22:57:58 +01:00
- Get help about interactive commands:
`?`