MarkHaysHarris777 wrote:...Ping is not consistent, and ping is not reliable...You have a ping anomaly, but not a problem.
Thanks Marcus, I basically agree with your comments. Ultimately I will be testing the system when streaming video, but for the moment I see an anomaly/issue/problem worthy of investigation.
It is perfectly normal to see random variations in ping times.That is why the ping summary shows the average and range of values. Variations are usually random and spread over a range. So I think there are two characteristics of my anomaly which make it interesting:-
Code: Select all
64 bytes from 192.168.0.1: icmp_seq=235 ttl=64 time=15.1 ms
64 bytes from 192.168.0.1: icmp_seq=236 ttl=64 time=5.41 ms
64 bytes from 192.168.0.1: icmp_seq=237 ttl=64 time=1.53 ms
64 bytes from 192.168.0.1: icmp_seq=238 ttl=64 time=1.58 ms
64 bytes from 192.168.0.1: icmp_seq=239 ttl=64 time=12.0 ms
64 bytes from 192.168.0.1: icmp_seq=240 ttl=64 time=4.32 ms
64 bytes from 192.168.0.1: icmp_seq=241 ttl=64 time=1.48 ms
64 bytes from 192.168.0.1: icmp_seq=242 ttl=64 time=3.39 ms
64 bytes from 192.168.0.1: icmp_seq=243 ttl=64 time=1.49 ms
64 bytes from 192.168.0.1: icmp_seq=244 ttl=64 time=2.03 ms
64 bytes from 192.168.0.1: icmp_seq=245 ttl=64 time=1.91 ms
64 bytes from 192.168.0.1: icmp_seq=246 ttl=64 time=1.44 ms
64 bytes from 192.168.0.1: icmp_seq=247 ttl=64 time=5.48 ms
64 bytes from 192.168.0.1: icmp_seq=248 ttl=64 time=1592 ms
64 bytes from 192.168.0.1: icmp_seq=249 ttl=64 time=588 ms
64 bytes from 192.168.0.1: icmp_seq=250 ttl=64 time=9.85 ms
64 bytes from 192.168.0.1: icmp_seq=251 ttl=64 time=1.38 ms
64 bytes from 192.168.0.1: icmp_seq=252 ttl=64 time=6.70 ms
64 bytes from 192.168.0.1: icmp_seq=253 ttl=64 time=1.44 ms
^C
--- 192.168.0.1 ping statistics ---
253 packets transmitted, 253 received, 0% packet loss, time 252410ms
rtt min/avg/max/mdev = 1.376/54.648/1859.892/262.102 ms, pipe 2
First of all, the blip is typically 100 times larger than the basic, random high value (e.g. in the data above; 15.1ms >> 1592ms). And secondly the blip occurs like clockwork, which makes me think that the Pi is saying "hang on a moment, I've just got to do something real important, a task that needs doing every 60s".
As mentioned in my first post, it looks like you may only see this anomaly with a fresh install using the latest download. I understand there has been a lot of work on Raspbian Jessie recently to get the on-board wifi/bluetooth to work properly, and one of the reasons for sharing this is that I wondered whether there was still more work needed in this area.
But hey! if its only me that has noticed it, no worries.
I'll be sure to report back here if I find anything significant. Thanks once again for your input.