Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us> writes: > > Is there a simple way to get statistics out of IP about the percentage > > of retransmitted TCP packets over a period of time? > > use netstat -s -p tcp (and postprocess with your favorite scripting > language): Perfect! Thanks!