zoukankan      html  css  js  c++  java
  • Linux网卡性能查看(CentOS)

    一、ethtool查看网卡带宽

    ethtool eth0          #eth0为网卡名,使用ifconfig查看当前使用的网卡

    Speed表示网卡带宽,Duplex表示工作模式,Supported link modes表示支持的工作模式

    二、sar查看当前网卡速率

    sar -n DEV 1

    rxpck/s:每秒钟接收的数据包

    txpck/s:每秒钟发送的数据包

    rxbyt/s:每秒钟接收的字节数

    txbyt/s:每秒钟发送的字节数

    rxcmp/s:每秒钟接收的压缩数据包

    txcmp/s:每秒钟发送的压缩数据包

    rxmcst/s:每秒钟接收的多播数据包

    参考:http://www.2cto.com/os/201209/152795.html

  • 相关阅读:
    uni_app系列
    并发编程
    VUE+DRF系列
    其实我是个诗人
    中医
    linux+docker
    Mysql数据库
    爱好
    AJAX
    Django
  • 原文地址:https://www.cnblogs.com/lsdb/p/7065181.html
Copyright © 2011-2022 走看看