OSDN Git Service

Regular updates
[twpd/master.git] / top.md
1 ---
2 title: top
3 category: CLI
4 layout: 2017/sheet
5 updated: 2020-01-01
6 intro: See the processes in your Unix machine.
7 ---
8
9 ### Shortcuts
10
11 | Shortcut  | Description           |
12 | --------- | --------------------- |
13 | `h`       | shows help            |
14 | `q`       | quits the program     |
15 | `m`       | switches memory view  |
16 | `k`       | kills process         |
17 | `Shift+p` | sorts by CPU usage    |
18 | `Shift+m` | sorts by memory usage |
19 | `Shift+r` | reverses sorting      |
20 | `Shift+l` | searches for string   |
21 | `o`       | adds a filter         |
22 | `u`       | filter user           |
23 | `=`       | clears filters        |
24 | `V`       | Forest view           |
25 | `c`       | show full path        |
26 {: .-shortcuts}