summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-leap-15-6/man8/sa1.8
blob: 9067affe327060aa6da2a393a3e7e22a00f5ab65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
.TH SA1 8 "JULY 2018" Linux "Linux User's Manual" -*- nroff -*-
.SH NAME
sa1 \- Collect and store binary data in the system activity daily data file.
.SH SYNOPSIS
.B /usr/lib64/sa/sa1 [ --boot |
.I interval
.I count
.B ]
.SH DESCRIPTION
The
.B sa1
command is a shell procedure variant of the
.B sadc
command and handles all of the flags and parameters of that command. The
.B sa1
command collects and stores binary data in the current standard
system activity daily data file.

The standard system activity daily data file is named
.I saDD
unless
.BR sadc 's
option
.B -D
is used, in which case its name is
.IR saYYYYMMDD ,
where YYYY stands for the current year, MM for the current month
and DD for the current day. By default it is located in the
.I /var/log/sa
directory.

The
.I interval
and
.I count
parameters specify that the record should be written
.I count
times at
.I interval
seconds. If no arguments are given to
.B sa1
then a single record is written.

The
.B sa1
command is designed to be started automatically by the cron command.

.SH OPTIONS
.IP --boot
This option tells
.B sa1
that the
.B sadc
command should be called without specifying the
.I interval
and
.I count
parameters in order to insert a dummy record, marking the time when the counters
restart from 0.

.SH EXAMPLE
To collect data (including those from disks) every 10 minutes,
place the following entry in your root crontab file:

.B 0,10,20,30,40,50 * * * * /usr/lib64/sa/sa1 1 1 -S DISK

.SH FILES
.I /var/log/sa/saDD
.br
.I /var/log/sa/saYYYYMMDD
.RS
The standard system activity daily data files and their default location.
YYYY stands for the current year, MM for the current month and DD for the
current day.
.SH AUTHOR
Sebastien Godard (sysstat <at> orange.fr)
.SH SEE ALSO
.BR sar (1),
.BR sadc (8),
.BR sa2 (8),
.BR sadf (1),
.BR sysstat (5)

.I https://github.com/sysstat/sysstat

.I http://pagesperso-orange.fr/sebastien.godard/