在进行服务器运维当中,经常会需要查看系统的网络情况,Linux系统下拥有各种查看网络流量的工具,这里介绍几个在Linux系统下查看网络信息的常用工具和命令,并列出一些简单的使用方法,用于记录也方便平常使用。
ip
1、ip
命令是ifconfig
的替代品,但更加强大,主要用于显示和设置网络设备,在大部分系统下已经默认安装,也可通过以下命令安装;文章源自技术白-https://jishubai.com/526.html
yum install -y iproute || apt-get install -y iproute
2、这里列些常用的命令作为参考;文章源自技术白-https://jishubai.com/526.html
ip addr show ##显示网卡信息 ip addr add 192.168.0.1/24 dev eth0 ##设置eth0网卡IP地址192.168.0.1 ip route show ##显示系统路由 ip route add default via 192.168.1.254 ##设置系统默认路由 ip -s -h link ##显示各网卡总流量信息
dstat
1、dstat
命令是Linux下的全能系统信息统计工具,支持实时查看当前网络速率,输出直观易懂,通过以下命令安装;文章源自技术白-https://jishubai.com/526.html
yum install -y dstat || apt-get install -y dstat
2、常用命令:文章源自技术白-https://jishubai.com/526.html
dstat ##分别显示cpu、disk、net、page、system信息 dstat -c ##显示CPU系统占用 dstat -m ##显示内存使用情况 dstat -n ##显示网络状态 dstat -tnf 1 10 ##输出接下来10秒内每秒的网络数据
iftop
1、iftop
是一款实时流量监控工具,可以查看每个连接的实时速率,通过以下命令进行安装;文章源自技术白-https://jishubai.com/526.html
yum install -y epel-release && yum install -y iftop ##centos系统 apt install -y epel-release && apt install -y iftop ##debian或ubuntu系统
2、常用命令;文章源自技术白-https://jishubai.com/526.html
iftop ##查看系统下默认网卡连接流量信息 iftop -i eth0 ##指定查看eth0网卡下的连接和网速统计 iftop -nN -i eth0 ##以直接IP和连接编号的形式查看eth0网卡下的连接信息文章源自技术白-https://jishubai.com/526.html文章源自技术白-https://jishubai.com/526.html
- 本站TG群组:skill_blog 联系博主:nbskill (微信协助) 苹果ID号:曙光商店