Versions Compared

Key

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

...

Need a web form to enable selection of Source and destination, time window (from to), whether you want a time series or a distribution, whether you want a table to be printed that could be cut and pasted into Excel. Allow selection of multiple targets, but limit the number since it may take too long to produce the results.. See for example http://www-wanmoniepm.slac.stanford.edu/cgi-wrap/ping_data_plot.pl

This ping_data_plot.pl file is available at http://www.slac.stanford.edu/comp/net/mon/tool/ping_data_plot.pl, help is embedded in the file or via http://www-iepm.slac.stanford.edu/pinger/scripttable.html

It needs:

frequency.pl

Choosing say brunsvigia.tenet.ca as the target, and a time series one might get:

http://www-wanmoniepm.slac.stanford.edu/cgi-wrap/frequency.pl?monitor=pinger.slac.stanford.edu&sites=brunsvigia.tenet.ac.za&begin_day=17&begin_month=2&begin_year=2016&end_day=23&end_month=2&end_year=2016&plot=time&full=false&bin_width=1&metric=&data=false

...

Choosing a distribution one might get:

http://www-wanmoniepm.slac.stanford.edu/cgi-wrap/frequency.pl?monitor=pinger.slac.stanford.edu&sites=brunsvigia.tenet.ac.za&begin_day=17&begin_month=2&begin_year=2016&end_day=23&end_month=2&end_year=2016&plot=freq&full=false&bin_width=1&metric=&data=false

The frequency.pl file is available at http://www.slac.stanford.edu/comp/net/mon/tool/frequency.pl

It needs:

The CGI scripts are in perl.

...