This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
>From: Carl Sinclair <address@hidden> >Organization: OU/CAPS >Keywords: 200401131947.i0DJlDp2003686 LDM netstat Carl, >Is there a way to view who is connected to your ldm system through ldm? The LDM logs a 'topo' message when a site connect. Check your ldmd.log file for examples. >Which ldm module would contain that information? Thanks. The other thing you can do is use netstat: netstat | grep ESTAB | grep ldm This will show both upstream and downstream feeds connections. Cheers, Tom Yoksas