找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 1981|回复: 2

[openwrt(x86)] OpenWrt在iperf3 测速,相差巨大,原因不明

[复制链接]
发表于 2022-5-23 10:34 | 显示全部楼层 |阅读模式
本帖最后由 woshixinshou202 于 2022-5-23 10:41 编辑

OP是 eSir大佬最新春季固件,内核 5.15.34(OpenWrt R22.4.1 GDQ Spring[2022] by eSir / LuCI Master (git-22.103.65959-d9db1b0),用iperf3 测速-windows做服务端,基本满速用iperf3 测速-OpenWrt做服务端,速度减半。(测速环境 ESXI 下--iKuai--OP旁路有--NAS)小主机N5105-I225-VB3网卡
上图
Microsoft Windows [版本 10.0.19044.1706]
(c) Microsoft Corporation。保留所有权利。

C:\ova\iperf-3.1.3-win64> iperf3 -c 192.168.31.2
Connecting to host 192.168.31.2, port 5201
[  4] local 192.168.31.10 port 14345 connected to 192.168.31.2 port 5201
[ ID] Interval           Transfer     Bandwidth
[  4]   0.00-1.00   sec   129 MBytes  1.08 Gbits/sec
[  4]   1.00-2.00   sec   129 MBytes  1.09 Gbits/sec
[  4]   2.00-3.00   sec   124 MBytes  1.04 Gbits/sec
[  4]   3.00-4.00   sec   119 MBytes   997 Mbits/sec
[  4]   4.00-5.00   sec   125 MBytes  1.05 Gbits/sec
[  4]   5.00-6.00   sec   121 MBytes  1.01 Gbits/sec
[  4]   6.00-7.00   sec   125 MBytes  1.05 Gbits/sec
[  4]   7.00-8.00   sec   123 MBytes  1.03 Gbits/sec
[  4]   8.00-9.00   sec   120 MBytes  1.01 Gbits/sec
[  4]   9.00-10.00  sec   124 MBytes  1.04 Gbits/sec

- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bandwidth
[  4]   0.00-10.00  sec  1.21 GBytes  1.04 Gbits/sec                  sender
[  4]   0.00-10.00  sec  1.21 GBytes  1.04 Gbits/sec                  receiver

iperf Done.

C:\ova\iperf-3.1.3-win64>



OpenWrt login: root
Password:


BusyBox v1.35.0 (2022-04-15 15:05:55 UTC) built-in shell (ash)

  _______                     ________        __
|       |.-----.-----.-----.|  |  |  |.----.|  |_
|   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
|_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
--------------------------------------------------
  OpenWrt GDQ Spring[2022] | by "eSir PlayGround"
--------------------------------------------------

root@OpenWrt:~# iperf3 -s
-----------------------------------------------------------
Server listening on 5201 (test #1)
-----------------------------------------------------------
Accepted connection from 192.168.31.10, port 14344
[  5] local 192.168.31.2 port 5201 connected to 192.168.31.10 port 14345
[ ID] Interval           Transfer     Bitrate
[  5]   0.00-1.00   sec   128 MBytes  1.07 Gbits/sec                  
[  5]   1.00-2.00   sec   129 MBytes  1.08 Gbits/sec                  
[  5]   2.00-3.00   sec   124 MBytes  1.04 Gbits/sec                  
[  5]   3.00-4.00   sec   119 MBytes   996 Mbits/sec                  
[  5]   4.00-5.00   sec   124 MBytes  1.04 Gbits/sec                  
[  5]   5.00-6.00   sec   121 MBytes  1.01 Gbits/sec                  
[  5]   6.00-7.00   sec   125 MBytes  1.05 Gbits/sec                  
[  5]   7.00-8.00   sec   123 MBytes  1.03 Gbits/sec                  
[  5]   8.00-9.00   sec   120 MBytes  1.00 Gbits/sec                  
[  5]   9.00-10.00  sec   124 MBytes  1.04 Gbits/sec                  
[  5]  10.00-10.02  sec  2.22 MBytes  1.07 Gbits/sec            
      
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate
[  5]   0.00-10.02  sec  1.21 GBytes  1.04 Gbits/sec                  receiver
-----------------------------------------------------------
Server listening on 5201 (test #2)
-----------------------------------------------------------


windows做服务端,基本满速
C:\ova\iperf-3.1.3-win64>iperf3 -s
-----------------------------------------------------------
Server listening on 5201
-----------------------------------------------------------
Accepted connection from 192.168.31.2, port 50926
[  5] local 192.168.31.10 port 5201 connected to 192.168.31.2 port 50928
[ ID] Interval           Transfer     Bandwidth
[  5]   0.00-1.00   sec   277 MBytes  2.33 Gbits/sec
[  5]   1.00-2.00   sec   271 MBytes  2.27 Gbits/sec
[  5]   2.00-3.00   sec   258 MBytes  2.17 Gbits/sec
[  5]   3.00-4.00   sec   256 MBytes  2.15 Gbits/sec
[  5]   4.00-5.00   sec   256 MBytes  2.15 Gbits/sec
[  5]   5.00-6.00   sec   251 MBytes  2.10 Gbits/sec
[  5]   6.00-7.00   sec   252 MBytes  2.12 Gbits/sec
[  5]   7.00-8.00   sec   231 MBytes  1.93 Gbits/sec
[  5]   8.00-9.00   sec   254 MBytes  2.13 Gbits/sec
[  5]   9.00-9.99   sec   247 MBytes  2.10 Gbits/sec

- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bandwidth
[  5]   0.00-9.99   sec  0.00 Bytes  0.00 bits/sec                  sender
[  5]   0.00-9.99   sec  2.49 GBytes  2.14 Gbits/sec                  receiver
-----------------------------------------------------------
Server listening on 5201
-----------------------------------------------------------
OpenWrt login: root
Password:


BusyBox v1.35.0 (2022-04-15 15:05:55 UTC) built-in shell (ash)

  _______                     ________        __
|       |.-----.-----.-----.|  |  |  |.----.|  |_
|   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
|_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
--------------------------------------------------
  OpenWrt GDQ Spring[2022] | by "eSir PlayGround"
--------------------------------------------------

root@OpenWrt:~#  iperf3 -c 192.168.31.10
Connecting to host 192.168.31.10, port 5201
[  5] local 192.168.31.2 port 50928 connected to 192.168.31.10 port 5201
[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  5]   0.00-1.00   sec   279 MBytes  2.34 Gbits/sec    0    355 KBytes      
[  5]   1.00-2.00   sec   271 MBytes  2.27 Gbits/sec    0    355 KBytes      
[  5]   2.00-3.00   sec   257 MBytes  2.16 Gbits/sec    0    355 KBytes      
[  5]   3.00-4.00   sec   256 MBytes  2.15 Gbits/sec    0    355 KBytes      
[  5]   4.00-5.00   sec   256 MBytes  2.14 Gbits/sec    0    355 KBytes      
[  5]   5.00-6.00   sec   251 MBytes  2.11 Gbits/sec    0    355 KBytes      
[  5]   6.00-7.00   sec   252 MBytes  2.11 Gbits/sec    0    355 KBytes      
[  5]   7.00-8.00   sec   231 MBytes  1.94 Gbits/sec    0    355 KBytes      
[  5]   8.00-9.00   sec   253 MBytes  2.12 Gbits/sec    0    355 KBytes      
[  5]   9.00-10.00  sec   251 MBytes  2.10 Gbits/sec    0    355 KBytes      

- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-10.00  sec  2.50 GBytes  2.14 Gbits/sec    0             sender
[  5]   0.00-10.00  sec  2.49 GBytes  2.14 Gbits/sec                  receiver

iperf Done.
root@OpenWrt:~#
我的恩山、我的无线 The best wifi forum is right here.
发表于 2022-9-26 01:35 来自手机 | 显示全部楼层
LZ 有结论了吗?
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-10-21 19:22 | 显示全部楼层
搞定了吗?
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-3-29 20:46

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

快速回复 返回顶部 返回列表