Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个发送器程序,它使用原始套接字不断地将数据包注入网络。同样,我有一个接收器程序,它接收发射器传输的数据包(使用原始套接字)。
我将在不同的机器上部署发射器和接收器。如何测量丢包、传播延迟和其他 QoS 参数等参数?
以下是一些可用于您要实现的目标的工具:
iperf - 免费和开源
Ix Chariot - IXIA 许可和专有
我建议从 iperf 开始,这应该符合您的要求。它适用于 Windows 和 Linux 平台。