]> granicus.if.org Git - sysstat/commitdiff
FAQ updated.
authorSebastien Godard <sysstat@orange.fr>
Wed, 9 May 2012 07:25:46 +0000 (09:25 +0200)
committerSebastien Godard <sysstat@orange.fr>
Wed, 9 May 2012 07:25:46 +0000 (09:25 +0200)
Several details have been added to some answers of the FAQ.
Keep them consistent with current sysstat versions.

CHANGES
FAQ

diff --git a/CHANGES b/CHANGES
index 494897a92d61aca743cf567df7a5c966d7062433..95153afb890a38b771b8fa36d18e6a2b05f696ae 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,7 @@ xxxx/xx/xx: Version 10.0.5 - Sebastien Godard (sysstat <at> orange.fr)
          timestamp element.
        * [Peter Schiffer]: Set exit code to 0 for sa2 shell script.
        * iostat and sadc manual pages updated.
+       * FAQ updated.
        * CREDITS file updated.
 
 2012/03/07: Version 10.0.4 - Sebastien Godard (sysstat <at> orange.fr)
diff --git a/FAQ b/FAQ
index ea105e86b29b3a6050585aabe8041cfe30c36b1e..d315eaa5ac05e0e34d1fa25bf8bc7ca6aa45a16a 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -208,7 +208,7 @@ Please read the sar(1) manual page! Daily data files are created in the
 /var/log/sa directory using the data collector (sadc) or using option
 -o with sar. Once they are created, sar can display statistics saved
 in those files.
-But sar can also display statistics collected "on the fly": just enter
+But sar can also display statistics collected "on the fly": Just enter
 the proper option on the command line to indicate which statistics are
 to be displayed, and also specify an <interval> and <count> number.
 E.g.:
@@ -255,6 +255,8 @@ if you use the Interactive Configuration script (iconfig).
 Indeed, we found that 2.2.x kernels (with x <= 15) have an SMP race
 condition, which the sar command may trigger when it reads the
 /proc/tty/driver/serial file.
+Note: Option "--enable-smp-race" was removed in sysstat version 9.1.4.
+Anyway you don't run a kernel 2.2.x any more, do you?
 
 ~~~
 
@@ -381,10 +383,10 @@ data for midnight at the end of each daily data file:
 
 Another possible crontab would be:
 
-*/10 1-22 * * * /usr/lib/sa/sa1 -d 1 1
-0,10,20,30,40 23 * * * /usr/lib/sa/sa1 -d 1 1
-50 23 * * * /usr/lib/sa/sa1 -d 600 2
-10,20,30,40,50 0 * * * /usr/lib/sa/sa1 -d 1 1
+*/10 1-22 * * * /usr/lib/sa/sa1 1 1
+0,10,20,30,40 23 * * * /usr/lib/sa/sa1 1 1
+50 23 * * * /usr/lib/sa/sa1 600 2
+10,20,30,40,50 0 * * * /usr/lib/sa/sa1 1 1
 
 ~~~