如何使用 iperf 发送 DSCP 标记的数据包?
如何使用 iperf 发送 DSCP 标记的数据包?
我在 Windows 上的 1.7.0 版本中没有找到该选项。是否有适用于 Windows 的 iperf 的更新版本?
How to send DSCP-marked packets using iperf?
I did not find the option in 1.7.0 version on Windows. Are there any newer versions of iperf for Windows?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您必须使用“-S”选项运行 iperf:
iperf -c 10.19.4.10 -i 1 -u -b 5000K -r -S 0xB8
您可以在此处获取您的 tos 值:
http://www.tucny.com/Home/dscp-tos
You have to run iperf with '-S' option:
iperf -c 10.19.4.10 -i 1 -u -b 5000K -r -S 0xB8
You can get your tos value here:
http://www.tucny.com/Home/dscp-tos
此帖子介绍了如何在 iperf 中启用 DSCP。这是 2003 年的,所以我猜应该是最近的版本。
This posting explains how to enable DSCP in iperf. It's from 2003, so it should be in recent releases, I guess.
Ruby 的 packgen 很好。
Ruby's packgen is good .