]> granicus.if.org Git - sysstat/commitdiff
FAQ updated.
authorseb <seb@kluane.home>
Fri, 1 Mar 2013 13:34:35 +0000 (14:34 +0100)
committerseb <seb@kluane.home>
Fri, 1 Mar 2013 13:34:35 +0000 (14:34 +0100)
Fixed some typos. Also some examples were no longer valid: Fixed them.

CHANGES
FAQ

diff --git a/CHANGES b/CHANGES
index fa9aa4494fcbb03caca5c5f061bef9c63364a04d..23a90758d7c4e602a085643cc102e0b9c87e21e4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,7 @@ xxxx/xx/xx: Version 10.1.4 - Sebastien Godard (sysstat <at> orange.fr)
          receives SIGINT (crtl/c).
        * sar now stops and displays its average stats when it receives
          SIGINT (crtl/c).
+       * FAQ updated.
 
 2012/12/23: Version 10.1.3 - Sebastien Godard (sysstat <at> orange.fr)
        * Changed network counters (used by sar -n {DEV | EDEV }) to
diff --git a/FAQ b/FAQ
index d58cfd324925c371bad8db69ead18b00ae457aaa..51f1b380a47824cd80c4f7fe5ee13742d40c5dad 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -1,9 +1,7 @@
 This is sysstat's Frequently Asked Questions!
 Be sure to read this carefully before asking for help...
 If you don't find the solution to your problem here then send me an email
-(please remember to include sysstat's version number, a sample output
-showing the bug, and the contents of the /proc/stat file for your system.
-Also tell me what version your kernel is).
+(please remember to include the version numbers of sysstat and of your kernekl).
 
 
 1. GENERAL QUESTIONS
@@ -209,12 +207,12 @@ Please read the sar(1) manual page! Daily data files are created in the
 -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
-the proper option on the command line to indicate which statistics are
-to be displayed, and also specify an <interval> and <count> number.
+the proper options on the command line to indicate which statistics are
+to be displayed, and also specify <interval> and <count> numbers.
 E.g.:
 
 # sar 2 5  --> will report CPU utilization every two seconds, five times.
-# sar -n DEV 3  --> will report network device utilization every
+# sar -n DEV 3  --> will report network device utilization every
 3 seconds, in an infinite loop.
 
 ~~~