6 lines
192 B
Plaintext
6 lines
192 B
Plaintext
# run system activity accounting tool every 10 minutes
|
|
*/10 * * * * root /usr/lib64/sa/sa1 1 1
|
|
# generate a daily summary of process accounting at 23:53
|
|
53 23 * * * root /usr/lib64/sa/sa2 -A
|
|
|