You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

ping_data_plot.pl

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. See for example http://www-wanmon.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

frequency.pl

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

http://www-wanmon.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

It plots the min/avg/max RTT plus the loss. Can you add more axes to say add jitter? The vertical markers enable one to see the actual values. One can zoom in.

Choosing a distribution one might get:

http://www-wanmon.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

The CGI scripts are in perl.

Start from the scripts provided by SLAC but generalize them so they will work at other sites in particular Amity. E.g. have a configuration file that is tailored for the site.  If you want to set up something in github that is fine.

  • No labels