This commit is contained in:
nick 2019-03-14 20:25:47 +08:00
parent 899e600af2
commit b2e5d8828f

View File

@ -329,3 +329,21 @@ pgrep nginx #查看 nginx 进程
pgrep -l nginx #查看 nginx 进程名称 pgrep -l nginx #查看 nginx 进程名称
``` ```
#### vmstat 命令
```
```
#### iostat 命令
```
```
#### iotop 命令
```
```