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

iperf3 测试路由器吞吐率的更多相关文章

  1. jmeter之吞吐量、吞吐率、TPS、带宽及压力测试和负载测试及其区别

    一般使用单位时间内服务器处理的请求数来描述其并发处理能力.称之为吞吐率(Throughput),单位是 “req/s”.吞吐率特指Web服务器单位时间内处理的请求数另一种描述,吞吐率是,单位时间内网络 ...

  2. 复刻smartbits的国产网络测试工具minismb-如何测试路由器

    复刻smartbits的国产网络性能测试工具minismb,是一款专门用于测试智能路由器,网络交换机的性能和稳定性的软硬件相结合的工具.可以通过此工具测试任何ip网络设备的端口吞吐率,带宽,并发连接数 ...

  3. 带宽、延时、吞吐率、PPS 这些都是啥?

    Linux 网络协议栈是根据 TCP/IP 模型来实现的,TCP/IP 模型由应用层.传输层.网络层和网络接口层,共四层组成,每一层都有各自的职责. 应用程序要发送数据包时,通常是通过 socket ...

  4. 国产smartbits版本-minismb如何测试路由器III

    Minismb测试仪表是复刻smartbits的国产版本,是一款专门用于测试智能路由器,网络交换机的性能和稳定性的软硬件相结合的工具.可以通过此工具测试任何ip网络设备的端口吞吐率,带宽,并发连接数和 ...

  5. LR结果分析——TPS和吞吐率

    针对吞吐率和TPS的关系,这个在结果分析中如何使用,就个人经验和朋友讨论后,提出如下建议指导,欢迎同僚指正. TPS:transaction per second 服务器每秒处理的事务数. 吞吐率:测 ...

  6. 老李分享知识:性能测试之TPS和吞吐率

    老李分享知识:性能测试之TPS和吞吐率        当增大系统的压力(或添加并发用户数)时,吞吐率和TPS的改变曲线呈大体一致,则系统基本稳定. 若压力增大时,吞吐率的曲线添加到一定程度后出现改变缓 ...

  7. 性能测试中的最佳用户数、最大用户数、TPS、响应时间、吞吐量和吞吞吐率

    一:最佳用户数.最大用户数 转:http://www.cnblogs.com/jackei/archive/2006/11/20/565527.html 二:  事务.TPS 1:事务:就是用户某一步 ...

  8. 【转】构建高性能WEB站点之 吞吐率、吞吐量、TPS、性能测试

    内容参考:构建高性能WEB站点.pdf 一.吞吐率 我们一般使用单位时间内服务器处理的请求数来描述其并发处理能力.称之为吞吐率(Throughput),单位是"req/s".吞吐率 ...

  9. 构建高性能WEB站点之 吞吐率、吞吐量、TPS、性能测试

    内容参考: 构建高性能WEB站点.pdf 一.吞吐率 我们一般使用单位时间内服务器处理的请求数来描述其并发处理能力.称之为吞吐率(Throughput),单位是 “req/s”.吞吐率特指Web服务器 ...

随机推荐

  1. 安装环境 :win64

    1.安装环境 :win64 1.1 下载mysql安装包地址: https://dev.mysql.com/downloads/file/?id=476233 2.安装 2.1 解压下载的ZIP压缩包 ...

  2. 大杂烩 Classpath / Build path / Debug关联源码 / JDK&JRE区别

    Classpath的理解及其使用方式 原文地址:http://blog.csdn.net/wk1134314305/article/details/77940147?from=bdhd_site 摘要 ...

  3. 面试题之redis的内存回收策略

    1.maxmemory-policy noeviction(默认):内存空间不足会报错 2.allkeys-lru:最少使用的数据去淘汰 3.allkeys-random:随机淘汰一些key 4.vo ...

  4. javaweb之Filter详解

    一.概念:Filter也称之为过滤器,它是Servlet技术中比较激动人心的技术,WEB开发人员通过Filter技术,对web服务器管理的所有web资源:例如Jsp, Servlet, 静态图片文件或 ...

  5. APUE 学习笔记(一) Unix基础知识

    1. Unix 体系结构   内核的接口被称为系统调用 公用函数库构建在系统调用接口之上 应用软件既可以调用公用函数库,也可以直接进行系统调用   2. 文件和目录 目录操作函数:opendir--- ...

  6. vue2 如何通过router传递参数

    当需要router-link传递参数的时候 vue2 如何做 记录下来备忘 1.通过vue页面传递参数 <router-link :to="{ path:'./attachment', ...

  7. Python入门--20--类、对象

    OO=Object Oriented 面向对象 python是面向对象的编程语言 OO的特征: 1.封装:把一堆东西都扔到一起,变为一个类 2.继承:假如一个类里面 3.多态:不同的类有相同名称的函数 ...

  8. 本地测试IIS,Post调用接口

    最近在学习三种调用接口方式,POST,Socket,Webserivce,今天刚写完POST方式所以就分享下,欢迎高手指点. public string strResult = "" ...

  9. eclipse启动的时候 一直未响应状态 然后闪退

    解决方案:在你的工作目录中,有一个.metadata目录,里面是工作区及各插件的信息,删除此目录可以解决问题.保险起见,先剪切到另一地方.再重启启动.

  10. 洛谷—— P1847 轰炸II

    https://www.luogu.org/problemnew/show/1847 题目背景 本题为轰炸数据加强版 题目描述 一个城市遭到了M次轰炸,每次都炸了一个每条边都与边界平行的矩形 在轰炸后 ...