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