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 | `1`       | switches cpu view     |
17 | `k`       | kills process         |
18 | `Shift+p` | sorts by CPU usage    |
19 | `Shift+m` | sorts by memory usage |
20 | `Shift+r` | reverses sorting      |
21 | `Shift+l` | searches for string   |
22 | `o`       | adds a filter         |
23 | `u`       | filter user           |
24 | `=`       | clears filters        |
25 | `V`       | Forest view           |
26 | `c`       | show full path        |
27 {: .-shortcuts}