~ubuntu-branches/ubuntu/utopic/sysstat/utopic

« back to all changes in this revision

Viewing changes to FAQ

  • Committer: Package Import Robot
  • Author(s): Robert Luberda
  • Date: 2012-05-20 11:14:47 UTC
  • mfrom: (1.2.14)
  • Revision ID: package-import@ubuntu.com-20120520111447-282wto2ur1v9egso
Tags: 10.0.5-1
* New upstream (stable) version.
* debian/control: Document the cifsiostat and nfsiostat tools in sysstat
  package description (closes: #667618).
* debian-sa1, sysstat.cron.daily, sysstat.postinst, 04-configs.patch,
  sysstat.init.d: Remove Debian-specific SA1_OPTIONS and SA2_OPTIONS
  variables, use upstream-provided SADC_OPTIONS instead. Provide a
  sysstat.NEWS entry for the change.

Show diffs side-by-side

added added

removed removed

Lines of Context:
208
208
/var/log/sa directory using the data collector (sadc) or using option
209
209
-o with sar. Once they are created, sar can display statistics saved
210
210
in those files.
211
 
But sar can also display statistics collected "on the fly": just enter
 
211
But sar can also display statistics collected "on the fly": Just enter
212
212
the proper option on the command line to indicate which statistics are
213
213
to be displayed, and also specify an <interval> and <count> number.
214
214
E.g.:
255
255
Indeed, we found that 2.2.x kernels (with x <= 15) have an SMP race
256
256
condition, which the sar command may trigger when it reads the
257
257
/proc/tty/driver/serial file.
 
258
Note: Option "--enable-smp-race" was removed in sysstat version 9.1.4.
 
259
Anyway you don't run a kernel 2.2.x any more, do you?
258
260
 
259
261
~~~
260
262
 
381
383
 
382
384
Another possible crontab would be:
383
385
 
384
 
*/10 1-22 * * * /usr/lib/sa/sa1 -d 1 1
385
 
0,10,20,30,40 23 * * * /usr/lib/sa/sa1 -d 1 1
386
 
50 23 * * * /usr/lib/sa/sa1 -d 600 2
387
 
10,20,30,40,50 0 * * * /usr/lib/sa/sa1 -d 1 1
 
386
*/10 1-22 * * * /usr/lib/sa/sa1 1 1
 
387
0,10,20,30,40 23 * * * /usr/lib/sa/sa1 1 1
 
388
50 23 * * * /usr/lib/sa/sa1 600 2
 
389
10,20,30,40,50 0 * * * /usr/lib/sa/sa1 1 1
388
390
 
389
391
~~~
390
392