MAILTO=philip@trade-ideas.com,michael@trade-ideas.com # MIN HOUR DAY MONTH DAYOFWEEK COMMAND # Every night at 11pm 0 23 * * * rsync -r --times --delete shauna:SharedDocs/LiveGifCharts/ ~/SharedDocs/GifCharts/ # Track the size (and CPU usage) of ax_alert_server over time. # I got rid of the \ before the %. That was causing warnings. If you see a similar one with a \, this is the better version. 0 * * * * ( date | awk '{printf "\%s ", $0}' ; ps ux | grep './a[x]_alert_server ' | awk '{print $3, $4 }' ) >> ~/ax_alert_server.size.txt 0 * * * * ( date | awk '{printf "\%s ", $0}' ; ps ux | grep './t[i]killer-live ' | awk '{print $3, $4 }' ) >> ~/tikiller-live.size.txt 0 * * * * ( date | awk '{printf "\%s ", $0}' ; ps ux | grep './t[i]killer-production ' | awk '{print $3, $4 }' ) >> ~/tikiller-production.size.txt 11 4 * * sun cd /home/phil/cpp_alert_server/source/tikiller ; ./test_data_center >&/dev/null @reboot cd /home/phil/cpp_alert_server/source/tikiller; ./test_data_center @reboot cd ~/cpp_alert_server/live_server/stocktwits/ ; screen -d -m ./start_get_all