Installation guide

If you invoke the sa command with no options, the default output consists
of six unheaded columns. Certain command options allow you to expand
the six columns to include more information. You can specify options to
change the format and to output additional information that includes an
identifying suffix. Refer to the sa
(8) reference page for information on the
command options.
The following example shows the default format of the output of the sa
command:
# /usr/sbin/sa
798 277.24re 0.08cpu 3248790avio 0k
7 33.42re 0.08cpu 103424avio 0k csh
14 0.08re 0.00cpu 127703avio 0k mv
40 0.34re 0.00cpu 159968avio 0k cp
2 0.01re 0.00cpu 132448avio 0k acctwtmp
34 0.13re 0.00cpu 133517avio 0k chmod
23 0.10re 0.00cpu 139136avio 0k chgrp
25 0.11re 0.00cpu 144768avio 0k chown
36 0.15re 0.00cpu 133945avio 0k dspmsg
32 0.18re 0.00cpu 134206avio 0k cat
1 2 3 4 5 6
1 Shows information about the number of command executions. An
additional column is added to show the command percentage if you
specify the c option.
2 Shows information about the amount of real time used. An additional
column is added to show the real-time percentage if you specify the c
option.
3 Shows information about CPU time used. Depending on the options
specified, the column can show the total system and user CPU time,
the user CPU time, the system CPU time, or the ratio of user CPU
time to system CPU time. An additional column is added to show the
real-time percentage if you specify the c option. Also, an additional
column is added to show the ratio of real time to total user and system
CPU time if you specify the t option.
4 Shows information about disk I/O operations, either the average
number of I/O operations or the total number of I/O operations.
5 Shows information about kiloblocks (number of blocks multiplied by
1024) used or the memory time integral.
6 Shows the command name.
The following example adds three columns to the default format to display
the following percentages:
# /usr/sbin/sa -c
645 100.00% 324.10re 100.00% 0.02cpu 100.00% 6171050avio 0k
2 0.31% 25.70re 7.93% 0.02cpu 100.00% 107392avio 0k csh
6 0.93% 0.04re 0.01% 0.00cpu 0.00% 132928avio 0k mv
12–26 Administering the System Accounting Services