On Wed, May 28, 2008 at 4:49 PM, max at bruningsystems.com
<max at bruningsystems.com> wrote:
> 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.

Yes it works well.
     ::walk tcp_conn_cache | ::print -t conn_t

Thanks!
--
Tuma

Reply via email to