Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Ротация логов
On Fri, 7 Apr 2006, Avramenko Andrew wrote:
Andrew Kopeyko wrote:
Специально для таких случаев cron(8) имеет флаги '-j' и '-J'.
Если не секрет, что это за ключики такие и какую они имеет специфику к ОС?
$ man cron
[ ... ]
-j jitter
Enable time jitter. Prior to executing commands, cron will sleep
a random number of seconds in the range from 0 to jitter. This
won't affect superuser jobs (see -J). A value for jitter must be
between 0 and 60 inclusive. Default is 0, which effectively dis-
ables time jitter.
This option can help to smooth down system load spikes during
moments when a lot of jobs are likely to start at once, e.g., at
the beginning of the first minute of each hour.
-J rootjitter
Enable time jitter for superuser jobs. The same as -j except
that it will affect jobs run by the superuser only.
В Red Hat я не нашел в man 8 cron ничего об этом.
Возможно, что именно это и есть FreeBSD-specific фича...
$ uname -smr
FreeBSD 5.4-RELEASE-p7 i386
--
Best regards,
Andrew Kopeyko <kaa@xxxxxxxxx>
|