~ubuntu-branches/ubuntu/karmic/sysstat/karmic

« back to all changes in this revision

Viewing changes to man/sar.in

  • Committer: Bazaar Package Importer
  • Author(s): Robert Luberda
  • Date: 2009-06-07 21:37:20 UTC
  • mfrom: (1.1.15 upstream) (2.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090607213720-4sixxpv1y32q27qn
Tags: 9.0.3-2
Remove some debugging cruft left by accident.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH SAR 1 "MARCH 2009" Linux "Linux User's Manual" -*- nroff -*-
 
1
.TH SAR 1 "MAY 2009" Linux "Linux User's Manual" -*- nroff -*-
2
2
.SH NAME
3
3
sar \- Collect, report, or save system activity information.
4
4
.SH SYNOPSIS
256
256
pre 2.5 kernels. Device names may also be pretty-printed if option -p
257
257
is used (see below). Values for fields avgqu-sz, await, svctm and %util
258
258
may be unavailable and displayed as 0.00 with some 2.4 kernels.
259
 
Note that disk activity depends on sadc option "-S DISK" to be collected.
260
 
The following values are displayed:
 
259
Note that disk activity depends on sadc options "-S DISK" and "-S XDISK"
 
260
to be collected. The following values are displayed:
261
261
 
262
262
.B tps
263
263
.RS
1486
1486
parameter is the current daily data file, the
1487
1487
.IR @SA_DIR@/sa dd
1488
1488
file. The -o option is exclusive of the -f option.
 
1489
All the data available from the kernel are saved in the file (in fact,
 
1490
.B sar
 
1491
calls its data collector
 
1492
.B sadc
 
1493
with the option "-S ALL". See sadc(8) manual page).
1489
1494
.IP "-P { cpu [,...] | ALL }"
1490
1495
Report per-processor statistics for the specified processor or processors.
1491
1496
Specifying the
1681
1686
.RS
1682
1687
Percentage of CPU utilization that occurred while executing at the system
1683
1688
level (kernel). Note that this field includes time spent servicing
1684
 
interrupts and softirqs.
 
1689
hardware and software interrupts.
1685
1690
.RE
1686
1691
 
1687
1692
.B %sys
1688
1693
.RS
1689
1694
Percentage of CPU utilization that occurred while executing at the system
1690
1695
level (kernel). Note that this field does NOT include time spent servicing
1691
 
interrupts or softirqs.
 
1696
hardware or software interrupts.
1692
1697
.RE
1693
1698
 
1694
1699
.B %iowait
1705
1710
 
1706
1711
.B %irq
1707
1712
.RS
1708
 
Percentage of time spent by the CPU or CPUs to service interrupts.
 
1713
Percentage of time spent by the CPU or CPUs to service hardware interrupts.
1709
1714
.RE
1710
1715
 
1711
1716
.B %soft
1712
1717
.RS
1713
 
Percentage of time spent by the CPU or CPUs to service softirqs
1714
 
(software interrupts).
 
1718
Percentage of time spent by the CPU or CPUs to service software interrupts.
1715
1719
.RE
1716
1720
 
1717
1721
.B %guest