mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 15:22:08 +02:00
19 lines
356 B
Markdown
19 lines
356 B
Markdown
# htop
|
|
|
|
> Display dynamic real-time information about running processes. An enhanced version of `top`.
|
|
|
|
- Start htop:
|
|
|
|
`htop`
|
|
|
|
- Start htop displaying only processes owned by given user:
|
|
|
|
`htop -u {{username}}`
|
|
|
|
- Sort processes by a column (use `--sort-key help` for a column list):
|
|
|
|
`htop -s {{column_name}}`
|
|
|
|
- Get help about interactive commands:
|
|
|
|
`?`
|