2004-09-09 12:54:06 +00:00
|
|
|
Name: sysstat
|
2004-09-09 12:55:38 +00:00
|
|
|
Version: 4.0.1
|
|
|
|
Release: 1
|
2004-09-09 12:54:06 +00:00
|
|
|
Summary: Includes the sar and iostat system monitoring commands.
|
|
|
|
License: GPL
|
|
|
|
Group: Applications/System
|
2004-09-09 12:55:38 +00:00
|
|
|
Source: http://perso.wanadoo.fr/sebastien.godard/%{name}-%{version}.tar.bz2
|
|
|
|
Source1: sysstat.crond
|
2004-09-09 12:54:55 +00:00
|
|
|
Source2: sysstat.crondaily
|
2004-09-09 12:55:38 +00:00
|
|
|
Patch0: sysstat-4.0.1-config.patch
|
|
|
|
Patch1: sysstat-4.0.1-prevday.patch
|
2004-09-09 12:55:32 +00:00
|
|
|
Patch2: sysstat-3.3.5-fixutilization.patch
|
2004-09-09 12:55:38 +00:00
|
|
|
URL: http://perso.wanadoo.fr/sebastien.godard/
|
2004-09-09 12:54:06 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}
|
|
|
|
Requires: kernel >= 2.2.16-21
|
2004-09-09 12:55:38 +00:00
|
|
|
Prereq: sh-utils textutils grep fileutils /etc/cron.d
|
2004-09-09 12:54:06 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
This package provides the sar and iostat commands for the Linux
|
|
|
|
operating system, similar to their traditional UNIX counterparts.
|
|
|
|
They enable system monitoring of disk, network, and other IO activity.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2004-09-09 12:54:55 +00:00
|
|
|
%patch0 -p1 -b .config
|
2004-09-09 12:55:32 +00:00
|
|
|
%patch1 -p1 -b .prevday
|
2004-09-09 12:55:38 +00:00
|
|
|
#%patch2 -p1 -b .fixutilization
|
2004-09-09 12:54:06 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
make CFLAGS="$RPM_OPT_FLAGS" PREFIX=%{_prefix}
|
|
|
|
|
|
|
|
%install
|
2004-09-09 12:54:55 +00:00
|
|
|
rm -rf %{buildroot}
|
|
|
|
make install MAN_DIR=%{_mandir}
|
2004-09-09 12:54:06 +00:00
|
|
|
|
2004-09-09 12:55:38 +00:00
|
|
|
mkdir -p %{buildroot}/etc/{cron.daily,cron.d}
|
|
|
|
install %{SOURCE1} %{buildroot}/etc/cron.d/sysstat
|
2004-09-09 12:54:55 +00:00
|
|
|
install %{SOURCE2} %{buildroot}/etc/cron.daily/sysstat
|
2004-09-09 12:54:06 +00:00
|
|
|
|
2004-09-09 12:55:32 +00:00
|
|
|
%find_lang %{name}
|
|
|
|
|
2004-09-09 12:54:55 +00:00
|
|
|
%triggerpostun -- sysstat <= 3.3.3-1
|
|
|
|
# earlier versions of sysstat had crontabs done in a bad way. fix it.
|
|
|
|
if [ `id -u` = "0" -a "$1" -ge "2" ]; then
|
2004-09-09 12:54:06 +00:00
|
|
|
egrep -v 'sysstat|sa1|sa2' /etc/crontab > /tmp/crontab.$$
|
|
|
|
mv /tmp/crontab.$$ /etc/crontab && chmod 644 /etc/crontab
|
|
|
|
fi
|
|
|
|
|
|
|
|
%preun
|
|
|
|
if [ "$1" = 0 ]; then
|
|
|
|
# Remove sa logs if removing sysstat completely
|
|
|
|
rm -f /var/log/sa/*
|
|
|
|
fi
|
|
|
|
|
|
|
|
%clean
|
2004-09-09 12:54:55 +00:00
|
|
|
rm -rf %{buildroot}
|
2004-09-09 12:54:06 +00:00
|
|
|
|
2004-09-09 12:55:32 +00:00
|
|
|
%files -f %{name}.lang
|
2004-09-09 12:54:06 +00:00
|
|
|
%defattr(-,root,root)
|
2004-09-09 12:55:32 +00:00
|
|
|
%doc CHANGES COPYING CREDITS README TODO
|
2004-09-09 12:55:38 +00:00
|
|
|
%config(noreplace) /etc/cron.d/sysstat
|
|
|
|
%config(noreplace) /etc/cron.daily/sysstat
|
2004-09-09 12:54:06 +00:00
|
|
|
%{_bindir}/*
|
|
|
|
%{_libdir}/sa
|
|
|
|
%{_mandir}/man1/*
|
|
|
|
%{_mandir}/man8/*
|
|
|
|
/var/log/sa
|
|
|
|
|
|
|
|
%changelog
|
2004-09-09 12:55:38 +00:00
|
|
|
* Mon Jul 2 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:32 +00:00
|
|
|
* Sun Apr 8 2001 Preston Brown <pbrown@redhat.com>
|
|
|
|
- explicitly set safe umask (#35142)
|
|
|
|
|
|
|
|
* Fri Mar 9 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:54:55 +00:00
|
|
|
* Tue 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:11 +00:00
|
|
|
* Fri Oct 13 2000 Preston Brown <pbrown@redhat.com>
|
|
|
|
- crontab entry was still incorrect. Fixed.
|
|
|
|
|
|
|
|
* Mon Oct 09 2000 Preston Brown <pbrown@redhat.com>
|
|
|
|
- make sure disk accounting is enabled to fix iostat -l, -p (#16268)
|
|
|
|
- crontab entries were missing the user (root) to run as (#18212)
|
|
|
|
|
2004-09-09 12:54:06 +00:00
|
|
|
* Tue Aug 22 2000 Preston Brown <pbrown@redhat.com>
|
|
|
|
- enable IO accounting now that kernel supports it
|
|
|
|
|
|
|
|
* Wed Aug 16 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- fix buildrooting (#16271)
|
|
|
|
|
|
|
|
* Tue Aug 08 2000 Preston Brown <pbrown@redhat.com>
|
|
|
|
- bugfixes in 3.2.4 cause our inclusion. :)
|
|
|
|
|
|
|
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
|
|
- automatic rebuild
|
|
|
|
|
|
|
|
* Thu Jun 29 2000 Preston Brown <pbrown@redhat.com>
|
|
|
|
- 3.2.3 fixes SMP race condition
|
|
|
|
|
|
|
|
* Tue Jun 20 2000 Preston Brown <pbrown@redhat.com>
|
|
|
|
- FHS macros
|
|
|
|
- 3.2.2
|
|
|
|
|
|
|
|
* Fri May 26 2000 Preston Brown <pbrown@redhat.com>
|
|
|
|
- packaged for Winston
|
|
|
|
- change va patch to indicate kernel is not patched for iostat accounting.
|
|
|
|
re-enable if our stock kernel gets this patch.
|
|
|
|
- upgrade to 3.2.
|
|
|
|
- install crontab entry.
|
|
|
|
|
|
|
|
* Sun Dec 12 1999 Ian Macdonald <ian@caliban.org>
|
|
|
|
- upgraded to 2.2
|
|
|
|
|
|
|
|
* Fri Oct 29 1999 Ian Macdonald <ian@caliban.org>
|
|
|
|
- first RPM release (2.1)
|