multicast connection testing tool

I'm looking for a good open source tool to measure multicast delay, jitter, packet loss, etc for clients on local network. I guess something like Multicast Beacon, but for local LAN. I have pretty much no idea what to look for so any suggestion is welcome.
 
If you encounter packet loss for unicast traffic, you'll encounter for multicast too. I assume that the above statement can be reversed: You'll have packet loss for unicast traffic if you encounter packet loss for multicast traffic.

A very useful tool to measure delay/jitter/packet loss is benchmarks/iperf. For windows is available a wrapper with a graphical frontend, called "jperf".
 
Yeah I remembered about iperf soon after I posted, good stuff. Is there anything else I could try?
Thanks

BTW,
If you encounter packet loss for unicast traffic, you'll encounter for multicast too. I assume that the above statement can be reversed: You'll have packet loss for unicast traffic if you encounter packet loss for multicast traffic.

That may not be necessarily true.
 
Of course, packet loss may occur on a single direction, if this is this case then unicast packet loss will definitely occur for a TCP connection. For UDP, it may be possible that the upstream (or downstream) packet flow to have no loss.
Please, let me know of other scenarios where multicast packet loss may occur AND a unicast TCP stream on the same network segment won't encounter loss.
 
Back
Top