Ubuntu 看網卡的上網流量

sudo apt install iftop

先用 ifconfig 看 interface

example:

interface: eno1

sudo iftop -i eno1

就可以看到流量開始累積,

如果關掉就重新累積。

留言