Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
> fetch-targethost-names
(node1.niit.pk,node1.utdallas.edu,node1.switch.ch,node1.desy.de,node1.nslabs.ufl.edu,node1.lbl.gov,node1.in2p3.fr,
node1.indiana.edu,node1.cesnet.cz,node1.mcs.anl.gov,node1.fzk.de,node1.pd.infn.it,node2.nslabs.ufl.edu,
node1.stanford.edu,node1.binp.nsk.su,node1.cacr.caltech.edu,node1.triumf.ca,node1.dl.ac.uk,node1.sdsc.edu,
node1.utoronto.ca,node7.slac.stanford.edu,node2.ornl.gov,node1.ornl.gov,node1.glast.nrl.navy.mil,
node1.umich.ul-org,node1.bu.edu,node1.harvard.edu,node1.uchicago.edu,node2.indiana.edu,node1.uta.edu,
node1.lunet.edu,node1.ucsd.edu,node2.lbl.gov)
>

get-active-nodelist

This script returns a list of the active nodes and which probes are active for this. The result needs to be evaluated to make the active node list %TESTLIST.

Code Block

>get-active-nodelist
%TESTLIST=('iepm-bw.bnl.org','mtlaytcp,owping,pathchirp,pathload,ping,tlaytcp,traceroute',
'iepm-bw.caltech.ul-org','owping,pathchirp,pathload,ping,tlaytcp,traceroute',...);
>
# in perl:
 @ans = `$iepmSrcDir/get-active-nodelist`;
 eval("$ans[0];");

;

get-nodespecs -n aliasname

This returns all the fields in the NODES table for the specified aliasname

monhost-getcfg

This returns the information for the monitoring host on which it is executed. It is used to make that information available to the various acquisition and analysis scripts.