Is there a way to get detailed information about each active connection listed in netstat? By default netstat lists the following:
Code:
Proto Recv-Q Send-Q Local Address Foreign Address (state)
I'd like to get details like the PID that controls the connection, the amount of data that has traversed and last time the connection was used.
Linux lets me do something like 'netstat -pot'. AIX's netstat is not as forthcoming.