NipGeihou's blog NipGeihou's blog
  • Java

    • 开发规范
    • 进阶笔记
    • 微服务
    • 快速开始
    • 设计模式
  • 其他

    • Golang
    • Python
    • Drat
  • Redis
  • MongoDB
  • 数据结构与算法
  • 计算机网络
  • 应用

    • Grafana
    • Prometheus
  • 容器与编排

    • KubeSphere
    • Kubernetes
    • Docker Compose
    • Docker
  • 组网

    • TailScale
    • WireGuard
  • 密码生成器
  • 英文单词生成器
🍳烹饪
🧑‍💻关于
  • 分类
  • 标签
  • 归档

NipGeihou

我见青山多妩媚,料青山见我应如是
  • Java

    • 开发规范
    • 进阶笔记
    • 微服务
    • 快速开始
    • 设计模式
  • 其他

    • Golang
    • Python
    • Drat
  • Redis
  • MongoDB
  • 数据结构与算法
  • 计算机网络
  • 应用

    • Grafana
    • Prometheus
  • 容器与编排

    • KubeSphere
    • Kubernetes
    • Docker Compose
    • Docker
  • 组网

    • TailScale
    • WireGuard
  • 密码生成器
  • 英文单词生成器
🍳烹饪
🧑‍💻关于
  • 分类
  • 标签
  • 归档
  • Linux

    • CentOS

    • Ubuntu

    • 环境安装

    • 常用命令

    • 常用软件

      • 负载均衡 - HAProxy
      • HTTP服务 - Nginx
      • 自动化运维 - Ansible
      • 安全隧道 - gost
      • 网络测试 - iperf3
      • 最佳实践

      • 通用

    • Docker

    • 云原生

    • Kubernetes

    • KubeSphere

    • K3S

    • 笔记

    • PVE

    • 维修

    • DevOps

    • 云服务

    • 路由器

    • Hyper-V

    • Windows

    • macOS

    • 运维
    • Linux
    • 常用软件
    NipGeihou
    2025-05-02
    目录

    网络测试 - iperf3

    GitHub - esnet/iperf: iperf3: A TCP, UDP, and SCTP network bandwidth measurement tool (opens new window)

    sudo apt install iperf3      # Debian/Ubuntu
    sudo yum install iperf3      # CentOS
    brew install iperf3          # macOS(需要 Homebrew)
    

    # 服务端

    iperf3 -s
    

    # 客户端

    iperf3 -c <服务器IP地址>
    
    # 使用指定本地ip来指定网卡
    iperf3 -c <服务器IP地址> -B <本地IP地址>
    
    上次更新: 2025/05/10, 02:23:42
    安全隧道 - gost
    生成GPG密钥

    ← 安全隧道 - gost 生成GPG密钥→

    最近更新
    01
    磁盘管理与文件系统
    05-02
    02
    Docker Swarm
    04-18
    03
    安全隧道 - gost
    04-17
    更多文章>
    Theme by Vdoing | Copyright © 2018-2025 NipGeihou | 友情链接
    • 跟随系统
    • 浅色模式
    • 深色模式
    • 阅读模式