]> granicus.if.org Git - sysstat/commitdiff
Code cleaned.
authorSebastien Godard <sysstat@orange.fr>
Sat, 18 Sep 2010 14:24:06 +0000 (16:24 +0200)
committerSebastien Godard <sysstat@orange.fr>
Sat, 18 Sep 2010 14:24:06 +0000 (16:24 +0200)
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.

.gitignore
common.c
iostat.c
iostat.h
man/sar.in
mpstat.c
mpstat.h
pidstat.h
sadf.c
sysconfig.in
version.in

index 953d9c9cac939f019237baf7e2bfe7654a2c5e0f..3b2f95e8466f9405db0dea71231bfe49e5528c16 100644 (file)
@@ -33,3 +33,14 @@ data
 *~
 man/*~
 build/*~
+sadc
+sar
+sadf
+iostat
+mpstat
+pidstat
+nfsiostat
+cifsiostat
+core
+TAGS
+nls/*.gmo
index 0df2ee8a298881c6b79614367892980dbce984e0..9d64eaac84201f29a4f44fa3e5bf2269662b42c4 100644 (file)
--- 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 <at> orange.fr)
+ * (C) 1999-2010 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index 0b98b169fd22917b74123896d09d4ed1f826b9a8..e2f98c73ab4c6209ff6d314d0b1886d550d3f3f0 100644 (file)
--- a/iostat.c
+++ b/iostat.c
@@ -1,6 +1,6 @@
 /*
  * iostat: report CPU and I/O statistics
- * (C) 1998-2009 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1998-2010 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index d596cb969e95d4be5727de38cdc36ef39f107fa6..cc7e9a78a1aa87a8411d4471a18bc51362105a24 100644 (file)
--- a/iostat.h
+++ b/iostat.h
@@ -1,6 +1,6 @@
 /*
  * iostat: report CPU and I/O statistics
- * (C) 1999-2009 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2010 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _IOSTAT_H
index 810d2a5fef90c2633370aeeb2d942d0c72207c6b..06643bf3d5d335b77107b5b5888b911823b3a05f 100644 (file)
@@ -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:
index f410c921853a3d74ecd6ecb5ba1cc55cb51f98cb..7adcea71d8c77c1c7f92ef4171604bdabddb0499 100644 (file)
--- a/mpstat.c
+++ b/mpstat.c
@@ -1,6 +1,6 @@
 /*
  * mpstat: per-processor statistics
- * (C) 2000-2009 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 2000-2010 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index 99d86ce8903fa5e53e711f4e2435468ad7e954a0..f72dff7b0007be46654a8bfa1f4d857b400dcf7a 100644 (file)
--- a/mpstat.h
+++ b/mpstat.h
@@ -1,6 +1,6 @@
 /*
  * mpstat: per-processor statistics
- * (C) 2000-2009 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 2000-2010 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _MPSTAT_H
index e2fe3234144ec1a18631e53407280b0c8f0d5492..86a3794261089788bd33ace7d84c7852c688405d 100644 (file)
--- a/pidstat.h
+++ b/pidstat.h
@@ -1,6 +1,6 @@
 /*
  * pidstat: Display per-process statistics.
- * (C) 2007-2009 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 2007-2010 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _PIDSTAT_H
diff --git a/sadf.c b/sadf.c
index 7219ef12d6f4938ad927767a0be9c982848d6c0c..2343f88e772ea44eacf60e7019841b83f27753bd 100644 (file)
--- a/sadf.c
+++ b/sadf.c
@@ -1,6 +1,6 @@
 /*
  * sadf: system activity data formatter
- * (C) 1999-2009 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2010 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index 6d94b56c97b8b7a57969a4a4de43d97989d77418..db98ba6eb9de15a23067e0aec6b9cd0f4f5ef96b 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * sysstat: System performance tools for Linux
- * (C) 1999-2009 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2010 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _SYSCONFIG_H
index 38caba48ad51ea383a5f609f174b2628c242a3d8..5eed241f8138cd77557339479bf162edc9dd5958 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * sysstat: System performance tools for Linux
- * (C) 1999-2009 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2010 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _VERSION_H