Versions Compared

Key

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

...

Code Block
#write-offsitenodes.pl updates:
#/afs/slac.stanford.edu/www/comp/net/mon/offsite.nodes 
#a file of beacons: /afs/slac/g/www/www-iepm/pinger/beacons.txt, this is accessed via https://www-iepm.slac.stanford.edu/pinger/beacons.txt
#XML file for worldwide pingER monitoring sites: /afs/slac.stanford.edu/g/www/www-iepm/pinger/pinger.xml. This is accessed via the URL http://www-iepm.slac.stanford.edu/pinger/pinger.xml
#XML file for the local SLAC pinger2 monitoring: /afs/slac.stanford.edu/package/pinger/pinger2/share/pinger/pinger.xml
lnxcron 00 23 28 * * /afs/slac/package/pinger/write_offsitenodes.pl > /afs/slac/g/www/www-iepm/pinger/host-warnings.txt 2>&1 #takes ~15  minutes 7/31/2019
pinger;200 32 1 * * * /afs/slac/package/pinger/getdata.pl > /afs/slac/g/www/www-iepm/pinger/slaconly/getdata.err #Takes ~20 minutes 7/31/2019
lnxcron;120 55 2 * * * /afs/slac/package/pinger/analysis/analyze-all.pl --date 1days #Takes 55 mins 9/21/2011, 70 minutes 5/11/2018
#Analyze just by-node 100Byte pings /afs/slac/package/pinger/analysis/wrap-analyze-hourly.pl  --basedir /nfs/slac/g/net/pinger --usemetric --dataset hep --debug 0 --set_metric 4  --datadir /nfs/slac/g/net/pinger/pingerdata/hep/data --size 100 --by by-node --date 2019-08-01
#Simplified with defaults: /afs/slac/package/pinger/analysis/wrap-analyze-hourly.pl --usemetric 
#    equivalent to --set_metric 4 --size 100 --by by-node --dataset hep --datadir /nfs/slac/g/net/pinger/pingerdata/hep/data
pinger;300 30 4 * * * /afs/slac/package/pinger/analysis/wrap-analyze-daily.pl --basedir /nfs/slac/g/net/pinger --use/metric --dataset hep # Takes ~ 5 hours for whole month on pinger 11/10/2012
#analyze#minimal subset for /afs/slac/package/pinger/sites-per-country.pl is /afs/slac/package/pinger/wrap-analyze-monthly.pl --set_metric 0 --usemetric
lnxcron 13 7 * * * /usr/local/bin/bsub -W 200 -o /dev/null -q xxl /afs/slac/package/pinger/analysis/wrap-analyze-monthly.pl --basedir /nfs/slac/g/net/pinger --usemetric --dataset hep --by by-site >/dev/null 2>&1 # Takes 3hrs 10 mins on pinger 11/11/2012.
lnxcron 14 7 * * * /usr/local/bin/bsub -W 200 -o /dev/null -q xxl /afs/slac/package/pinger/analysis/wrap-analyze-monthly.pl --basedir /nfs/slac/g/net/pinger --usemetric --dataset hep --size 1000  >/dev/null 2>&1
lnxcron 15 7 * * * /usr/local/bin/bsub -W 200 -o /dev/null -q xxl /afs/slac/package/pinger/analysis/wrap-analyze-monthly.pl --basedir /nfs/slac/g/net/pinger --usemetric --dataset hep --by by-site --size 1000  >/dev/null 2>&1
lnxcron 12 4 * * * /usr/local/bin/bsub -W 200 -o /dev/null -q xxl /afs/slac/package/pinger/analysis/wrap-analyze-monthly.pl --basedir /nfs/slac/g/net/pinger --usemetric --dataset hep > /dev/null #Takes about 55mins 9/19/2011, or 7 mins on rhel6 11/13/2011.
pinger 00 09 * * * /afs/slac/package/pinger/sites-per-country.pl #Takes anout 10 minutes, run after analyze monthly

...