目 录CONTENT

文章目录

Linux 查看实时流量

ABin
2025-02-07 / 0 评论 / 0 点赞 / 51 阅读 / 0 字

安装

yum install nethogs

使用

nethogs
NetHogs version 0.8.7

    PID USER     PROGRAM                                        DEV         SENT      RECEIVED      
      ? root     unknown TCP                                                1.515	2.370 KB/sec
1996004 root     sshd: root@pts/1                               enp1s0      1.040	0.950 KB/sec
1850919 root     /usr/bin/qbittorrent-nox                       enp1s0      0.272	0.324 KB/sec

  TOTAL                                                                     2.827       3.643 KB/sec
  • 按m键 在KB、MB、GB 之间切换

0

评论区