IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 297 and Version 298 of ippToPsps


Ignore:
Timestamp:
Apr 9, 2012, 11:17:05 AM (14 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPsps

    v297 v298  
    300300{{{metrics.py}}} takes a second argument which is a time (in hours). If this is provided the program will sleep then run again after that time.
    301301
    302 An example output from {{{metrics.py}}} is shown below.
    303 
    304 {{{
    305 ./run.sh metrics.py someConfig
    306 }}}
    307 
    308 And will produce a response similar to this:
     302An example usage of {{{metrics.py}}} would be:
     303
     304{{{
     305./run.sh metrics.py all
     306}}}
     307
     308Here we are using 'all' for the config argument. As explained [wiki:ippToPsps#Loadingconfigs here], this means the program will cycle through all active configs. This is handy for this program as well as {{{pollOdm.py}}} and {{{cleanup.py}}}.
     309
     310Example output from {{{metrics.py}}} is as follows.
    309311
    310312{{{
     
    331333
    332334}}}
    333 
    334335== plotter.py ==
    335336