Changeset 17523 for trunk/DataCheck/Cron


Ignore:
Timestamp:
01/21/14 01:29:29 (11 years ago)
Author:
Daniela Dorner
Message:
optimized times for QLA, added cron for quality plots, removed nice and ionice
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Cron/crontab.fact2

    r15560 r17523  
    22AUTOMATIONSETUP="fact.lp.data"
    33# cronjobs for fact2 alias daq
    4 # check network status
    5 */15 * * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckNetworkStatus.sh
     4## check network status
     5#*/15 * * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckNetworkStatus.sh
    66# check time offset of machine
    770 */6 * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckNTPDate.sh
     
    990 * * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckDU.sh
    1010# rsync auxfiles from newdaq via daq to data
    11 */15 * * * * if ! ps aux | grep RsyncAuxLP | grep -v grep >/dev/null 2>&1  ; then /usr/bin/nice -n 19 /usr/bin/ionice -c 3 /home/fact/SW.automatic.processing/DataCheck/Transfer/RsyncAuxLP.sh ; fi
     11*/15 * * * * if ! ps aux | grep RsyncAuxLP | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/Transfer/RsyncAuxLP.sh ; fi
    1212# first step of the QLA: rsync newdaq->daq, sequ writing, callisto, star
    13 */5 19-23,0-7 * * * if ! ps aux | grep Step1 | grep -v grep >/dev/null 2>&1  ; then /usr/bin/nice -n 19 /home/fact/SW.automatic.processing/DataCheck/QuickLook/Step1.sh ; fi
    14 0 8-18 * * * if ! ps aux | grep Step1 | grep -v grep >/dev/null 2>&1  ; then /usr/bin/nice -n 19 /home/fact/SW.automatic.processing/DataCheck/QuickLook/Step1.sh ; fi
     13*/5 19-23,0-7 * * * if ! ps aux | grep Step1 | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/QuickLook/Step1.sh ; fi
     140 8-18 * * * if ! ps aux | grep Step1 | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/QuickLook/Step1.sh ; fi
    1515# second step of the QLA: ganymed on run-basis
    16 */10 19-23,0-7 * * * if ! ps aux | grep Step2a | grep -v grep >/dev/null 2>&1  ; then /usr/bin/nice -n 19 /usr/bin/ionice -c 3 /home/fact/SW.automatic.processing/DataCheck/QuickLook/Step2a.sh ; fi
    17 0 8-18 * * * if ! ps aux | grep Step2a | grep -v grep >/dev/null 2>&1  ; then /usr/bin/nice -n 19 /usr/bin/ionice -c 3 /home/fact/SW.automatic.processing/DataCheck/QuickLook/Step2a.sh ; fi
     16*/5 19-23,0-7 * * * if ! ps aux | grep Step2a | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/QuickLook/Step2a.sh ; fi
     170 8-18 * * * if ! ps aux | grep Step2a | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/QuickLook/Step2a.sh ; fi
    1818# fill information from star and ganymed to DB
    19 */10 19-23,0-7 * * * if ! ps aux | grep FillNumEvts | grep -v grep >/dev/null 2>&1  ; then /usr/bin/nice -n 19 /usr/bin/ionice -c 3 /home/fact/SW.automatic.processing/DataCheck/Processing/FillNumEvts.sh ; fi
    20 30 8-18 * * * if ! ps aux | grep FillNumEvts | grep -v grep >/dev/null 2>&1  ; then /usr/bin/nice -n 19 /usr/bin/ionice -c 3 /home/fact/SW.automatic.processing/DataCheck/Processing/FillNumEvts.sh ; fi
     191-59/5 19-23,0-7 * * * if ! ps aux | grep FillNumEvts | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/Processing/FillNumEvts.sh ; fi
     2030 8-18 * * * if ! ps aux | grep FillNumEvts | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/Processing/FillNumEvts.sh ; fi
    2121# third step of the QLA: creating lightcurves for the webpage
    22 */15 19-23,0-7 * * * if ! ps aux | grep Step3 | grep -v grep >/dev/null 2>&1  ; then /usr/bin/nice -n 19 /usr/bin/ionice -c 3 /home/fact/SW.automatic.processing/DataCheck/QuickLook/Step3.sh run ; fi
    23 0 8-18 * * * if ! ps aux | grep Step3 | grep -v grep >/dev/null 2>&1  ; then /usr/bin/nice -n 19 /usr/bin/ionice -c 3 /home/fact/SW.automatic.processing/DataCheck/QuickLook/Step3.sh run ; fi
     222-59/5 19-23,0-7 * * * if ! ps aux | grep Step3 | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/QuickLook/Step3.sh run ; fi
     230 8-18 * * * if ! ps aux | grep Step3 | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/QuickLook/Step3.sh run ; fi
     24# create quality plots
     250 * * * * /home/fact/SW.automatic.processing/DataCheck/DataCheck/PlotQuality.sh
    2426# backup of the QLA results to newdaq
    25270 8,10,12 * * * /home/fact/SW.automatic.processing/DataCheck/Transfer/BackupQLA.sh
Note: See TracChangeset for help on using the changeset viewer.