在 Linux 操作系统上人为增加 IP (TCP) 延迟的工具?
我正在寻找一个 (Linux) 工具来模拟两台机器之间的高延迟 IP 通信。
机器 A 和 B 位于同一 LAN 上(<1 毫秒延迟)。
目标:我的 Java 应用程序(机器 A)在与机器 B 上的服务进行 TCP 通信时应该会遇到高延迟(约 500 毫秒)。
评论:
- 我正在寻找对单个 IP 数据包延迟的细粒度控制(仅控制整体带宽并不需要)不剪掉)。
- 我宁愿不减慢整个网络,而只是减慢机器之间的通信:A+B。
- 我主要关心 Linux,而且我更喜欢使用免费软件工具,尽管 Windows/商业工具也可以。我用谷歌搜索,但什么也没找到。
I'm looking for a (Linux) tool to allow me to simulate high latency IP communication between two machines.
Machines A and B are on the same LAN (<1ms latency).
Goal: My Java app, machine A, should experience high latency (~500ms) when talking TCP with a service on machine B.
Comments:
- I'm looking for fine grained control over the individual IP packet latency (controlling just the overall bandwidth doesn't cut it).
- I would rather not slow down the entire network, just the communication between machines: A+B.
- I mainly care about Linux and I rather use a freeware tool, though a Windows/commercial tool might also do. I Googled, but found nothing.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这看起来会做你想做的事:
http://www.linuxpoweruser.com/?p=41
This looks like It'll do what you want:
http://www.linuxpoweruser.com/?p=41