Changes:
+xxxx/xx/xx: Version 10.0.0 - Sebastien Godard (sysstat <at> orange.fr)
+
2010/12/26: Version 9.1.7 - Sebastien Godard (sysstat <at> orange.fr)
INFO: stats_queue structure format has changed and is *not*
compatible with the previous one [+1]
# Makefile to build sysstat commands
-# # (C) 1999-2010 Sebastien GODARD (sysstat <at> orange.fr)
+# # (C) 1999-2011 Sebastien GODARD (sysstat <at> orange.fr)
# Version and package name
VERSION = @PACKAGE_VERSION@
sysstat: System performance tools for the Linux operating system...
--
-(C) 1999-2010 Sebastien Godard (sysstat <at> orange.fr)
+(C) 1999-2011 Sebastien Godard (sysstat <at> orange.fr)
The latest version of sysstat can always be found on my web site at:
/*
* activity.c: Define system activities available for sar/sadc.
- * (C) 1999-2010 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
/*
* sar, sadc, sadf, mpstat and iostat common routines.
- * (C) 1999-2010 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
/*
* sysstat: System performance tools for Linux
- * (C) 1999-2010 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien Godard (sysstat <at> orange.fr)
*/
#ifndef _COMMON_H
# Modified by Sebastien Godard (sysstat <at> orange.fr)
# Initialization of $PACKAGE_VERSION and $PACKAGE_NAME variables
-AC_INIT(sysstat, 9.1.7)
+AC_INIT(sysstat, 10.0.0)
# Ensure that a recent enough version of Autoconf is being used
AC_PREREQ(2.53)
/*
* iostat: report CPU and I/O statistics
- * (C) 1998-2010 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1998-2011 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
/*
* iostat: report CPU and I/O statistics
- * (C) 1999-2010 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien Godard (sysstat <at> orange.fr)
*/
#ifndef _IOSTAT_H
/*
* mpstat: per-processor statistics
- * (C) 2000-2010 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 2000-2011 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
/*
* mpstat: per-processor statistics
- * (C) 2000-2010 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 2000-2011 by Sebastien Godard (sysstat <at> orange.fr)
*/
#ifndef _MPSTAT_H
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: sysstat <at> orange.fr\n"
-"POT-Creation-Date: 2010-12-18 16:20+0100\n"
+"POT-Creation-Date: 2010-12-24 15:16+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
/*
* pidstat: Report statistics for Linux tasks
- * (C) 2007-2010 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 2007-2011 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
/*
* pidstat: Display per-process statistics.
- * (C) 2007-2010 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 2007-2011 by Sebastien Godard (sysstat <at> orange.fr)
*/
#ifndef _PIDSTAT_H
/*
* pr_stats.c: Functions used by sar to display statistics
- * (C) 1999-2010 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
/*
* pr_stats.h: Include file used to display system statistics
- * (C) 1999-2010 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien Godard (sysstat <at> orange.fr)
*/
#ifndef _PR_STATS_H
/*
* rd_stats.c: Read system statistics
- * (C) 1999-2010 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
/*
* rd_stats.h: Include file used to read system statistics
- * (C) 1999-2010 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien Godard (sysstat <at> orange.fr)
*/
#ifndef _RD_STATS_H
/*
* rndr_stats.c: Funtions used by sadf to display statistics in selected format.
- * (C) 1999-2010 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
/*
* rndr_stats.h: Include file used to display system statistics in selected format.
- * (C) 1999-2010 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien Godard (sysstat <at> orange.fr)
*/
#ifndef _RNDR_STATS_H
/*
* sar/sadc: Report system activity
- * (C) 1999-2010 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien Godard (sysstat <at> orange.fr)
*/
#ifndef _SA_H
#!/bin/sh
# @SA_LIB_DIR@/sa1
-# (C) 1999-2009 Sebastien Godard (sysstat <at> orange.fr)
+# (C) 1999-2011 Sebastien Godard (sysstat <at> orange.fr)
#
#@(#) @PACKAGE_NAME@-@PACKAGE_VERSION@
#@(#) sa1: Collect and store binary data in system activity data file.
#!/bin/sh
# @SA_LIB_DIR@/sa2
-# (C) 1999-2009 Sebastien Godard (sysstat <at> orange.fr)
+# (C) 1999-2011 Sebastien Godard (sysstat <at> orange.fr)
#
#@(#) @PACKAGE_NAME@-@PACKAGE_VERSION@
#@(#) sa2: Write a daily report
/*
* sar and sadf common routines.
- * (C) 1999-2010 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
/*
* sysstat - sa_wrap.c: Functions used in activity.c
- * (C) 1999-2010 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
/*
* sadc: system activity data collector
- * (C) 1999-2010 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
/*
* sadf: system activity data formatter
- * (C) 1999-2010 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
/*
* sadf: System activity data formatter
- * (C) 1999-2010 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien Godard (sysstat <at> orange.fr)
*/
#ifndef _SADF_H
/*
* sar: report system activity
- * (C) 1999-2010 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
/*
* sysstat: System performance tools for Linux
- * (C) 1999-2010 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien Godard (sysstat <at> orange.fr)
*/
#ifndef _SYSCONFIG_H
#
# chkconfig: 12345 01 99
# @INIT_DIR@/sysstat
-# (C) 2000-2010 Sebastien Godard (sysstat <at> orange.fr)
+# (C) 2000-2011 Sebastien Godard (sysstat <at> orange.fr)
#
### BEGIN INIT INFO
# Provides: sysstat
/*
* sysstat: System performance tools for Linux
- * (C) 1999-2010 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien Godard (sysstat <at> orange.fr)
*/
#ifndef _VERSION_H
/*
* xml_stats.c: Funtions used by sadf to display statistics in XML.
- * (C) 1999-2010 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
/*
* xml_stats.h: Include file used to display system statistics in XML.
- * (C) 1999-2010 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien Godard (sysstat <at> orange.fr)
*/
#ifndef _PRF_STATS_H