# 网络工具

## iftop

用于查看系统网络流量

### 安装

```
yum install -y epel-release
yum install -y iftop
```
