From: James Nunez Date: Wed, 6 Aug 2014 17:45:03 +0000 (-0600) Subject: LUDOC-253 lnet: Update and correct routerstat info X-Git-Tag: 2.6.0^0 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=1a48007b290be4ebf7180d1ba118352e3dea5ee5;p=doc%2Fmanual.git LUDOC-253 lnet: Update and correct routerstat info Correct the description of routerstat output values, add a description of additional lines printed when providing an interval value, and add an example of routerstat output. Signed-off-by: James Nunez Change-Id: I36ee7a12b5b4e32e8b70a7cab491cd9e9addfcee Reviewed-on: http://review.whamcloud.com/11350 Tested-by: Jenkins Reviewed-by: Amir Shehata Reviewed-by: Richard Henwood --- diff --git a/SystemConfigurationUtilities.xml b/SystemConfigurationUtilities.xml index d29681b..2dc4e0d 100644 --- a/SystemConfigurationUtilities.xml +++ b/SystemConfigurationUtilities.xml @@ -2165,10 +2165,10 @@ routerstat
Description - The routerstat utility watches LNET router statistics. If no interval is specified, then statistics are sampled and printed only one time. Otherwise, statistics are sampled and printed at the specified interval (in seconds). + The routerstat utility displays LNET router statistics. If no interval is specified, then statistics are sampled and printed only one time. Otherwise, statistics are sampled and printed at the specified interval (in seconds).
- Options + Output The routerstat output includes the following fields: @@ -2177,7 +2177,74 @@ routerstat - Option + Output + + + Description + + + + + + + M + + + Number of messages currently being processed by LNET (The maximum number of messages ever processed by LNET concurrently) + + + + + E + + + Number of LNET errors + + + + + S + + + Total size (length) of messages sent in bytes/ Number of messages sent + + + + + R + + + Total size (length) of messages received in bytes/ Number of messages received + + + + + F + + + Total size (length) of messages routed in bytes/ Number of messages routed + + + + + D + + + Total size (length) of messages dropped in bytes/ Number of messages dropped + + + + + + When an interval is specified, additional lines of statistics are printed including the following fields: + + + + + + + + Output Description @@ -2190,7 +2257,7 @@ routerstat M - msgs_alloc(msgs_max) + Number of messages currently being processed by LNET (The maximum number of messages ever processed by LNET concurrently) @@ -2198,7 +2265,7 @@ routerstat E - errors + Number of LNET errors per second @@ -2206,7 +2273,7 @@ routerstat S - send_count/send_length + Rate of data sent in Mbytes per second/ Count of messages sent per second @@ -2214,7 +2281,7 @@ routerstat R - recv_count/recv_length + Rate of data received in Mbytes per second/ Count of messages received per second @@ -2222,7 +2289,7 @@ routerstat F - route_count/route_length + Rate of data routed in Mbytes per second/ Count of messages routed per second @@ -2230,7 +2297,7 @@ routerstat D - drop_count/drop_length + Rate of data dropped in Mbytes per second/ Count of messages dropped per second @@ -2238,6 +2305,21 @@ routerstat
+ Example + # routerstat 1 +M 0(13) E 0 S 117379184/4250 R 878480/4356 F 0/0 D 0/0 +M 0( 13) E 0 S 7.00/ 7 R 0.00/ 14 F 0.00/ 0 D 0.00/0 +M 0( 13) E 0 S 7.00/ 7 R 0.00/ 14 F 0.00/ 0 D 0.00/0 +M 0( 13) E 0 S 8.00/ 8 R 0.00/ 16 F 0.00/ 0 D 0.00/0 +M 0( 13) E 0 S 7.00/ 7 R 0.00/ 14 F 0.00/ 0 D 0.00/0 +M 0( 13) E 0 S 7.00/ 7 R 0.00/ 14 F 0.00/ 0 D 0.00/0 +M 0( 13) E 0 S 7.00/ 7 R 0.00/ 14 F 0.00/ 0 D 0.00/0 +M 0( 13) E 0 S 7.00/ 7 R 0.00/ 14 F 0.00/ 0 D 0.00/0 +M 0( 13) E 0 S 8.00/ 8 R 0.00/ 16 F 0.00/ 0 D 0.00/0 +M 0( 13) E 0 S 7.00/ 7 R 0.00/ 14 F 0.00/ 0 D 0.00/0 +... +
+
Files The routerstat utility extracts statistics data from: /proc/sys/lnet/stats