`
小网客
  • 浏览: 1241022 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

linux之网络流量监控

 
阅读更多

ifstat是一个比较简单的查看网络流量的工具

常用的参数如下:

       -l  Enables monitoring of loopback interfaces for which statistics are available. By default, ifstat monitors all non-loopback interfaces that are up.

 

       -a  Enables monitoring of all interfaces found for which statistics are available.

 

       -z  Hides interface which counters are null, eg interfaces that are up but not used.

 

       -i  Specifies the list of interfaces to monitor, separated by commas (if an interface name has a comma, it can be escaped with '\'). Multiple instances

           of the options are added together.

 

       -s  Equivalent to -d snmp:[comm@][#]host[/nn]] to poll a remote host through SNMP. See below for details.

 

       -h  Displays a short help message.

 

       -n  Turns off displaying the header periodically.

 

       -t  Adds a timestamp at the beginning of each line.

 

       -T  Reports total bandwith for all monitored interfaces.

 

       -A  Disables use of interface indexes: by default, when polling mechanism is index based (snmp, ifmib), ifstat remembers indexes of monitored inter-

           faces to poll only them. However, if interfaces indexes change often (new interfaces added, etc), you might loose some stats, hence this flag. Note

           that if you ask ifstat to monitor a non existent interface, it will poll all interfaces until it finds the requested one (regardless of this flag)

           so you can poll for an interface that goes up and down.

 

       -w  Uses fixed width columns, instead of enlarging them if needed for interfaces names to fit.

 

       -W  Wrap lines that are larger than the terminal width (implies -w). Wrapped lines are prefixed with a cycling letter to ease reading.

 

       -S  Keep stats updated on the same line if possible (no scrolling nor wrapping).

 

       -b  Reports bandwith in kbits/sec instead of kbytes/sec.

 

       -q  Quiet mode, warnings are not printed.

 

       -v  Displays version and the compiled-in drivers.

常用:

ifstat -TS

 

0
0
分享到:
评论

相关推荐

    Linux下的MRTG流量监控的设计与实现

    以上就是基于Linux平台使用MRTG进行网络流量监控的设计与实现过程,通过这个过程,我们可以深入了解网络流量监控的工作原理,熟练掌握MRTG和SNMP的使用,并能应用于实际的网络环境中,为网络管理和规划提供强有力的...

    进程级别的网络流量监控

    在Linux操作系统中,进行进程级别的网络流量监控是管理和优化系统性能的重要环节。这涉及到对系统中每一个具有网络连接的进程进行细致的流量分析,以便了解系统资源的使用情况,找出可能存在的瓶颈,甚至检测潜在的...

    Linux流量监控脚本 上下行流量监控shell脚本

    Linux流量监控脚本 上下行流量监控shell脚本

    Linux命令行下的网络流量监控:工具与实践

    在Linux系统中,网络流量监控是一项重要的任务,它可以帮助系统管理员和开发者了解网络的使用情况,及时发现并解决网络瓶颈和安全问题。本文将详细介绍如何在Linux环境下使用命令行工具进行网络流量监控,包括常用的...

    Linux网络流量监控前端vnstatsvg用法详解

    Linux网络流量监控是系统管理中的重要环节,它能够帮助系统管理员监控和分析网络活动,以便及时发现和解决网络问题,优化网络性能。本文将介绍一款专为Linux环境设计的网络流量监控前端工具vnStatSVG,以及其后端...

    UNIX Linux网络日志分析与流量监控

    UNIX/Linux网络日志分析与流量监控是网络管理员和安全分析师必备技能之一。该技能不仅有助于实时监控系统运行状态,还能在系统遭受攻击或出现故障时,通过分析日志文件快速定位问题,以及在安全事件发生后进行取证...

    Linux Mrtg监控主机流量的安装方法

    - 重启系统后,你可以在浏览器中访问 `http://192.168.1.30/mrtg` 来查看生成的网络流量监控图表。 然而,遇到的一个问题是在设置中文显示时可能出现乱码。这可能是因为MRTG不直接支持中文字符集,或者网页编码...

    Linux监控网络流量-带宽

    利用python语言,利用division、sys、os、signal包,监控linux系统的网络流入、流出量。实时记录网络流入总量、网络流出总量、当前网络流入速度、网络流出速度等,并记录日志

    linux主机流量实时监控脚本

    本脚本"linux主机流量实时监控脚本"专注于提供对以太网接口(如eth0-9)的流量监控功能,但不包含对虚拟化网卡的支持。如果需要监控虚拟化环境下的网络流量,用户需要自行对脚本进行相应的修改。 首先,让我们深入...

    linux下mrtg流量监控

    MRTG(Multi Router Traffic Grapher)是一款免费的网络流量监控工具,它利用SNMP(Simple Network Management Protocol)协议从网络设备收集数据,并生成图形化的流量报告,便于网络管理员实时监控网络状态。...

    mrtg.rar_linux 监控_monitor traffic_流量监控_网络流量_网络监控

    《Linux系统下的网络流量监控——MRTG详解》 在当今信息化社会,网络流量监控对于企业和个人用户都至关重要。它能帮助我们了解网络资源的使用情况,预防网络拥塞,及时发现并解决问题。Linux系统中,MRTG(Multi ...

    linux网卡流量监控脚本

    shell脚本实现的监控linux服务器上的网卡流量的脚本,可选择网卡,可查看统计数据和连接情况

    一个简单的网络流量监控软件源码

    在IT领域,网络流量监控是一项至关重要的任务,它可以帮助我们了解网络的运行状态,及时发现并解决问题。"一个简单的网络流量监控软件源码"提供了一个基础的解决方案,让我们深入探讨这个话题。 首先,网络流量监控...

    4个Linux下网络流量实时监控工具.pdf

    nload是一款轻量级的网络流量监控工具,它能够直观地展示出总体流量的情况。通过简单的命令行界面,用户可以轻松地查看到各个网络接口的实时流量信息。 - **安装**: - 使用yum安装nload:`$ yum -y install nload`...

    Cacti在校园网络流量监控中的应用

    ### Cacti在校园网络流量监控中的应用:深入解析与实践 #### 一、Cacti概述 Cacti是一款基于Web的网络监控系统,它采用PHP编程语言编写,能够实时收集并展示网络设备的数据,如流量、CPU使用率、内存使用情况等,...

    linux流量监控脚本

    本文详细介绍了如何使用Linux脚本实现简单的网络流量监控功能。通过分析脚本的各个部分,我们可以了解到如何利用系统提供的接口来读取网络接口的状态信息,并基于这些信息进行进一步处理和统计。这对于维护网络安全...

    Delphi网络流量监控源代码

    在Delphi中实现网络流量监控可以帮助用户了解网络数据的传输情况,优化网络性能,甚至用于网络安全分析。本篇文章将详细探讨Delphi网络流量监控的实现原理、核心知识点以及源代码解析。 1. 网络流量监控基础 - ...

    Linux网络日志分析与流量监控

    ### Linux网络日志分析与流量监控 #### 一、引言 随着信息技术的快速发展,网络安全已成为企业和组织关注的重点。为了确保网络安全稳定运行,对网络日志进行有效的分析和监控至关重要。《UNIX+Linux网络日志分析与...

Global site tag (gtag.js) - Google Analytics