Operating System - OpenVMS
1754798 Members
3582 Online
108825 Solutions
New Discussion

UCX- Interface --LO0-Counters

 
arun sanghvi
Occasional Advisor

UCX- Interface --LO0-Counters


We noticed send and receive counters going up for Interface LO0 under UCX.

What is the significance of the interface and why the counter keeps going up when there are nobody is running loopback test
 
Thanks

Arun Sanghvi
3 REPLIES 3
Steven Schweda
Honored Contributor

Re: UCX- Interface --LO0-Counters

It's not unusual for various programs to use
the "loopback" interface. It's even more
common on VMS than on UNIX, because UNIX
supports UNIX sockets (address family =
AF_UNIX) as well as IP sockets (address
family = AF_INET), and so some VMS programs
use an IP socket on 127.0.0.1, where a
similar program on UNIX might use a (non-IP)
UNIX socket.

I believe that the ssh and ssh_agent programs
do this to talk to each other, for example.

It's nothing to worry about.
Jim_McKinney
Honored Contributor

Re: UCX- Interface --LO0-Counters

Many folks run a DNS on their VMS hosts (sometimes in caching-only mode with forwarders) and use it to resolve all their DNS queries. In this case they would designate 127.0.0.1 as the address of their DNS. Perhaps this matches your configuration?
Wim Van den Wyngaert
Honored Contributor

Re: UCX- Interface --LO0-Counters

I once tested the usage of the LO interface with Sybase servers (instead of the nodename IP address). It was slightly faster (<10%)with the LO interface but I didn't keep data of the test results.

Wim
Wim