使用 netstat 获取程序的连接速度

使用 netstat 获取程序的连接速度

我用来netstat -natpe查看连接和程序名称。wget 正在获取数据时,RX 列为零

naderan@student-virtual-machine:~$ netstat -natpe
(Not all processes could be identified, non-owned process info
 will not be shown, you would have to be root to see it all.)
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name  
tcp        0      0 5.27.56.123:35358       78.35.24.46:443         ESTABLISHED 1002       682290     7143/wget         

我如何才能获得该连接的速度?

答案1

安装并运行:

apt-get install bwm-ng

bwm-ng

监测体重

相关内容