update htop

This commit is contained in:
jaywcjlove 2016-12-07 13:46:11 +08:00
parent 7e9007c35e
commit 9640c9513f
1 changed files with 12 additions and 0 deletions

View File

@ -30,6 +30,18 @@ htop 官网http://htop.sourceforge.net/
htop
```
### 参数
```
-C --no-color 使用单色配色方案
-d --delay=DELAY 设置更新之间的延迟,在十秒
-s --sort-key=COLUMN 纵列排序(try --sort-key=help for a list)
-u --user=USERNAME 只显示一个指定用户的进程
-p --pid=PID,[,PID,PID...] 只显示给用户
-h --help 打印此命令帮助
-v --version 打印版本信息
```
### 选项
```