Changes between Version 2 and Version 3 of user-guide

Show
Ignore:
Timestamp:
02/17/14 10:22:48 (10 years ago)
Author:
pkopta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • user-guide

    v2 v3  
    77= Monitoring script = 
    88 
    9  
     9Monitoring script is an appliaction binary or script (bash, perl, awk, pyhon etc) that ca be run in linux environment. The script is executed periodically at certain period of time in a working directory of monitored application. The purpose of monitoring script is to write to standard output information about the current state of calculations. These information can be retrieved from the output or temporary files or application environment. The data format written out by the monitoring script is strictly dependent on the render scheme. The first line of output is common to all render schemas, and must have a form: 
     10{{{ 
     11qcg.monitor.scheme={scheme_name} 
     12}}} 
     13, when `{scheme_name}` is name of the render scheme. 
    1014 
    1115= Schemas = 
     
    1519This monitoring scheme displays all lines received from monitoring script along with time of receiving notification. 
    1620 
    17 Sample monitoring script. 
     21[[attachment:generic.ntf|Sample monitoring script]] 
    1822 
    1923== generic2 == 
    2024The '''generic2''' monitoring scheme display all lines received from '''last''' monitoring script notification. All previous data sent by monitoring script is ignored. 
    2125 
    22 Sample monitoring script. 
     26[[attachment:generic2.ntf|Sample monitoring script]] 
    2327 
    2428== gaussian ==