Changes:
xxxx/xx/xx: Version 10.1.6 - Sebastien Godard (sysstat <at> orange.fr)
+ * Typos fixed. README file updated.
* Yet another cosmetic fix in pidstat manual page.
2013/03/31: Version 10.1.5 - Sebastien Godard (sysstat <at> orange.fr)
sysstat: System performance tools for the Linux operating system...
--
-(C) 1999-2012 Sebastien GODARD (sysstat <at> orange.fr)
+(C) 1999-2013 Sebastien GODARD (sysstat <at> orange.fr)
The latest version of sysstat can always be found on my web site at:
http://pagesperso-orange.fr/sebastien.godard/
-sysstat package is also available at ibiblio's Linux archive
-in the following directory:
-
-ftp://ibiblio.org/pub/Linux/system/status/
-
See the CHANGES file to know the new features/improvements/bug fixes added
in this release of sysstat.
${PREFIX}/share/doc/sysstat-x.y.z/*
/var/log/sa
${INIT_DIR}/sysstat
-/lib/systemd/system/sysstat.service if OS uses systemd
+/lib/systemd/system/sysstat.service if OS uses systemd
/etc/sysconfig/sysstat
/etc/sysconfig/sysstat.ioconf
/etc/cron.d/sysstat
-/etc/rc.d/rc.sysstat for [SLACKWARE]
+/etc/rc.d/rc.sysstat (depending on your distro)
${RC_DIR}/rc2.d/S03sysstat
${RC_DIR}/rc3.d/S03sysstat
${RC_DIR}/rc5.d/S03sysstat
-with:
-
-${INIT_DIR}=/etc/rc.d/init.d/ for [REDHAT] [CALDERA] [MANDRIVA] [TURBOLINUX] [KONDARA]
-${INIT_DIR}=/sbin/init.d/ for [SUSE <= 7.0]
-${INIT_DIR}=/etc/init.d/ for [SUSE >= 7.1] [DEBIAN]
-${RC_DIR}=/etc/rc.d/ for [REDHAT] [CALDERA] [MANDRIVA] [TURBOLINUX] [KONDARA] [SLACKWARE]
-${RC_DIR}=/sbin/init.d/ for [SUSE <= 7.0]
-${RC_DIR}=/etc/init.d/ for [SUSE >= 7.1]
-${RC_DIR}=/etc/ for [DEBIAN]
-
sysstat may also install some links in ${RC_DIR}/rc[0146].d/ directory
if chkconfig is used.
/*
* sar/sadc: Report system activity
- * (C) 1999-2012 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2013 by Sebastien Godard (sysstat <at> orange.fr)
*/
#ifndef _SA_H
* Macro functions definitions.
*
* Note: Using 'do ... while' makes the macros safer to use
- * (remember that macro use are followed by a semicolon).
+ * (remember that macro use is followed by a semicolon).
***************************************************************************
*/
/*
* sar and sadf common routines.
- * (C) 1999-2012 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2013 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
/*
* Check sar option -t here (as it can be combined
* with other ones, eg. "sar -rtu ..."
- * But sadf option -t is check in sadf.c as it won't
+ * But sadf option -t is checked in sadf.c as it won't
* be entered as a sar option after "--".
*/
if (caller == C_SAR) {