<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:51:06 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-5394] routerstat units</title>
                <link>https://jira.whamcloud.com/browse/LU-5394</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Where can I find information on the units attached to the results from routerstat?  ( or any other details since the man page is pretty simple )&lt;/p&gt;</description>
                <environment></environment>
        <key id="25695">LU-5394</key>
            <summary>routerstat units</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="jamesanunez">James Nunez</assignee>
                                    <reporter username="skcoulter">Susan Coulter</reporter>
                        <labels>
                    </labels>
                <created>Tue, 22 Jul 2014 20:59:19 +0000</created>
                <updated>Wed, 13 Aug 2014 03:05:04 +0000</updated>
                            <resolved>Wed, 13 Aug 2014 03:05:04 +0000</resolved>
                                    <version>Lustre 2.5.1</version>
                                    <fixVersion>Lustre 2.7.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="90965" author="jamesanunez" created="Wed, 6 Aug 2014 14:14:13 +0000"  >&lt;p&gt;The output from routerstat looks something like:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;# routerstat 
M 0(81) E 0 S 9469672032/1504246 R 522093480/1572375 F 0/0 D 0/0
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The numbers after each letter are as follows:&lt;br/&gt;
M - Number of messages currently being processed by LNet (the maximum number of messages which were ever processed by LNet concurrently)&lt;br/&gt;
E - Number of LNet errors&lt;br/&gt;
S - Total size (length) of messages sent in bytes/ Number of messages sent&lt;br/&gt;
R - Total size (length) of messages received in bytes/Number of messages received&lt;br/&gt;
F - Total size (length) of messages routed in bytes/Number of messages routed &lt;br/&gt;
D - Total size (length) of messages dropped in bytes/Number of messages dropped &lt;/p&gt;

&lt;p&gt;When you provide routerstat with an interval, in seconds, you will see something like:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;# 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    0.00/     0 R    0.00/     0 F    0.00/     0 D 0.00/0
M   0( 13) E 0 S    0.00/     0 R    0.00/     0 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
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The first line of output is the same as if you didn&apos;t give routerstat an interval as in the previous example. Each of the other lines are:&lt;br/&gt;
M - Number of messages currently being processed by LNet (the maximum number of messages which were ever processed by LNet concurrently)&lt;br/&gt;
E - Number of LNet errors per second&lt;br/&gt;
S - Total size (length) of messages sent in Mbytes per second / Number of messages sent per second&lt;br/&gt;
R - Total size (length) of messages received in Mbytes per second /Number of messages received per second&lt;br/&gt;
F - Total size (length) of messages routed in Mbytes per second /Number of messages routed per second&lt;br/&gt;
D - Total size (length) of messages dropped in Mbytes per second /Number of messages dropped per second&lt;/p&gt;

&lt;p&gt;I&quot;ll upload a patch to update the man page and manual entry for routerstat with this information.&lt;/p&gt;

&lt;p&gt;Please let me know if this answers your questions.&lt;/p&gt;</comment>
                            <comment id="90976" author="skcoulter" created="Wed, 6 Aug 2014 15:56:17 +0000"  >
&lt;p&gt;This answers my question perfectly - and updating the man page would be GREAT !&lt;/p&gt;

&lt;p&gt;Thanx.&lt;/p&gt;</comment>
                            <comment id="90980" author="jamesanunez" created="Wed, 6 Aug 2014 16:49:51 +0000"  >&lt;p&gt;Patch to update the routerstat man page at: &lt;a href=&quot;http://review.whamcloud.com/#/c/11345/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/11345/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Lustre Documentation ticket opened to update routerstat information in the manual is &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-253&quot; title=&quot;Routerstat output needs correction&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-253&quot;&gt;&lt;del&gt;LUDOC-253&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="91506" author="jamesanunez" created="Wed, 13 Aug 2014 03:05:04 +0000"  >&lt;p&gt;Man page update landed to master and Documentation included in latest manual. &lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="25885">LUDOC-253</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzws0v:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>15015</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[3]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>