HackChart / network-monitor

Designed to monitor network speeds throughout the day and log activity. Should be implemented on an always-on network device. .
0 stars 0 forks source link

Packet Loss #6

Closed HackChart closed 1 year ago

HackChart commented 2 years ago

Due to lack of documentation/testing, packet loss is currently not being assigned to results object. More testing is needed to determine the gamut of possible returns here so that proper parsing can be implemented.

HackChart commented 1 year ago

Determined that the issue was due to the CLU not reporting packet loss if the server providing the response did not support it. I have since added error checking that will fill the packet loss attr with a N/A value in the event that none is provided for consistency.