1SA1(8) Linux User's Manual SA1(8)
2
3
4
6 sa1 - Collect and store binary data in the system activity daily data
7 file.
8
10 /usr/lib64/sa/sa1 [ --boot | interval count ]
11
13 The sa1 command is a shell procedure variant of the sadc command and
14 handles all of the flags and parameters of that command. The sa1 com‐
15 mand collects and stores binary data in the /var/log/sa/sadd file,
16 where the dd parameter indicates the current day. The interval and
17 count parameters specify that the record should be written count times
18 at interval seconds. If you do not specify these parameters, a single
19 record is written.
20
21 The sa1 command is designed to be started automatically by the cron
22 command.
23
24
26 --boot This option tells sa1 that the sadc command should be called
27 without specifying the interval and count parameters in order to
28 insert a dummy record, marking the time when the counters
29 restarts from 0.
30
31
33 To create a daily record of sar activities, place the following entry
34 in your root or adm crontab file:
35
36 0 8-18 * * 1-5 /usr/lib64/sa/sa1 1200 3 &
37
38
40 /var/log/sa/sadd
41 Indicate the daily data file, where the dd parameter is a number
42 representing the day of the month.
43
45 Sebastien Godard (sysstat <at> orange.fr)
46
48 sar(1), sadc(8), sa2(8), sadf(1), isag(1)
49
50 http://pagesperso-orange.fr/sebastien.godard/
51
52
53
54Linux AUGUST 2008 SA1(8)