Linux 環境查看《網絡流量》工具及命令

Linux 環境查看《網絡流量》工具及命令前端

1. nethogs: 按進程查看流量佔用linux

[root@localhost ~]# yum -y install epel-release.noarch服務器

root@localhost ~]# yum -y install nethogs.x86_64網絡

 

2. iptraf: 按鏈接/端口查看流量tcp

[root@localhost ~]# yum -y install iptraf-ng.x86_64ide

 

3. ifstat: 按設備查看流量svg

http://gael.roualland.free.fr/ifstat/  (官網)工具

[root@localhost ~]# wget http://gael.roualland.free.fr/ifstat/ifstat-1.1.tar.gzspa

[root@localhost ~]# tar xf ifstat-1.1.tar.gz .net

[root@localhost ~]# cd ifstat-1.1

[root@localhost ifstat-1.1]# yum -y install gcc net-snmp

[root@localhost ifstat-1.1]# ./configure

[root@localhost ifstat-1.1]# make && make install

[root@localhost ifstat-1.1]# which ifstat

/usr/local/bin/ifstat

[root@localhost ifstat-1.1]# /usr/local/bin/ifstat -tT

 

4. ethtool: 診斷工具

 

5. tcpdump: 抓包工具

[root@localhost ~]# yum -y install tcpdump.x86_64

6. ss: 鏈接查看工具

[root@localhost ~]# ss -tnl

7. 其餘:

 1)dstat,

[root@localhost ~]# yum -y install dstat.noarch

[root@Test-Server-01 ~]# dstat -nf

 

 

2) slurm,

集羣使用

3)nload,

[root@localhost ~]# yum -y install nload.x86_64

 

4)bmon

[root@localhost ~]# yum -y install bmon.x86_64 

###############################################################################

 

1. 命令行有 vnstat,輕量, 支持統計

# yum -y install vnstat.x86_64

# vnstat -u -i eth0 #初始化,綁定要監測的網卡的名稱,好比eth0

  

2.Web 前端有 vnstatsvg,輕量,省流量,支持普通服務器,嵌入式系統還輕鬆支持集羣。 

 

3.atop

[root@Test-Server-01 ~]# yum -y install atop.x86_64


4. Iftop


5.iotop

[root@Test-Server-01 ~]# yum -y install iotop

相關文章
相關標籤/搜索