05-07-2020, 10:18 AM
The symptom suggests a network or NAS throughput issue.
When the glitches occur run the command below to see what the counts are for RX error, dropped, TX error for the interface, eth0 or wlan0, that you are using
You could also try to ping your NAS for 15 secs while the glitches occur and examine the ping stats for errors, long round trip times, etc.
When the glitches occur run the command below to see what the counts are for RX error, dropped, TX error for the interface, eth0 or wlan0, that you are using
Code:
ifconfig
You could also try to ping your NAS for 15 secs while the glitches occur and examine the ping stats for errors, long round trip times, etc.
Code:
ping HOST_OR_IP_ADDR
Ctrl-c to stop