Linux Environment View "network traffic" tools and commands
1. nethogs: View traffic consumption by process
[Email protected] ~]# yum-y install Epel-release.noarch
[Email protected] ~]# yum-y install nethogs.x86_64
2. Iptraf: View traffic by connection / Port
[Email protected] ~]# yum-y install iptraf-ng.x86_64
3. ifstat: View Traffic by device
Http://gael.roualland. Free . fr/ifstat/ (official website)
[email protected] ~]# wget http://gael.roualland.free.fr/ifstat/ifstat-1.1.tar.gz
[Email protected] ~]# Tar XF ifstat-1.1.tar.gz
[Email protected] ~]# CD ifstat-1.1
[Email protected] ifstat-1.1]# yum-y install gcc NET-SNMP
[Email protected] ifstat-1.1]#./configure
[[email protected] ifstat-1.1]# make && make install
[email protected] ifstat-1.1]# which ifstat
/usr/local/bin/ifstat
[Email protected] ifstat-1.1]#/USR/LOCAL/BIN/IFSTAT-TT
4. Ethtool: diagnostic Tool
5. tcpdump: Grab bag tool
[Email protected] ~]# yum-y install tcpdump.x86_64
6. SS: Connection View tool
[Email protected] ~]# SS-TNL
7. Other :
1)Dstat,
[email protected] ~]# yum-y install Dstat.noarch
[Email protected] ~]# DSTAT-NF
2) Slurm,
Cluster use
3) nload,
[Email protected] ~]# yum-y install nload.x86_64
4) Bmon
[email protected] ~]# yum-y install bmon.x86_64
###############################################################################
1. command line with Vnstat, light weight, support statistics
# yum-y Install vnstat.x86_64
# vnstat-u-I eth0 # Initialize, bind the name of the NIC to be monitored, such as eth0
2 . The Web front end has vnstatsvg, lightweight, save traffic, support common server, embedded system also easily support cluster.
3.atop
[Email protected] ~]# yum-y install atop.x86_64
4. iftop
5.iotop
[Email protected] ~]# yum-y install Iotop
Linux Environment View "network traffic" tools and commands