~ubuntu-branches/ubuntu/gutsy/sysstat/gutsy

« back to all changes in this revision

Viewing changes to crontab.sample

  • Committer: Bazaar Package Importer
  • Author(s): Robert Luberda
  • Date: 2004-06-15 18:47:50 UTC
  • Revision ID: james.westby@ubuntu.com-20040615184750-ksn9my1b0ue6lc43
Tags: 5.0.5-1
New upstream (stable) version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Crontab sample for root or adm
2
2
# Please update this crontab with the proper location
3
 
# for sa1 and sa2 shell scripts (replace PREFIX with /usr or /usr/local).
 
3
# for sa1 and sa2 shell scripts 
4
4
#
5
5
# 8am-7pm activity reports every 20 minutes during weekdays.
6
 
# 0 8-18 * * 1-5 PREFIX/lib/sa/sa1 1200 3 &
 
6
# 0 8-18 * * 1-5 /usr/lib/sysstat/sa1 1200 3 &
7
7
# activity reports every 10 minutes everyday.
8
 
0 * * * * PREFIX/lib/sa/sa1 600 6 &
 
8
0 * * * * /usr/lib/sysstat/sa1 600 6 &
9
9
#
10
10
# Activity reports every an hour on Saturday and Sunday.
11
 
# 0 * * * 0,6 PREFIX/lib/sa/sa1 &
 
11
# 0 * * * 0,6 /usr/lib/sysstat/sa1 &
12
12
#
13
13
# 7pm-8am activity reports every an hour during weekdays.
14
 
# 0 19-7 * * 1-5 PREFIX/lib/sa/sa1 &
 
14
# 0 19-7 * * 1-5 /usr/lib/sysstat/sa1 &
15
15
#
16
16
# Daily summary prepared at 19:05.
17
 
# 5 19 * * 1-5 PREFIX/lib/sa/sa2 -A &
18
 
5 19 * * * PREFIX/lib/sa/sa2 -A &
 
17
# 5 19 * * 1-5 /usr/lib/sysstat/sa2 -A &
 
18
5 19 * * * /usr/lib/sysstat/sa2 -A &