11 lines
408 B
Plaintext
11 lines
408 B
Plaintext
#
|
|
# $Revision: 1.3 $
|
|
#
|
|
# This file contains the cron table for the system activity reporting
|
|
# mechanism. When enabled, reports of daily activity are generated
|
|
# and placed in /usr/adm/sa.
|
|
#
|
|
0 * * * 0-6 if /etc/chkconfig sar; then /usr/lib/sa/sa1; fi
|
|
20,40 8-17 * * 1-5 if /etc/chkconfig sar; then /usr/lib/sa/sa1; fi
|
|
5 18 * * 1-5 if /etc/chkconfig sar; then /usr/lib/sa/sa2 -s 8:00 -e 18:01 -i 1200 -A; fi
|