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

2010-10-05 Thread Bill Moran
In response to Yuri y...@rawbw.com: Just curious if I can do this. netstat -s gives you system-wide stats. -- Bill Moran http://www.potentialtech.com http://people.collaborativefusion.com/~wmoran/ ___ freebsd-questions@freebsd.org mailing list

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

2010-10-05 Thread Steven Williamson
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

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

2010-10-04 Thread Yuri
Just curious if I can do this. Yuri ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org