Versions Compared

Key

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

...

The analyzed data from analyze-all.pl is saved in files of the form below, the contents are described in PingER data flow at SLAC:

 

/nfs/slac/g/net/pinger/pingerreports/hep/<metric>/<metric>-<len>-<by>-<year>-<month>-<day>.txt.gz#len=100|1000, by=by-node|by-site.
/nfs/slac/g/net/pinger/pingerreports/hep/minimum_rtt/minimum_rtt-100-by-node-2011-05-01.txt.gz
 

...

  1. The pinger.xml file (e.g. http://pinger.<MA domain>/cgi-bin/ping_data.pl?admin_func=pinger_xml) - item 5 below
  2. Error log from pinger2.pl (e.g. http://pinger.<MA domain>/cgi-bin/ping_data.pl?admin_func=std_cron_err) - missing below
  3. Progress log from pinger2.pl (e.g. http://pinger.<MA domain>/cgi-bin/ping_data.pl?admin_func=std_cron_out) - item  6 below
  4. Beacon.txt (e.g. http://pinger.<MA domain>/cgi-bin/ping_data.pl?admin_func=beacons) - item 1 below
  5. FAQ (e.g. http://www-iepm.slac.stanford.edu/pinger/faq.html) - available locally at SLAC
  6. Web server configuration (e.g. http://pinger.<MA domain>/cgi-bin/ping_data.pl?admin_func=httpd) - missing below
  7. Help for current version of pinger2.pl being run at MA (e.g. http://pinger.<MA domain>/cgi-bin/ping_data.pl?help=1) - item 4 below
  8. PingER configuration (e.g. http://pinger.<MA domain>/cgi-bin/ping_data.pl?admin_func=fileLog) - missing below
  9. Plus access to the actual data for a specified time range.

A possible way to We address items 1 thru 8 for Beijing might be to copy by Beijing copying the files to anonymous incoming FTP at SLAC on a daily basis at the same time the actual data is copied. Thus the files (updated as of the previous night) would be available for review. Since Bejing has a copy of ping_data.pl this could be is used to access the files so they could be copied.  can be copied.

  • The FTP files are located in: /afs/slac/public/incoming/pinger/proxy/2001:da8:270:2018:f816:3eff:fef3:bd3/web
  • The NFS files are located in: /nfs/slac/g/net/pinger/pingerdata/hep/data/proxy/2001:da8:270:2018:f816:3eff:fef3:bd3/web/

    Code Block
    [cottrell@pinger ~]$ ls -l /nfs/slac/g/net/pinger/pingerdata/hep/data/proxy/2001:da8:270:2018:f816:3eff:fef3:bd3/web
    total 288
    -rw-rw-r-- 1 cottrell iepm 16844 Sep 21 01:05 beacons.txt
    -rw-rw-r-- 1 cottrell iepm 15101 Sep 21 01:05 cgi-lib.pl
    -rw-rw-r-- 1 cottrell iepm 51968 Sep 21 01:05 ping_data.pl
    -rw-rw-r-- 1 cottrell iepm 40625 Sep 21 01:05 pinger.xml
    -rw-rw-r-- 1 cottrell iepm 63779 Sep 21 01:05 pinger2.pl
    -rw-rw-r-- 1 cottrell iepm   924 Sep 21 01:05 pingerCronStat.stdout

For the Android some new code would be needed to copy the files to SLAC. 

...