Skip to content

Commit 9640c95

Browse files
committed
update htop
1 parent 7e9007c commit 9640c95

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

command/htop.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,18 @@ htop 官网:http://htop.sourceforge.net/
3030
htop
3131
```
3232

33+
### 参数
34+
35+
```
36+
-C --no-color 使用单色配色方案
37+
-d --delay=DELAY 设置更新之间的延迟,在十秒
38+
-s --sort-key=COLUMN 纵列排序(try --sort-key=help for a list)
39+
-u --user=USERNAME 只显示一个指定用户的进程
40+
-p --pid=PID,[,PID,PID...] 只显示给用户
41+
-h --help 打印此命令帮助
42+
-v --version 打印版本信息
43+
```
44+
3345
### 选项
3446

3547
```

0 commit comments

Comments
 (0)