]> git.pld-linux.org Git - packages/sysstat.git/blame - crontab
rel 5; store one record every 2 minutes instead of starting once every hour and store...
[packages/sysstat.git] / crontab
CommitLineData
7746159b 1# Crontab
44ba7c8c
ER
2#
3# 8am-7pm activity reports every 20 minutes during weekdays.
77e8d6c5
ER
4#0 8-18 * * 1-5 root /bin/systemd_booted || /usr/lib/sa/sa1 1200 3
5
b95a5b36 6# activity reports every 2 minutes everyday.
b89b469f 7*/2 * * * * root /bin/systemd_booted || /usr/lib/sa/sa1 1 1
77e8d6c5 8
44ba7c8c 9# Activity reports every an hour on Saturday and Sunday.
77e8d6c5
ER
10#0 * * * 0,6 root /bin/systemd_booted || /usr/lib/sa/sa1
11
44ba7c8c 12# 7pm-8am activity reports every an hour during weekdays.
77e8d6c5
ER
13#0 19-7 * * root 1-5 /bin/systemd_booted || /usr/lib/sa/sa1
14
44ba7c8c 15# Daily summary prepared at 19:05.
77e8d6c5
ER
16#5 19 * * root 1-5 /bin/systemd_booted || /usr/lib/sa/sa2 -A
175 19 * * * root /bin/systemd_booted || /usr/lib/sa/sa2 -A
This page took 0.068688 seconds and 4 git commands to generate.