mirror of https://github.com/Black-Gold/Learn
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
489 B
15 lines
489 B
# **htop**
|
|
|
|
## 选项
|
|
|
|
```markdown
|
|
-C --no-color Use a monochrome color scheme
|
|
-d --delay=DELAY Set the delay between updates, in tenths of seconds
|
|
-h --help Print this help screen
|
|
-s --sort-key=COLUMN Sort by COLUMN (try --sort-key=help for a list)
|
|
-t --tree Show the tree view by default
|
|
-u --user=USERNAME Show only processes of a given user
|
|
-p --pid=PID,[,PID,PID...] Show only the given PIDs
|
|
```
|
|
|
|
## 实例 |