iperf3+ethr 测试网络工具

一般大家比较常用的是iperf,iperf3 是iperf 的升级版本,ethr 是微软开发的基于golang 的跨平台工具
以下是简单的使用

iperf3

  • server 启动
 
iperfs -s
  • client
iperf3 -c <ip>

ethr

实际上与iperf3 类似,也都是-s -c ,ethr 的使用更简介

说明

以上都有关于tcp,udp 的支持,ethr 对于http 的支持比较明确,使用以及部署更加方便

参考资料

https://github.com/microsoft/ethr
https://github.com/esnet/iperf

原文地址:https://www.cnblogs.com/rongfengliang/p/12325983.html