Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
deepin下的流量监控--NetHogs
Apps Section
1571
views ·
3
replies ·
To
floor
Go
Dreamease
deepin
2013-12-01 04:53
Author
NetHogs一个linux下的流量监控软件,可以很方便的监控每个联网进程的流量使用情况,可以分别监控各网卡.DeepinScrot-3118.png
终端执行sudo apt-get install nethogs或在软件中心搜索nethogs即可安装;
在终端输入sudo nethogs即执行,因为需要root权限,所以前面要加sudo
默认监控eth0网卡,如监控其他网卡,可在后加上网卡接口名称;如我的3G网卡接口名称是ppp3
输入sudo nethogs ppp3即可;
ifconfig可获得所有网卡的接口名称
Reply
Like 0
Favorite
View the author
All Replies
lin82765502
deepin
2013-12-01 07:42
#1
这个东西不错哟
Reply
Like 0
View the author
lxf1992521
deepin
2013-12-01 07:56
#2
问一下,有没有indicator样式的流量监控器,就是之间显示数据的指示器:
Reply
Like 0
View the author
cxbii
deepin
2013-12-01 08:27
#3
这个软件会加入百科,同时楼上要的软件,其实可以直接安装ubuntu的指示器程序
4. System Load Indicator ( 系统状态指示器)
安装命令:
sudo add-apt-repository ppa:indicator-multiload/stable-daily
sudo apt-get update
sudo apt-get install indicator-multiload
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Events
More
终端执行sudo apt-get install nethogs或在软件中心搜索nethogs即可安装;
在终端输入sudo nethogs即执行,因为需要root权限,所以前面要加sudo
默认监控eth0网卡,如监控其他网卡,可在后加上网卡接口名称;如我的3G网卡接口名称是ppp3
输入sudo nethogs ppp3即可;
ifconfig可获得所有网卡的接口名称