Blame SOURCES/0056-iscsiadm.8-Updated-man-page-for-host-statistics.patch

786c6d
From 4a3076b56834d444eb9e19fc5fa25fff3a9624ec Mon Sep 17 00:00:00 2001
786c6d
From: Lalit Chandivade <lalit.chandivade@qlogic.com>
786c6d
Date: Fri, 22 Nov 2013 05:46:15 -0500
786c6d
Subject: [PATCH] iscsiadm.8: Updated man page for host statistics.
786c6d
786c6d
Signed-off-by: Lalit Chandivade <lalit.chandivade@qlogic.com>
786c6d
Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
786c6d
---
786c6d
 doc/iscsiadm.8 | 7 ++++++-
786c6d
 1 file changed, 6 insertions(+), 1 deletion(-)
786c6d
786c6d
diff --git a/doc/iscsiadm.8 b/doc/iscsiadm.8
786c6d
index 0e8149c..d59af43 100644
786c6d
--- a/doc/iscsiadm.8
786c6d
+++ b/doc/iscsiadm.8
786c6d
@@ -18,6 +18,8 @@ iscsiadm \- open-iscsi administration utility
786c6d
 
786c6d
 \fBiscsiadm\fR \-m host [ \-P printlevel ] [ \-H hostno|MAC ] [ [ \-C chap [ \-x chap_tbl_idx ] ] | [ \-C flashnode [ \-A portal_type ] [ \-x flashnode_idx ] ] ] [ [ \-o operation ] [ \-n name ] [ \-v value ] ]
786c6d
 
786c6d
+\fBiscsiadm\fR \-m host [ \-P printlevel ] [ \-H hostno|MAC ] [ [ \-C chap [ \-o operation ] [ \-v chap_tbl_idx ] ] | [ \-C flashnode [ \-o operation ] [ \-A portal_type ] [ \-x flashnode_idx ] [ \-n name ] [ \-v value ] ] | [ \-C stats ]]
786c6d
+
786c6d
 \fBiscsiadm\fR \-k priority
786c6d
 
786c6d
 .SH "DESCRIPTION"
786c6d
@@ -72,12 +74,14 @@ Currently iscsiadm support ping as submode for iface. For example,
786c6d
 
786c6d
 iscsiadm -m iface -I ifacename -C ping -a ipaddr -b packetsize -c count -i interval
786c6d
 
786c6d
-For host, it supports chap and flashnode as submodes. For example,
786c6d
+For host, it supports chap , flashnode and stats as submodes. For example,
786c6d
 
786c6d
 iscsiadm -m host -H hostno -C chap -x chap_tbl_idx -o operation
786c6d
 
786c6d
 iscsiadm -m host -H hostno -C flashnode -x flashnode_idx -o operation
786c6d
 
786c6d
+iscsiadm -m host -H hostno -C stats
786c6d
+
786c6d
 .TP
786c6d
 \fB\-d\fR, \fB\-\-debug=\fIdebug_level\fP
786c6d
 print debugging information. Valid values for debug_level are 0 to 8.
786c6d
@@ -279,6 +283,7 @@ tuple passed in.
786c6d
 .TP
786c6d
 \fB\-s\fR, \fB\-\-stats\fR
786c6d
 Display session statistics.
786c6d
+This option when used with host mode, displays host statistics.
786c6d
 
786c6d
 .TP
786c6d
 \fB\-S\fR, \fB\-\-show\fR
786c6d
-- 
786c6d
1.8.3.1
786c6d