Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3759679
  • 博文数量: 880
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 6155
  • 用 户 组: 普通用户
  • 注册时间: 2016-11-11 09:12
个人简介

To be a better coder

文章分类

全部博文(880)

文章存档

2022年(5)

2021年(60)

2020年(175)

2019年(207)

2018年(210)

2017年(142)

2016年(81)

分类: LINUX

2019-01-07 14:15:03

客户端:
[root@localhost /]#
[root@localhost /]# iperf3 -c 192.168.27.190
Connecting to host 192.168.27.190, port 5201
[  4] local 192.168.27.189 port 49275 connected to 192.168.27.190 port 5201
[ ID] Interval           Transfer     Bandwidth       Retr  Cwnd
[  4]   0.00-1.00   sec   308 MBytes  2.58 Gbits/sec    0    977 KBytes       
[  4]   1.00-2.00   sec   352 MBytes  2.96 Gbits/sec    0   1.43 MBytes       
[  4]   2.00-3.00   sec   338 MBytes  2.83 Gbits/sec    0   1.62 MBytes       
[  4]   3.00-4.00   sec   346 MBytes  2.91 Gbits/sec    0   1.71 MBytes       
[  4]   4.00-5.00   sec   360 MBytes  3.02 Gbits/sec    0   1.85 MBytes       
[  4]   5.00-6.00   sec   364 MBytes  3.04 Gbits/sec    0   2.00 MBytes       
[  4]   6.00-7.00   sec   328 MBytes  2.75 Gbits/sec    0   2.02 MBytes       
[  4]   7.00-8.00   sec   339 MBytes  2.85 Gbits/sec    0   2.02 MBytes       
[  4]   8.00-9.00   sec   354 MBytes  2.96 Gbits/sec  151   1024 KBytes       
[  4]   9.00-10.00  sec   345 MBytes  2.89 Gbits/sec    0   1.07 MBytes       
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bandwidth       Retr
[  4]   0.00-10.00  sec  3.35 GBytes  2.88 Gbits/sec  151             sender
[  4]   0.00-10.00  sec  3.35 GBytes  2.88 Gbits/sec                  receiver

iperf Done.
[root@localhost /]#

服务器端:
[root@localhost /]#
[root@localhost /]# systemctl stop firewalld
[root@localhost /]#
[root@localhost /]#
[root@localhost /]# iperf3 -s
-----------------------------------------------------------
Server listening on 5201
-----------------------------------------------------------
Accepted connection from 192.168.27.189, port 49274
[  5] local 192.168.27.190 port 5201 connected to 192.168.27.189 port 49275
[ ID] Interval           Transfer     Bandwidth
[  5]   0.00-1.00   sec   292 MBytes  2.45 Gbits/sec                  
[  5]   1.00-2.00   sec   355 MBytes  2.97 Gbits/sec                  
[  5]   2.00-3.00   sec   337 MBytes  2.84 Gbits/sec                  
[  5]   3.00-4.00   sec   345 MBytes  2.89 Gbits/sec                  
[  5]   4.00-5.00   sec   356 MBytes  2.99 Gbits/sec                  
[  5]   5.00-6.00   sec   367 MBytes  3.08 Gbits/sec                  
[  5]   6.00-7.00   sec   329 MBytes  2.76 Gbits/sec                  
[  5]   7.00-8.00   sec   340 MBytes  2.85 Gbits/sec                  
[  5]   8.00-9.00   sec   353 MBytes  2.96 Gbits/sec                  
[  5]   9.00-10.00  sec   343 MBytes  2.88 Gbits/sec                  
[  5]  10.00-10.04  sec  15.3 MBytes  3.26 Gbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bandwidth
[  5]   0.00-10.04  sec  0.00 Bytes  0.00 bits/sec                  sender
[  5]   0.00-10.04  sec  3.35 GBytes  2.87 Gbits/sec                  receiver
-----------------------------------------------------------
Server listening on 5201
-----------------------------------------------------------
阅读(3201) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~