~ubuntu-branches/ubuntu/hardy/sysstat/hardy

« back to all changes in this revision

Viewing changes to man/sar.1

  • Committer: Bazaar Package Importer
  • Author(s): Robert Luberda
  • Date: 2006-05-29 20:11:57 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060529201157-e6mxz13s36uq4fzd
Tags: 6.1.3-1
* New upstream version (development):
  + daily data files format has changed again.
* debian/control: Standards-Version: 3.7.2 (no changes needed).
* debian/watch: prefer downloads from the upstream site.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH SAR 1 "OCTOBER 2005" Linux "Linux User's Manual" -*- nroff -*-
 
1
.TH SAR 1 "APRIL 2006" Linux "Linux User's Manual" -*- nroff -*-
2
2
.SH NAME
3
3
sar \- Collect, report, or save system activity information.
4
4
.SH SYNOPSIS
5
5
.B sar [ -A ] [ -b ] [ -B ] [ -c ] [ -d ] [ -i
6
6
.I interval
7
7
.B ] [ -p ] [ -q ] [ -r ] [ -R ] [ -t ] [ -u ] [ -v ] [ -V ] [ -w ] [ -W ] [ -y ]
8
 
.B [ -n { DEV | EDEV | NFS | NFSD | SOCK | FULL } ]
 
8
.B [ -n { DEV | EDEV | NFS | NFSD | SOCK | ALL } ]
9
9
.B [ -x {
10
10
.I pid
11
11
.B | SELF | ALL } ] [ -X {
93
93
Specifying the
94
94
.B -A
95
95
flag is equivalent to specifying
96
 
.BR "-bBcdqrRuvwWy -I SUM -I XALL -n FULL -P ALL".
 
96
.BR "-bBcdqrRuvwWy -I SUM -I XALL -n ALL -P ALL".
97
97
 
98
98
The default version of the
99
99
.B sar
139
139
.SH OPTIONS
140
140
.IP -A
141
141
This is equivalent to specifying
142
 
.BR "-bBcdqrRuvwWy -I SUM -I XALL -n FULL -P ALL".
 
142
.BR "-bBcdqrRuvwWy -I SUM -I XALL -n ALL -P ALL".
143
143
.IP -b
144
144
Report I/O and transfer rate statistics.
145
145
The following values are displayed:
322
322
.B XALL
323
323
keyword indicates that statistics from all interrupts, including potential
324
324
APIC interrupt sources, are to be reported.
325
 
.IP "-n { DEV | EDEV | NFS | NFSD | SOCK | FULL }"
 
325
.IP "-n { DEV | EDEV | NFS | NFSD | SOCK | ALL }"
326
326
Report network statistics.
327
327
 
328
328
With the
554
554
.RE
555
555
 
556
556
The
557
 
.B FULL
 
557
.B ALL
558
558
keyword is equivalent to specifying all the keywords above and therefore all the network
559
559
activities are reported.
560
560
.RE
598
598
 
599
599
.B plist-sz
600
600
.RS
601
 
Number of processes in the process list.
 
601
Number of processes and threads in the process list.
602
602
.RE
603
603
 
604
604
.B ldavg-1
738
738
the system had an outstanding disk I/O request.
739
739
.RE
740
740
 
 
741
.B %steal
 
742
.RS
 
743
Show the percentage of time spent in involuntary wait by the virtual CPU
 
744
or CPUs while the hypervisor was servicing another virtual processor.
 
745
.RE
 
746
 
741
747
.B %idle
742
748
.RS
743
749
Percentage of time that the CPU or CPUs were idle and the system
860
866
.B %user
861
867
.RS
862
868
Percentage of CPU used by the process while executing at the user level
863
 
(application).
 
869
(application), with or without nice priority.
864
870
.RE
865
871
 
866
872
.B %system
916
922
.B %cuser
917
923
.RS
918
924
Percentage of CPU used by the child processes while executing at the user level
919
 
(application).
 
925
(application), with or without nice priority.
920
926
.RE
921
927
 
922
928
.B %csystem