Hi Terry, > I assume that the extra 850 kbps is the resends.
I think $ netstat -s | grep "segments retransmited" 279999 segments retransmited will show you those. You can keep an eye on it over time, untested. l= while :; do sr=`netstat -s | sed -n 's/ segments retransmited//p'` [[ $sr != $l ]] && echo `date` $((sr - l)) l=$sr sleep 2 done Cheers, Ralph. -- Next meeting: Bournemouth, Tuesday, 2015-01-06 20:00 Meets, Mailing list, IRC, LinkedIn, ... http://dorset.lug.org.uk/ New thread on mailing list: mailto:dorset@mailman.lug.org.uk How to Report Bugs Effectively: http://goo.gl/4Xue