zoukankan      html  css  js  c++  java
  • iperf3 测试路由器吞吐率

    mini newifi

    电脑端:

    iperf3 -s
    

    路由器:

    root@OpenWrt:/# iperf3 -c 10.10.10.3 -t 20
    Connecting to host 10.10.10.3, port 5201
    [  4] local 10.10.10.1 port 48615 connected to 10.10.10.3 port 5201
    [ ID] Interval           Transfer     Bandwidth       Retr  Cwnd
    [  4]   0.00-1.00   sec  12.1 MBytes   102 Mbits/sec    0    300 KBytes       
    [  4]   1.00-2.00   sec  11.1 MBytes  92.8 Mbits/sec    0    361 KBytes       
    [  4]   2.00-3.00   sec  11.3 MBytes  95.1 Mbits/sec   45    305 KBytes       
    [  4]   3.00-4.00   sec  11.0 MBytes  92.2 Mbits/sec   45    259 KBytes       
    [  4]   4.00-5.03   sec  11.8 MBytes  96.9 Mbits/sec    0    286 KBytes       
    [  4]   5.03-6.00   sec  10.7 MBytes  91.7 Mbits/sec    0    290 KBytes       
    [  4]   6.00-7.00   sec  11.3 MBytes  95.3 Mbits/sec    0    305 KBytes       
    [  4]   7.00-8.00   sec  11.1 MBytes  92.6 Mbits/sec   45    256 KBytes       
    [  4]   8.00-9.00   sec  11.5 MBytes  96.5 Mbits/sec   45    288 KBytes       
    [  4]   9.00-10.02  sec  11.5 MBytes  94.5 Mbits/sec    0    324 KBytes       
    [  4]  10.02-11.00  sec  10.7 MBytes  91.7 Mbits/sec    0    342 KBytes       
    [  4]  11.00-12.00  sec  11.5 MBytes  96.4 Mbits/sec   45    290 KBytes       
    [  4]  12.00-13.00  sec  11.0 MBytes  92.2 Mbits/sec    0    349 KBytes       
    [  4]  13.00-14.00  sec  11.5 MBytes  96.4 Mbits/sec    0    396 KBytes       
    [  4]  14.00-15.00  sec  11.0 MBytes  92.7 Mbits/sec   46    291 KBytes       
    [  4]  15.00-16.01  sec  11.1 MBytes  93.1 Mbits/sec   45    296 KBytes       
    [  4]  16.01-17.00  sec  11.4 MBytes  96.6 Mbits/sec    0    358 KBytes       
    [  4]  17.00-18.01  sec  11.2 MBytes  93.6 Mbits/sec   45    291 KBytes       
    [  4]  18.01-19.00  sec  11.1 MBytes  93.2 Mbits/sec    1    294 KBytes       
    [  4]  19.00-20.00  sec  11.1 MBytes  93.5 Mbits/sec   45    296 KBytes       
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [ ID] Interval           Transfer     Bandwidth       Retr
    [  4]   0.00-20.00  sec   225 MBytes  94.4 Mbits/sec  407             sender
    [  4]   0.00-20.00  sec   225 MBytes  94.2 Mbits/sec                  receiver
    
  • 相关阅读:
    Javascript学习中比较核心的知识(持续更新)
    深入理解Builder模式(转载)
    Git 对文件进行批量rm操作
    Android 记录代码执行时间
    Git已跟踪文件的忽略方法
    Linux shell command line process(命令行处理流程)
    线程 方面笔记01
    c#中索引器
    sql记录
    颜色的处理
  • 原文地址:https://www.cnblogs.com/sammei/p/4438504.html
Copyright © 2011-2022 走看看