[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How do I find out the list of active network objects?



On Mon, 31 Jan 2000 Rob Davies wrote:
> How do I find out the list of DECnet objects that currently have
> processes
> assigned to them ?
> 
> (something like $ mc ncp show kn obj char)
> 
> I want to check which of my programs are currently connected to the
> network, and 'netstat -A' doesn't appear to support DECnet yet ....

I'm not quite familiar with ncp, but perhaps your are looking for
something like this:
kar:~ # cat /proc/net/decnet
Executor Device  DefRoute
     1.6   eth0     0.0

Remote  Source Remote Object Link    Data  Packets Link  Packets
Node    Port   Port   Number State   Out     In    Out     In

   0.0  0000   0000          OPEN      1      0      1      0
   0.0  0000   0000     X$X0 OPEN      1      0      1      0
   1.3  2002   20FD     X$X0  RUN    245    303      5      1
   1.3  2005   2100      eve  RUN      1      6      9      1
   1.3  2006   2101     X$X0  RUN    284    265      1      1
kar:~ #
		    
Reinhard
-----------------------------------------------------------------------------
To unsubscribe from this list, send a mail to majordomo@dreamtime.org
containing the line "unsubscribe linux-decnet"
-----------------------------------------------------------------------------