Blame SOURCES/0007-Filesystems-statistics-part-7-Documentation-updates.patch

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