How Can I Monitor TCP Kernel Stats?

You can either use the kernel's built-in tcp_trace() routines or insert your own printfs. It's always a help, though, to run your application in socket debug mode so you know exactly which connection your TCP statistics are for.

Using trpt and tcp_trace()

Using console and tcp_trace()

Using console and printfs


Other DiRT documents
Author: Michele Clark