Hi,

> BTW, is there a method to list all conn_t in the system? Thanks.
>   
You can try:

::walkers !grep conn

There is a walker for tcp_conn_cache, ip_conn_cache, udp_conn_cache,
and others on Nevada.
So,
::walk tcp_conn_cache

should list the conn_t associated with tcp on your system.
You can pipe the output of this walker to ::print.
Not sure about solaris 10 with respect to walkers available.
Also, you might try adding "-t" to the ::print to get type information.

max


Reply via email to