Changeset 17572


Ignore:
Timestamp:
03/01/14 23:45:06 (11 years ago)
Author:
Daniela Dorner
Message:
added crons to check performance of system
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Cron/crontab.fact-transfer

    r15597 r17572  
    1919# rsync of the QLA results every morning
    20200 8,10,12 * * * ~/DataCheck/Transfer/BackupQLA.sh
     21# cron to study the system performance and test some things
     22*/5 * * * *  source ~/.bashrc ; /bin/echo -n `/bin/date +\%F\ \%T`" time for ls: ">>~/time_for_ls_isdc-dl00_new.txt;/usr/bin/time -f \%e /bin/ls >/dev/null 2>>~/time_for_ls_isdc-dl00_new.txt
     23*/5 * * * * /usr/sbin/lsof ~/DataCheck/Transfer/BackupRawToWue.sh > /dev/null
Note: See TracChangeset for help on using the changeset viewer.