This website requires JavaScript.
Explore
Help
Sign In
rpms
/
sysstat
Watch
7
Star
0
Fork
0
You've already forked sysstat
Code
Issues
Pull Requests
Releases
Activity
280ceea607
sysstat
/
sysstat.crondaily
6 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
auto-import changelog data from sysstat-3.3.3-3.src.rpm Wed Jan 17 2001 Preston Brown <pbrown@redhat.com> - iostat man page fixes Fri Jan 05 2001 Preston Brown <pbrown@redhat.com> - 3.3.3, crontab fixes Fri Dec 29 2000 Bill Nottingham <notting@redhat.com> - fix prereqs
2004-09-09 12:54:55 +00:00
#!/bin/sh
# generate a daily summary of process accounting.
auto-import changelog data from sysstat-3.3.5-3.src.rpm Sun Apr 08 2001 Preston Brown <pbrown@redhat.com> - explicitly set safe umask (#35142) Fri Mar 09 2001 Preston Brown <pbrown@redhat.com> - iostat disk utilization was off by a factor of 10. Wed Feb 14 2001 Preston Brown <pbrown@redhat.com> - 3.3.5 brings us full support for kernel IO stats Tue Jan 30 2001 Preston Brown <pbrown@redhat.com> - Summarize previous day's activity with sa2, not current day (which is only 4 hours of data when it gets run) (#24820) - upgrade to 3.3.4 for full 2.4 compatibility and improved iostat
2004-09-09 12:55:32 +00:00
umask 0022
auto-import changelog data from sysstat-4.0.1-1.src.rpm Mon Jul 02 2001 Preston Brown <pbrown@redhat.com> - run sa1 from cron.d to fix run-parts interaction problem (#37733) Fri Jun 29 2001 Preston Brown <pbrown@redhat.com> - upgrade to 4.0.1 stable release Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com> - Bump release + rebuild.
2004-09-09 12:55:38 +00:00
/usr/lib/sa/sa2 -A
Reference in New Issue
Copy Permalink