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/lib/sa/sa1 [ 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 store binary data in the /var/log/sa/sadd file, where
16 the dd parameter indicates the current day. The interval and count
17 parameters specify that the record should be written count times at
18 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 To create a daily record of sar activities, place the following entry
27 in your root or adm crontab file:
28
29 0 8-18 * * 1-5 /usr/lib/sa/sa1 1200 3 &
30
31
33 /var/log/sa/sadd
34 Indicate the daily data file, where the dd parameter is a number
35 representing the day of the month.
36
38 Sebastien Godard (sysstat <at> wanadoo.fr)
39
41 sar(1), sadc(8), sa2(8), sadf(1), mpstat(1), iostat(1), vmstat(8)
42
43 http://perso.orange.fr/sebastien.godard/
44
45
46
47Linux JUNE 2006 SA1(8)