From: Sebastien Godard Date: Sat, 18 Sep 2010 14:24:06 +0000 (+0200) Subject: Code cleaned. X-Git-Tag: v9.1.6~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=41ab65bc0cdd8c1a15d7be70369c02825c3cf498;p=sysstat Code cleaned. Updated .gitignore file to ignore some more files. Updated various source headers: (C) 2010 instead of (C) 2009. Updated sar manual page: sar -A also includes -m ALL. --- diff --git a/.gitignore b/.gitignore index 953d9c9..3b2f95e 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,14 @@ data *~ man/*~ build/*~ +sadc +sar +sadf +iostat +mpstat +pidstat +nfsiostat +cifsiostat +core +TAGS +nls/*.gmo diff --git a/common.c b/common.c index 0df2ee8..9d64eaa 100644 --- a/common.c +++ b/common.c @@ -1,6 +1,6 @@ /* * sar, sadc, sadf, mpstat and iostat common routines. - * (C) 1999-2009 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2010 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/iostat.c b/iostat.c index 0b98b16..e2f98c7 100644 --- a/iostat.c +++ b/iostat.c @@ -1,6 +1,6 @@ /* * iostat: report CPU and I/O statistics - * (C) 1998-2009 by Sebastien GODARD (sysstat orange.fr) + * (C) 1998-2010 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/iostat.h b/iostat.h index d596cb9..cc7e9a7 100644 --- a/iostat.h +++ b/iostat.h @@ -1,6 +1,6 @@ /* * iostat: report CPU and I/O statistics - * (C) 1999-2009 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2010 by Sebastien Godard (sysstat orange.fr) */ #ifndef _IOSTAT_H diff --git a/man/sar.in b/man/sar.in index 810d2a5..06643bf 100644 --- a/man/sar.in +++ b/man/sar.in @@ -139,7 +139,7 @@ command only reports on local activities. .SH OPTIONS .IP -A This is equivalent to specifying -.BR "-bBdHqrRSuvwWy -I SUM -I XALL -n ALL -u ALL -P ALL". +.BR "-bBdHqrRSuvwWy -I SUM -I XALL -m ALL -n ALL -u ALL -P ALL". .IP -b Report I/O and transfer rate statistics. The following values are displayed: diff --git a/mpstat.c b/mpstat.c index f410c92..7adcea7 100644 --- a/mpstat.c +++ b/mpstat.c @@ -1,6 +1,6 @@ /* * mpstat: per-processor statistics - * (C) 2000-2009 by Sebastien GODARD (sysstat orange.fr) + * (C) 2000-2010 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/mpstat.h b/mpstat.h index 99d86ce..f72dff7 100644 --- a/mpstat.h +++ b/mpstat.h @@ -1,6 +1,6 @@ /* * mpstat: per-processor statistics - * (C) 2000-2009 by Sebastien Godard (sysstat orange.fr) + * (C) 2000-2010 by Sebastien Godard (sysstat orange.fr) */ #ifndef _MPSTAT_H diff --git a/pidstat.h b/pidstat.h index e2fe323..86a3794 100644 --- a/pidstat.h +++ b/pidstat.h @@ -1,6 +1,6 @@ /* * pidstat: Display per-process statistics. - * (C) 2007-2009 by Sebastien Godard (sysstat orange.fr) + * (C) 2007-2010 by Sebastien Godard (sysstat orange.fr) */ #ifndef _PIDSTAT_H diff --git a/sadf.c b/sadf.c index 7219ef1..2343f88 100644 --- a/sadf.c +++ b/sadf.c @@ -1,6 +1,6 @@ /* * sadf: system activity data formatter - * (C) 1999-2009 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2010 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/sysconfig.in b/sysconfig.in index 6d94b56..db98ba6 100644 --- a/sysconfig.in +++ b/sysconfig.in @@ -1,6 +1,6 @@ /* * sysstat: System performance tools for Linux - * (C) 1999-2009 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2010 by Sebastien Godard (sysstat orange.fr) */ #ifndef _SYSCONFIG_H diff --git a/version.in b/version.in index 38caba4..5eed241 100644 --- a/version.in +++ b/version.in @@ -1,6 +1,6 @@ /* * sysstat: System performance tools for Linux - * (C) 1999-2009 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2010 by Sebastien Godard (sysstat orange.fr) */ #ifndef _VERSION_H