Linux Network
文章目录
network speed
网速监控
网址/ip --网速监控
sudo iftop -i enp5s0 -B
- -i interface: 指定网卡interface
- -B 使用 Bytes 而不是 bits 作为网速单位
进程--网速监控
sudo nethogs
文章作者
上次更新 2026-08-06 (41f39cf)
网速监控
sudo iftop -i enp5s0 -B
sudo nethogs
文章作者
上次更新 2026-08-06 (41f39cf)