当前位置:网站首页>Iperf installation and use
Iperf installation and use
2022-07-28 01:00:00 【Fusang Nancheng flower blooming】
1 Installation and downloading
1、 open iperf Official website , Select the corresponding version to download .

2、 newly build iperf Folder , Unzip the downloaded installation package in the folder , obtain iperf Applications , The files extracted from different versions are different .

2 Usage method
1 Enter cmd, enter

Or copy the extracted file to C:\Windows\System32 Under the table of contents , Again from cmd The terminal enters D:\iperf-2.0.5-win32\iperf-2.0.5-win32 Under the table of contents

2、 Enter the terminal through one of the above methods

3、 Two computers , One as the client , One as the server .
The server inputs the command :iperf.exe -s -i 10 ( The number 10 Modifiable )

The client enters the command :iperf -c 192.168.10.173 -i 1 -t 10 -b 7M ( The value can be modified ,IP It's the server computer IP) Print connection information and rate after input .

3 Detailed command
You can use iperf.exe –help View help documents , Check those commands. The client and server can , Those servers / Client specific .

1 Commonly used instructions :
-f [k|m|K|M] To express with Kbits, Mbits, KBytes, MBytes Show report , Default to Mbits In units of ,eg:iperf -c 222.35.11.23 -f K
-i sec Display report intervals in seconds ,eg:iperf -c 222.35.11.23 -i 2
-l Buffer size , The default is 8KB,eg:iperf -c 222.35.11.23 -l 16 -m Show tcp Maximum mtu value
-o Output reports and error messages to a file eg:iperf -c 222.35.11.23 -o c:\iperflog.txt
-p Specify the port used by the server or the port connected by the client eg:iperf -s -p 9999;iperf -c 222.35.11.23 -p 9999
-u Use udp agreement
-w Appoint TCP Window size , The default is 8KB
-B Bind a host address or interface ( This parameter is used when the host has more than one address or interface )
-C Compatible with older versions ( When server End sum client Use when the end version is different )
-M Set up TCP The largest packet mtu value
-N Set up TCP No delay
-V transmission ipv6 Data packets server Special parameters
-D Run as a service ipserf,eg:iperf -s -D -R stop it iperf service , in the light of -D,eg:iperf -s -R
-d At the same time, two-way transmission test
-n Specifies the number of bytes to be transferred ,eg:iperf -c 222.35.11.23 -n 100000
-r Two way transmission test alone
-t Test time , Default 10 second ,eg:iperf -c 222.35.11.23 -t 5
-F Specify the file to be transferred
-T Appoint ttl value
2 matters needing attention
- Two computers should be in the same network segment , Connect directly with the network cable 、 Local area network or wide area network
- Be careful “-u” Use of instructions .Iperf Both the server and the client are tested by default TCP Of , So the instructions either contain “-U” measuring UDP, Or it doesn't contain “-U” measuring TCP.
- If the bandwidth of the test result is close to the instruction limit bandwidth , It means that the limited bandwidth value is set to be small .
边栏推荐
- 半导体测试设备市场现状:国产化率仍不足10%!
- MySQL中的运算符
- Rancher2.6 monitoring grafana docking LDAP
- 2020年一季度可穿戴市场出货量达7260万部,苹果独占近三成市场份额
- scrollview、tableView嵌套解决方案
- leetcode:1997. 访问完所有房间的第一天【跳跃dp】
- Leetcode 415. string addition and 43. string multiplication
- The most detailed summary of common English terms in the chip industry (quick grasp of graphics and text)
- 大众中国豪掷80亿,成国轩高科第一大股东
- uniapp显示富文本效果demo(整理)
猜你喜欢

SRv6初登场

Basic operations of MySQL database (2) --- Based on data table

Rancher2.6 monitoring grafana docking LDAP

Selection of FFT sampling frequency and sampling points
![[bre] software build release automation](/img/c6/daead474a64a9a3c86dd140c097be0.jpg)
[bre] software build release automation
![[proteus simulation] 51 single chip microcomputer washing machine simulation control program](/img/a1/d4256a5e350078b791c0b5cd512fe3.png)
[proteus simulation] 51 single chip microcomputer washing machine simulation control program
![[meetup preview] openmldb + ONEFLOW: link feature engineering to model training to accelerate machine learning model development](/img/17/15c759aadafc335028d37380903ee7.jpg)
[meetup preview] openmldb + ONEFLOW: link feature engineering to model training to accelerate machine learning model development

Buildforge materials

福特SUV版“野马”正式下线,安全、舒适一个不落

Multithreading & high concurrency (the latest in the whole network: interview questions + map + Notes) the interviewer is calm
随机推荐
c# 反射之Type使用
Jerry caused other messages to accumulate in the message pool [article]
Network device hard core technology insider firewall and security gateway (IX) virtualization artifact (II)
The program design questions of the 11th national competition of Bluebridge cup single chip microcomputer
《KMP复习 + AC自动机》前传
UML类图的六大关系,最佳学习理解方式
[CruiseControl]Build Result JSP
Jerry's Bluetooth can only link back to the last device [article]
The most detailed summary of common English terms in the chip industry (quick grasp of graphics and text)
MySQL limit usage and large paging problem solving
Postman download and use tutorial
In July, a software testing engineer came to the company. He looked like a hairy boy. He didn't expect to be the new generation of roll King
Syntaxerror resolved: positive argument follows keyword argument
网络设备硬核技术内幕 防火墙与安全网关篇 (八) 虚拟化神器 (中)
Set data constructor
KMP review + AC automata Prequel
Basic operations of MySQL database (I) --- Based on Database
R language uses ggplot2 visualization: use ggpattern package to add custom stripe patterns, shadows, stripes, or other patterns or textures to the grouped bar graph
网络设备硬核技术内幕 防火墙与安全网关篇 (十二) 零接触办公的奥秘 下
推荐系统-模型(三):精排模型【LR、GBDT、Wide&Deep、DCN、DIN、DIEN、MMOE、PLE】