【问题标题】:Why iperf measurements for UDP maximum bandwidth are always the same?为什么 UDP 最大带宽的 iperf 测量值始终相同?
【发布时间】:2013-01-07 14:46:42
【问题描述】:

我正在使用 iperf 工具通过 UDP 协议测量两个节点之间的最大带宽。在服务器端我使用:

./iperf -s -u

在客户端我使用:

./iperf -c <server ip> -u 

对于每次(由-t [time] 开关设置)我选择,无论我运行多少次测试,我都会得到相同的结果。对于 TCP,每次都略有不同(我猜这没关系)。我错过了什么吗?

【问题讨论】:

    标签: performance networking tcp udp measurement


    【解决方案1】:

    udp 的 iperf 具有默认带宽限制。用“-b”标志覆盖它,看看你得到了什么。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2022-12-17
      • 2018-10-16
      • 1970-01-01
      • 1970-01-01
      • 2015-05-07
      相关资源
      最近更新 更多