|
|
72abff |
From 0df6019dfc15218785a7a684de06541d2bfa2449 Mon Sep 17 00:00:00 2001
|
|
|
72abff |
From: Sebastien GODARD <sysstat@orange.fr.fake>
|
|
|
72abff |
Date: Mon, 20 May 2013 14:57:39 +0200
|
|
|
72abff |
Subject: [PATCH] Filesystems statistics (part 7): Documentation updates
|
|
|
72abff |
|
|
|
72abff |
This patch updates sar manual page to describe option -F used to display
|
|
|
72abff |
filesystems statistics.
|
|
|
72abff |
CHANGES file is also updated.
|
|
|
72abff |
|
|
|
72abff |
(cherry picked from commit a1999309158fa089e4399ca7b88d0c5fa4c8fef3)
|
|
|
72abff |
---
|
|
|
72abff |
man/sar.in | 45 ++++++++++++++++++++++++++++++++++++++++++++-
|
|
|
72abff |
1 file changed, 44 insertions(+), 1 deletion(-)
|
|
|
72abff |
|
|
|
72abff |
diff --git a/man/sar.in b/man/sar.in
|
|
|
72abff |
index 1ef4f89..65c89cb 100644
|
|
|
72abff |
--- a/man/sar.in
|
|
|
72abff |
+++ b/man/sar.in
|
|
|
72abff |
@@ -2,7 +2,7 @@
|
|
|
72abff |
.SH NAME
|
|
|
72abff |
sar \- Collect, report, or save system activity information.
|
|
|
72abff |
.SH SYNOPSIS
|
|
|
72abff |
-.B sar [ -A ] [ -B ] [ -b ] [ -C ] [ -d ] [ -H ] [ -h ] [ -p ] [ -q ] [ -R ]
|
|
|
72abff |
+.B sar [ -A ] [ -B ] [ -b ] [ -C ] [ -d ] [ -F ] [ -H ] [ -h ] [ -p ] [ -q ] [ -R ]
|
|
|
72abff |
.B [ -r ] [ -S ] [ -t ] [ -u [ ALL ] ] [ -V ] [ -v ] [ -W ] [ -w ] [ -y ]
|
|
|
72abff |
.B [ -I {
|
|
|
72abff |
.I int
|
|
|
72abff |
@@ -320,6 +320,49 @@ or written to a file (options
|
|
|
72abff |
or
|
|
|
72abff |
.B -o
|
|
|
72abff |
).
|
|
|
72abff |
+.IP -F
|
|
|
72abff |
+Display statistics for currently mounted filesystems. Pseudo-filesystems are
|
|
|
72abff |
+ignored. At the end of the report,
|
|
|
72abff |
+.B sar
|
|
|
72abff |
+will display a summary of all those filesystems. The following values are
|
|
|
72abff |
+displayed:
|
|
|
72abff |
+
|
|
|
72abff |
+.B MBfsfree
|
|
|
72abff |
+.RS
|
|
|
72abff |
+.RS
|
|
|
72abff |
+Total amount a free space in megabytes (including space available only to privileged user).
|
|
|
72abff |
+.RE
|
|
|
72abff |
+
|
|
|
72abff |
+.B MBfsused
|
|
|
72abff |
+.RS
|
|
|
72abff |
+Total amount of space used in megabytes.
|
|
|
72abff |
+.RE
|
|
|
72abff |
+
|
|
|
72abff |
+.B %fsused
|
|
|
72abff |
+.RS
|
|
|
72abff |
+Percentage of filesystem space used, as seen by a privileged user.
|
|
|
72abff |
+.RE
|
|
|
72abff |
+
|
|
|
72abff |
+.B %ufsused
|
|
|
72abff |
+.RS
|
|
|
72abff |
+Percentage of filesystem space used, as seen by an unprivileged user.
|
|
|
72abff |
+.RE
|
|
|
72abff |
+
|
|
|
72abff |
+.B Ifree
|
|
|
72abff |
+.RS
|
|
|
72abff |
+Total number of free file nodes in filesystem.
|
|
|
72abff |
+.RE
|
|
|
72abff |
+
|
|
|
72abff |
+.B Iused
|
|
|
72abff |
+.RS
|
|
|
72abff |
+Total number of file nodes used in filesystem.
|
|
|
72abff |
+.RE
|
|
|
72abff |
+
|
|
|
72abff |
+.B %Iused
|
|
|
72abff |
+.RS
|
|
|
72abff |
+Percentage of file nodes used in filesystem.
|
|
|
72abff |
+.RE
|
|
|
72abff |
+.RE
|
|
|
72abff |
.IP "-f [ filename ]"
|
|
|
72abff |
Extract records from
|
|
|
72abff |
.I filename
|
|
|
72abff |
--
|
|
|
72abff |
2.14.3
|
|
|
72abff |
|