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
iperf3 测试路由器吞吐率的更多相关文章
- jmeter之吞吐量、吞吐率、TPS、带宽及压力测试和负载测试及其区别
一般使用单位时间内服务器处理的请求数来描述其并发处理能力.称之为吞吐率(Throughput),单位是 “req/s”.吞吐率特指Web服务器单位时间内处理的请求数另一种描述,吞吐率是,单位时间内网络 ...
- 复刻smartbits的国产网络测试工具minismb-如何测试路由器
复刻smartbits的国产网络性能测试工具minismb,是一款专门用于测试智能路由器,网络交换机的性能和稳定性的软硬件相结合的工具.可以通过此工具测试任何ip网络设备的端口吞吐率,带宽,并发连接数 ...
- 带宽、延时、吞吐率、PPS 这些都是啥?
Linux 网络协议栈是根据 TCP/IP 模型来实现的,TCP/IP 模型由应用层.传输层.网络层和网络接口层,共四层组成,每一层都有各自的职责. 应用程序要发送数据包时,通常是通过 socket ...
- 国产smartbits版本-minismb如何测试路由器III
Minismb测试仪表是复刻smartbits的国产版本,是一款专门用于测试智能路由器,网络交换机的性能和稳定性的软硬件相结合的工具.可以通过此工具测试任何ip网络设备的端口吞吐率,带宽,并发连接数和 ...
- LR结果分析——TPS和吞吐率
针对吞吐率和TPS的关系,这个在结果分析中如何使用,就个人经验和朋友讨论后,提出如下建议指导,欢迎同僚指正. TPS:transaction per second 服务器每秒处理的事务数. 吞吐率:测 ...
- 老李分享知识:性能测试之TPS和吞吐率
老李分享知识:性能测试之TPS和吞吐率 当增大系统的压力(或添加并发用户数)时,吞吐率和TPS的改变曲线呈大体一致,则系统基本稳定. 若压力增大时,吞吐率的曲线添加到一定程度后出现改变缓 ...
- 性能测试中的最佳用户数、最大用户数、TPS、响应时间、吞吐量和吞吞吐率
一:最佳用户数.最大用户数 转:http://www.cnblogs.com/jackei/archive/2006/11/20/565527.html 二: 事务.TPS 1:事务:就是用户某一步 ...
- 【转】构建高性能WEB站点之 吞吐率、吞吐量、TPS、性能测试
内容参考:构建高性能WEB站点.pdf 一.吞吐率 我们一般使用单位时间内服务器处理的请求数来描述其并发处理能力.称之为吞吐率(Throughput),单位是"req/s".吞吐率 ...
- 构建高性能WEB站点之 吞吐率、吞吐量、TPS、性能测试
内容参考: 构建高性能WEB站点.pdf 一.吞吐率 我们一般使用单位时间内服务器处理的请求数来描述其并发处理能力.称之为吞吐率(Throughput),单位是 “req/s”.吞吐率特指Web服务器 ...
随机推荐
- 【CF652C】Foe Pairs(线性扫描)
题意:给你1-n的一个排列和m组数对,问有多少区间不包含任意一个数对. (1 ≤ n, m ≤ 3·105) 思路:数据范围过大,不能用容斥原理 f[i]表示以位置i上的数为左端点,右端点最小到哪里 ...
- 眉目传情之匠心独运的kfifo【转】
转自:http://blog.csdn.net/chen19870707/article/details/39899743 权声明:本文为博主原创文章,未经博主允许不得转载. 目录(?)[-] 一 ...
- 如何在官网上下载Linux版本的MySQL安装包
如何在官网上下载Linux版本的MySQL安装包 参考百度经验,<如何在官网上下载Linux版本的MySQL安装包> 原文链接:https://jingyan.baidu.com/arti ...
- TopCoder SRM596 DIV2 1000: SparseFactorialDiv2
题意: For an integer n, let F(n) = (n - 0^2) * (n - 1^2) * (n - 2^2) * (n - 3^2) * ... * (n - k^2), wh ...
- 首次远程安装 GlassFish 后以远程 Web 方式访问其后台管理系统出现错误的解决方法(修订)
首次远程安装 GlassFish 服务后,如果以远程 Web 方式访问其后台管理系统,会提示 Secure Admin must be enabled to access the DAS remote ...
- 快速上手 Echarts
最近使用到了 百度的 Echarts 数据可视化工具,这里简单介绍如何快速上手. 一.下载 这里选择目前最新版本,4.2.1 地址:https://github.com/apache/incubato ...
- springboot idea激活指定profile
多Profile文件 配置文件编写的时,可以是application-{profile}.properties/yml,默认使用application.properties的配置: 激活指定profi ...
- java中正则表达式要进行转义的字符。
/** * 转义正则特殊字符 ($()*+.[]?\^{},|) * * @param keyword * @return */public static String escapeExprSpeci ...
- HDU4372 Buildings
@(HDU)[Stirling數, 排列組合] Problem Description There are N buildings standing in a straight line in the ...
- 黑科技:CSS定制多行省略
转载请注明出处:http://hai.li/2017/03/08/css-multiline-overflow-ellipsis.html 什么是多行省略? 当字数多到一定程度就显示省略号点点点.最初 ...