87a9bf8861
Fri Apr 12 2002 Trond Eivind Glomsrød <teg@redhat.com> 4.0.3-2 - Do the daily sa2 run just before midnight, not at 4AM... you'd only get 4 hours worth of data that way (#63132)
6 lines
188 B
Plaintext
6 lines
188 B
Plaintext
# run system activity accounting tool every 10 minutes
|
|
*/10 * * * * root /usr/lib/sa/sa1 1 1
|
|
# generate a daily summary of process accounting at 23:53
|
|
53 23 * * * root /usr/lib/sa/sa2 -A
|
|
|