Page 1 of 1

Add drops to statistics output

Posted: Thu Jun 20, 2013 12:03 pm
by pklausner
The statistics from the status commands show transferred bytes, compression, authentication, users etc.

I do not see a packet loss rate - but this would be very nice to assess the quality of the underlying link.

If I understand correctly, it should be very easy for the UDP receiver to update such a counter, as it does know about expected packets, right? For TCP, the underlying IP stack does hide the losses, so there this would not work.

Does such a counter already exist or is it feasible to add it?

Re: Add drops to statistics output

Posted: Wed Nov 06, 2013 1:13 am
by tls
I was searching for exactly this data and I have yet to figure out the solution. Did you ever make any traction on this subject? I so, please share.

Right now I am doing pings every few minutes to see what fails but this is less than desirable solution. The packet lose would a great addition to the data set. Even if another line type had to be added it would be worth the the parsing effort.

--tls