实然看到下载速度多达几M/s,但实际上并没有什么占用带宽的进程.

相查看每个程序占用的网络流量, 但系统自带的 System Monitor 只能查看全局的流量, 不能具体看某个程序的......

key words: network traffic, process specific, nethogs

工具: nethogs (要用sudo运行)

Description : NetHogs is a small "net top" tool.        /* 像top 一样的工具, 实时更新 */
            :
            : Instead of breaking the traffic down per protocol or per subnet, like
            : most such tools do, it groups bandwidth by process and does not rely    /* process specfific */
            : on a special kernel module to be loaded.
            :
            : So if there's suddenly a lot of network traffic, you can fire up        /* 用于发现占用带宽的进程, 杀了它 */
            : NetHogs and immediately see which PID is causing this, and if it's
            : some kind of spinning process, kill it.

$ sudo dnf install nethogs -y

(效果图, )

nethogs 的交互命令

m: 切换单位  KB/sec, KB, B, MB

r: 按接收排序 receive

s: 按发送排序 send

最新文章

  1. jq使用技巧
  2. iOS 开发快速导引:TableView 和 CoreData【草】
  3. Fiddler响应post的请求 request body里面填写什么?
  4. Install Maya 2015 x64 in CentOS 7
  5. git 基本命令
  6. Python--类定义
  7. Basic Concepts of International Trade
  8. HDU4602+推导公式
  9. 布尔值(Boolean values)
  10. 总结一下用caffe跑图片数据的研究流程
  11. 字符串匹配之boyer-Moore算法
  12. Day9 进程理论 开启进程的两种方式 多进程实现并发套接字 join方法 Process对象的其他属性或者方法 守护进程 操作系统介绍
  13. Ubuntu18系统qt生成程序无法双击运行问题
  14. 一次基于Vue.Js的用户体验优化 (vue drag)
  15. PHP判断手机、电脑访问
  16. 2019.03.04 bzoj5308: [Zjoi2018]胖(二分答案+st表)
  17. Python脱产8期 Day014 2019/4/28
  18. matplotlib绘图2
  19. 安装最新版的2016版Pycharm后,激活码
  20. [UE4]Replications,复制

热门文章

  1. sublime 相关配置
  2. Python学习笔记7-高级迭代器
  3. 在双系统(Windows与Ubuntu)下删除Ubuntu启动项
  4. nth-of-type在选择class的时候需要注意的一个小问题
  5. Caffe Python MemoryDataLayer Segmentation Fault
  6. Winform进程、线程
  7. [No00009C]Visual Studio在 解决方案资源管理器 里同步定位打开的文件
  8. DeveloperExceptionPageMiddleware中间件如何呈现“开发者异常页面”
  9. [LeetCode] Validate IP Address 验证IP地址
  10. 2016 daily