Mon Jul 11, 2022 8:30 am
Josh,
If you want consistent pings, get yourself two dedicated Raspberry Pi boards. (I prefer Pi 4, but even a Pi 2 will be fine, but limited to a 100Mb connection.)
These are very useful for many things, iperf testing, capturing pcaps on a mirror port, using scapy to generate/capture packets, using vlans (with the vlan package loaded). You can even load up Kali for pen testing.
Even using hrping on a Windows 10 PC with 8GB RAM and HDD that has over committed memory (due to having too many Chrome Web pages open, for example) will get a lot of jitter reported, the point being that even the ping client can report jitter that doesn't really exist.
Also many switches have ping responses rate limited (which can lead to lost 'pings' that don't necessarily mean traffic is being dropped due to overutilization of a link, but just due to policy. And as others have mentioned, many switches treat these ping request as background tasks, so using a switch as a ping target isn't a good indication of actual network latency/jitter.
At least that's my experience.
Last edited by
Buckeye on Mon Jul 18, 2022 2:53 am, edited 1 time in total.