blob: 7b8472a0417fdc11f7e51d78f25b38454eaf35da (
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
|
.\" sa2 manual page - (C) 1999-2020 Sebastien Godard (sysstat <at> orange.fr)
.TH SA2 8 "AUGUST 2023" Linux "Linux User's Manual" -*- nroff -*-
.SH NAME
sa2 \- Create a report from the current standard system activity daily data file.
.SH SYNOPSIS
.B /usr/libexec/sysstat/sa2
.SH DESCRIPTION
.RB "The " "sa2 " "command is a shell procedure variant of the " "sar"
command which writes a daily report in the
.IR "sarDD " "or the " "sarYYYYMMDD " "file, where"
.IR "YYYY " "stands for the current year, " "MM " "for the current month and " "DD"
for the current day. By default the report is saved in the
.I /var/log/sysstat
directory. The
.B sa2
command will also remove reports more than one week old by default.
You can however keep reports for a longer (or a shorter) period by setting the
.B HISTORY
environment variable. Read the
.BR "sysstat" "(5) manual page for details."
.PP
.RB "The " "sa2 " "command accepts most of the flags and parameters of the " "sar " "command."
.PP
.RB "The " "sa2 " "command is designed to be started automatically by the " "cron " "command."
.SH EXAMPLES
.RB "To run the " "sa2"
command daily, place the following entry in your root crontab file:
.B 5 19 * * 1\-5 /usr/libexec/sysstat/sa2 \-A
This will generate by default a daily report called
.IR "sarDD " "in the"
.I /var/log/sysstat
directory, where the
.IR "DD " "parameter is a number representing the day of the month."
.SS Debian note
The Debian sysstat package has already placed such an entry in your system crontab.
Please refer to the
.I /usr/share/doc/sysstat/README.Debian
file for details.
.SH FILES
.I /var/log/sysstat/sarDD
.br
.I /var/log/sysstat/sarYYYYMMDD
.RS
The standard system activity daily report files and their default location.
.IR "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), " "sadc" "(8), " "sa1" "(8), " "sadf" "(1), " "sysstat" "(5)"
.PP
.I https://github.com/sysstat/sysstat
.br
.I https://sysstat.github.io/
|