Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Code Block
INSERT into MONHOST (nodeid,srcDir,reportsDir,webPath,siteName,daysToAnalyze,dataToAnalyze,cgiDir,cgiPath) 
values  (2,'/home/iepm/v3src','/home/iepm/public_html','http://socrates.cacr.caltech.edu',
'IEPM-BW @ CACR.CALTECH.EDU',28,
'ping:avg=w i lt 1;ping:min=w i lt 0;abwetlaytcp:avdbcaptlaytcp=w p lt 58;abwe:avabw=w p lt12;abwe:avxtrpathload:thrumin=w p lt 84',
'/var/www/cgi-bin','http://socrates.cacr.caltech.edu/cgi-bin');

The dataToAnalyze field is a specification for the data to be analyzed and how it is to be plotted via GNUPLOT.  The form of it is:

'datafile_suffix:column_heading=gnuplot_spec'.

Datafile suffixes currently existing are: ping, trace, iperf, miperf, pathload, pathchirp, tlaytcp.