Originally posted by: Chris O Cowan
I'd like to know how to determine the length of the backlog queue for both a TCP and UNIX domain socket on AIX.
I can get some of the info about AF_INET sockets using "netstat -s" or lsof.
On Linux, there is the "ss" command, which is part of the iproute package. Is there something comparable for AIX. (Or a port of it to AIX?)
#AIX-Forum