cheatsheets/top.md

27 lines
740 B
Markdown
Raw Permalink Normal View History

2019-09-28 09:03:50 +00:00
---
title: top
category: CLI
2019-12-31 23:09:22 +00:00
updated: 2020-01-01
2019-09-28 09:03:50 +00:00
intro: See the processes in your Unix machine.
---
2019-12-31 23:08:59 +00:00
### Shortcuts
2019-09-28 09:03:50 +00:00
2019-12-31 23:08:59 +00:00
| Shortcut | Description |
| --------- | --------------------- |
| `h` | shows help |
| `q` | quits the program |
| `m` | switches memory view |
2022-06-03 08:10:34 +00:00
| `1` | switches cpu view |
2019-12-31 23:08:59 +00:00
| `k` | kills process |
| `Shift+p` | sorts by CPU usage |
| `Shift+m` | sorts by memory usage |
| `Shift+r` | reverses sorting |
| `Shift+l` | searches for string |
| `o` | adds a filter |
2022-04-04 12:14:34 +00:00
| `u` | filter user |
2019-12-31 23:08:59 +00:00
| `=` | clears filters |
2022-04-04 12:14:34 +00:00
| `V` | Forest view |
| `c` | show full path |
2019-12-31 23:08:59 +00:00
{: .-shortcuts}