]> git.pld-linux.org Git - packages/sysstat.git/commitdiff
add crontab from sysstat-11.0.8/cron/crontab
authorElan Ruusamäe <glen@delfi.ee>
Wed, 28 Oct 2015 11:17:16 +0000 (13:17 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 28 Oct 2015 11:17:16 +0000 (13:17 +0200)
crontab [new file with mode: 0644]

diff --git a/crontab b/crontab
new file mode 100644 (file)
index 0000000..4785d14
--- /dev/null
+++ b/crontab
@@ -0,0 +1,19 @@
+# Crontab sample for root or adm
+# Please update this crontab with the proper location
+# for sa1 and sa2 shell scripts (replace /usr/lib64/sa with
+# /usr/lib/sa for example).
+#
+# 8am-7pm activity reports every 20 minutes during weekdays.
+# 0 8-18 * * 1-5 /usr/lib64/sa/sa1 1200 3 &
+# activity reports every 10 minutes everyday.
+0 * * * * /usr/lib64/sa/sa1 600 6 &
+#
+# Activity reports every an hour on Saturday and Sunday.
+# 0 * * * 0,6 /usr/lib64/sa/sa1 &
+#
+# 7pm-8am activity reports every an hour during weekdays.
+# 0 19-7 * * 1-5 /usr/lib64/sa/sa1 &
+#
+# Daily summary prepared at 19:05.
+# 5 19 * * 1-5 /usr/lib64/sa/sa2 -A &
+5 19 * * * /usr/lib64/sa/sa2 -A &
This page took 0.125585 seconds and 4 git commands to generate.