]> granicus.if.org Git - sysstat/log
sysstat
14 years agoFixed configure's --disable-man-group option.
Sebastien Godard [Wed, 22 Sep 2010 18:20:42 +0000 (20:20 +0200)]
Fixed configure's --disable-man-group option.

Mail from Ivana Varekova (21/09/2010):
Using --disable-man-group option with configure resulted in man_group variable
being used. With --enable-man-group, the variable was ignored, which is the
opposite of what is expected.
This patch fixes that.

14 years agoMoved manual pages from $prefix/man to $prefix/share/man.
Sebastien Godard [Tue, 21 Sep 2010 19:52:17 +0000 (21:52 +0200)]
Moved manual pages from $prefix/man to $prefix/share/man.

Mail from Ivana Varekova (21/09/2010).
The Linux Filesystem Hierarchy now defines the default location for
manual pages as /usr/share/man instead of /usr/man.
So update sysstat to reflect this change.
See: http://tldp.org/LDP/Linux-Filesystem-Hierarchy/html/Linux-Filesystem-Hierarchy.html#usr

14 years agoFixed XML output for hugepages utilization statistics.
Sebastien Godard [Sun, 19 Sep 2010 14:04:31 +0000 (16:04 +0200)]
Fixed XML output for hugepages utilization statistics.

Indentation was wrong after displaying hugepages stats in XML format.

14 years agoCode cleaned.
Sebastien Godard [Sat, 18 Sep 2010 14:24:06 +0000 (16:24 +0200)]
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.

14 years agoAdded hugepages utilization statistics.
Sebastien Godard [Sat, 18 Sep 2010 13:14:13 +0000 (15:14 +0200)]
Added hugepages utilization statistics.

Added option -H to sar to display hugepages utilization statistics.
Sar manual page updated.
DTD and XSD documents updated (v2.9)

14 years agoStart release 9.1.6 and make it git aware.
Sebastien Godard [Thu, 16 Sep 2010 11:58:11 +0000 (13:58 +0200)]
Start release 9.1.6 and make it git aware.

14 years agoFirst use of git system. Based on a complete sysstat 9.1.5 version. v9.1.5
Sebastien Godard [Mon, 13 Sep 2010 19:47:33 +0000 (21:47 +0200)]
First use of git system. Based on a complete sysstat 9.1.5 version.