mobile wallpaper 1mobile wallpaper 2mobile wallpaper 3mobile wallpaper 4
161 字
1 分钟
iperf3.md
2025-11-07

iperf3:#

一款基于Client/Server的网络性能测试工具,支持调节各种参数,通常用于测试网络上可达到的最大带宽。#

适用于Debian11, Debian12的程序安装使用#

  • 出现蓝屏选择yes或no,建议选择no#

apt install iperf3 -y

服务端server:#

  • -s:作为sevcer, -p:开放5201端口, -i:时间间隔#

iperf3 -s -p 5201 -i 1

客户端client:#

    1. -c:作为client,【ip】:替换为服务端IP, -p:连接5201端口, -i:时间间隔, -t:时间#

iperf3 -c [ip] -p 5201 -i 1 -t 10
    1. -c:作为client,【ip】:替换为服务端IP, -p:连接5201端口, -i:时间间隔, -t:时间, -R:反转#

iperf3 -c [ip] -p 5201 -i 1 -t 10 -R
分享

如果这篇文章对你有帮助,欢迎分享给更多人!

iperf3.md
https://blog.skh.cx/posts/iperf3/
作者
SKH
发布于
2025-11-07
许可协议
CC BY-NC-SA 4.0

部分信息可能已经过时

目录