# iftop  

带宽  

```bash  
yum install -y iftop  
iftop  
iftop -i eth0 -n -t -s 5 -L 2  
```  