补充 sudo.

Signed-off-by: chen.yang <chen.yang@yuzhen-iot.com>
This commit is contained in:
chen.yang 2021-10-28 11:55:40 +08:00
parent 7630011899
commit f24e7cd29f
1 changed files with 4 additions and 4 deletions

View File

@ -62,7 +62,7 @@ sar
## 5.Glances ## 5.Glances
```bash ```bash
pacman -S glances sudo pacman -S glances
``` ```
### 5.1.Standalone Mode ### 5.1.Standalone Mode
@ -83,7 +83,7 @@ glances -c <server ip or hostname> [-p <port>]
### 5.3.Web Server Mode ### 5.3.Web Server Mode
```bash ```bash
pacman -S python-bottle sudo pacman -S python-bottle
glances -w [-B <address>] [-p <port>] [--username] [--password] glances -w [-B <address>] [-p <port>] [--username] [--password]
``` ```
@ -98,7 +98,7 @@ http://@server:61208/10
是一个开源的命令行工具类似于Linux的top命令用来按进程或程序实时统计网络带宽使用率。 是一个开源的命令行工具类似于Linux的top命令用来按进程或程序实时统计网络带宽使用率。
```bash ```bash
pacman -S nethogs sudo pacman -S nethogs
nethogs nethogs
``` ```
@ -107,7 +107,7 @@ nethogs
Dstat is a versatile replacement for vmstat. Dstat is a versatile replacement for vmstat.
```bash ```bash
pacman -S dstat sudo pacman -S dstat
dstat dstat
``` ```