network speed

网速监控

网址/ip --网速监控

sudo iftop -i enp5s0 -B
  1. -i interface: 指定网卡interface
  2. -B 使用 Bytes 而不是 bits 作为网速单位

进程--网速监控

sudo nethogs