6 lines
209 B
Bash
Executable File
6 lines
209 B
Bash
Executable File
#!/bin/sh
|
|
# Generate a daily summary of process accounting. Since this will probably
|
|
# get kicked off in the morning, it would probably be better to run against
|
|
# the previous days data.
|
|
/usr/lib/sa/sa2 -A &
|