~ubuntu-branches/ubuntu/utopic/sysstat/utopic

« back to all changes in this revision

Viewing changes to man/sar.in

  • Committer: Package Import Robot
  • Author(s): Robert Luberda
  • Date: 2013-06-13 22:27:39 UTC
  • mfrom: (1.4.3)
  • Revision ID: package-import@ubuntu.com-20130613222739-k73hvrwurt5phlan
Tags: 10.1.6-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH SAR 1 "SEPTEMBER 2012" Linux "Linux User's Manual" -*- nroff -*-
 
1
.TH SAR 1 "MAY 2013" 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
 
.B sar [ -A ] [ -B ] [ -b ] [ -C ] [ -d ] [ -H ] [ -h ] [ -p ] [ -q ] [ -R ]
 
5
.B sar [ -A ] [ -B ] [ -b ] [ -C ] [ -d ] [ -F ] [ -H ] [ -h ] [ -p ] [ -q ] [ -R ]
6
6
.B [ -r ] [ -S ] [ -t ] [ -u [ ALL ] ] [ -V ] [ -v ] [ -W ] [ -w ] [ -y ]
7
7
.B [ -I {
8
8
.I int
320
320
or
321
321
.B -o
322
322
).
 
323
.IP -F
 
324
Display statistics for currently mounted filesystems. Pseudo-filesystems are
 
325
ignored. At the end of the report,
 
326
.B sar
 
327
will display a summary of all those filesystems. The following values are
 
328
displayed:
 
329
 
 
330
.B MBfsfree
 
331
.RS
 
332
.RS
 
333
Total amount a free space in megabytes (including space available only to privileged user).
 
334
.RE
 
335
 
 
336
.B MBfsused
 
337
.RS
 
338
Total amount of space used in megabytes.
 
339
.RE
 
340
 
 
341
.B %fsused
 
342
.RS
 
343
Percentage of filesystem space used, as seen by a privileged user.
 
344
.RE
 
345
 
 
346
.B %ufsused
 
347
.RS
 
348
Percentage of filesystem space used, as seen by an unprivileged user.
 
349
.RE
 
350
 
 
351
.B Ifree
 
352
.RS
 
353
Total number of free file nodes in filesystem.
 
354
.RE
 
355
 
 
356
.B Iused
 
357
.RS
 
358
Total number of file nodes used in filesystem.
 
359
.RE
 
360
 
 
361
.B %Iused
 
362
.RS
 
363
Percentage of file nodes used in filesystem.
 
364
.RE
 
365
.RE
323
366
.IP "-f [ filename ]"
324
367
Extract records from
325
368
.I filename
1714
1757
.RS
1715
1758
Number of memory pages freed by the system per second.
1716
1759
A negative value represents a number of pages allocated by the system.
1717
 
Note that a page has a size of 4 kB or 8 kB according to the machine architecture.
 
1760
Note that a page has a size of 4 kiB or 8 kiB according to the machine architecture.
1718
1761
.RE
1719
1762
 
1720
1763
.B bufpg/s
1977
2020
.RE
1978
2021
.RE
1979
2022
.IP -y
1980
 
Report TTY device activity. The following values are displayed:
 
2023
Report TTY devices activity. The following values are displayed:
1981
2024
 
1982
2025
.B rcvin/s
1983
2026
.RS