tldr/pages/linux/htop.md

16 lines
256 B
Markdown
Raw Normal View History

2016-06-21 22:57:58 +01:00
# htop
> 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 {{username}}`
2016-06-21 22:57:58 +01:00
- Get help about interactive commands:
`?`