| There is no utility to do what you requested, but I think you have
a good idea. I will put it on the wish list.
The only way you can do what you ask today is to use a combination
of ANALYZE/SYSTEM and some SHOW commands in NCP and UCX$UCP. With
ANALYZE/SYSTEM, set your process index to the server process, then
do a SHOW PROCESS/CHANNELS. That should at least give you a clue.
NET devices are DECnet, and BG devices are TCP/IP. Local connections
are harder, although one can just look at all the other processes on
the system and see which ones have invoked DECW$TRANSPORT_LOCAL.EXE.
Using NCP, you can do a SHOW KNOWN LINKS. With UCX$UCP, you can do
a SHOW DEVICE_SOCKET. From all the information you gather, you should
be able to construct a picture as to what is going on, although it is
definitely time-consuming!
|