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.
Hi Julie, re: > How can I determine what data I am receiving from an upstream host? For > example, let's say I have two entries in my ldmd.conf: > > REQUEST ANY .* some.place.edu > > REQUEST ANY (.*) some.other.edu > > > When I do an ldmadmin watch I can see what products I am receiving, but > is there a way to tell which product is coming from which source? Yes, there is a way: use the LDM 'pqcat' facility as follows: <as 'ldm'> pqcat -vl- -O -f ANY > /dev/null Comments: - the '-O' (capital O) flag says to show product origin (which is exactly what you want) - the '-vl-' flag says to write the logging output to STDOUT - the > /dev/null is there to write the products matched to the bitbucket (otherwise they would be written to STDOUT) - you could add a '-p pattern' flag to limit the set of products if you want to see information for all products - more information on 'pqcat' is available via 'man pqcat' Cheers, Tom -- **************************************************************************** Unidata User Support UCAR Unidata Program (303) 497-8642 P.O. Box 3000 address@hidden Boulder, CO 80307 ---------------------------------------------------------------------------- Unidata HomePage http://www.unidata.ucar.edu **************************************************************************** Ticket Details =================== Ticket ID: FPL-315733 Department: Support LDM Priority: Normal Status: Closed