How can I know how many packets were lost and resent on particular TCP connection?

Steven Williamson steven43126 at gmail.com
Wed Oct 6 00:06:11 UTC 2010


tcpdump, then analyze with wireshark.

If it's longer term monitoring you require in the past iv'e used ruby-pcap
and written a quick and dirty script to log retransmissions.
Essentially you just need to watch for duplicate packet id's

I'm not sure there are any stats normally recorded for this level of detail.
I may be wrong!

Regards
Steven Williamson.

On 5 October 2010 06:15, Yuri <yuri at rawbw.com> wrote:

> Just curious if I can do this.
>
> Yuri
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscribe at freebsd.org"
>


More information about the freebsd-questions mailing list