September 13, 2001
Har du kollat i "man crontab"
Brukar ju finnas exempel på hur man ska skriva där.
Annars kan du ju kolla här
http://support.linux.se/?main=.....8;org=docs
September 6, 2002
precis efter att jag hade läst här så hittade jag en fil som hette cronexampel.txt där i stod det:
# How to have PsychoStats update every 30 minutes.
# Since parsing the logs isn't really a high priority
# (to me, anyways) I use "nice" to let other CPU
# intensive apps get more CPU time. I do this so its
# less likely of lagging the HLDS server.
#
# This example will make the stats update at the top
# and middle of the hour, every hour.
0,30 * * * * nice /full/path/tothe/program/stats.pl
# To install a cronjob on linux type "crontab -e" at the
# prompt and insert a similar line like above. Then save the
# file and linux will then run the cronjob at the
# intervals specified.
jag gjorde så att jag öppnade crone filen genom att skriva crontab -e.
Där i skrev jag då in
0,01 * * * * nice /var/www/htdocs/psychostats1.9/stats.pl
Det är exakta adressen till stats.pl!
Sen så sparade jag.. men det verkar inte funka :S för den uppdaterar inte statsen 1 gång i minuten?
December 25, 2000
MuChCuP wrote: precis efter att jag hade läst här så hittade jag en fil som hette cronexampel.txt där i stod det:
# How to have PsychoStats update every 30 minutes.
# Since parsing the logs isn't really a high priority
# (to me, anyways) I use "nice" to let other CPU
# intensive apps get more CPU time. I do this so its
# less likely of lagging the HLDS server.
#
# This example will make the stats update at the top
# and middle of the hour, every hour.0,30 * * * * nice /full/path/tothe/program/stats.pl
# To install a cronjob on linux type "crontab -e" at the
# prompt and insert a similar line like above. Then save the
# file and linux will then run the cronjob at the
# intervals specified.jag gjorde så att jag öppnade crone filen genom att skriva crontab -e.
Där i skrev jag då in
0,01 * * * * nice /var/www/htdocs/psychostats1.9/stats.plDet är exakta adressen till stats.pl!
Sen så sparade jag.. men det verkar inte funka :S för den uppdaterar inte statsen 1 gång i minuten?
0,01 betyder att den updaterar varje heltimme och en minut över varje heltimme.. att gissa sig till vad sakerna betyder är inte att rekomendera..
vill du ha varje minut måste du skriva 0,1,2,3,4,5,6 osv... men jag tycker var 5:e min är vettigare, 0,5,10,15 osv...
2 Guest(s)