InfPage
文档教程
实用工具
笔记总结
文档教程
实用工具
笔记总结
  • iPerf:测速工具

iPerf:测速工具

下载地址

  • 官网
  • iPerf Win
  • iPerf Android

容器部署

Docker Compose
services:
 iperf3-server:
   image: networkstatic/iperf3:latest
   container_name: iperf3-server
   restart: unless-stopped
   network_mode: host
   command: -s
最近更新: 2026/6/30 15:08
Contributors: PZJPZJPZJ