Table of Contents

QC2 Schedule

On dev-vm101 QC2-Schedule.pl is located at: /home/kvalobs/QC2/QC2-Schedule and will generate

with the commmand:

 $ ./QC2-Schedule.html  /etc/kvalobs/Qc2Config 

producing output as illustrated below (demo output).

QC2-Schedule.pl

#  Simple Perl script to plot the start times of each Qc2 algorithm 
#
#  Usage: 
#
#    ./QC2-Schedule.pl input-directory [output-filename]
#
#    input-directory : the path where the configuration files are located
#    e.g. /etc/kvalobs/Qc2Config
#
#    output-filename : an OPTIONAL filename for the output. The output is in html
#    so a filename of the form XXX.html is advised. If no filename is given
#    the script will write (overwrite mode) to QC2-Schedule.html in the local directory.
#
#    NB: Change the value of $ip when installing this file on a new system and place the
#    files:
#      bluebar.gif  blue-line.gif  busy.gif  shim.gif 
#    in the corresponding directory.
#
# ...
#

Sources

Demo Output