linux排查网络问题常用CMD总结

一. nethogsnload

  • 下载yum/apt直接下载即可

  • 使用直接执行nethogs即可

  • 效果

    image-20231123212057682

二. bandwhich

  • 安装在GEGEWU网盘中下载上传到服务器即可 或(此链接不太稳定) :

    1
    2
    # 下载到本地
    curl -fLO http://lc-iZXJwsNX.cn-e1.lcfile.com/2laczfCI5nxitunsgeypEdX28DAiUGjc/bandwhich
  • 使用

    1
    2
    3
    4
    # 给执行权限
    chmod +x bandwhich
    # 执行
    ./bandwhich
  • 效果

    image-20231123211307966

三. iftop

较为简单略…….