<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:23:53 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-16087] show distribution information of jobstats</title>
                <link>https://jira.whamcloud.com/browse/LU-16087</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;JOBSTSTS has been very useful to understand what type of IO is coming from application per JOBID/UID and GID, but it also would be nice to have more stats (e.g. like RPC size, discontiguous pages, etc that is covered by &quot;brw_stats&quot; today) into JOBSTATS to understand detail IO workload/size per JOBID.&lt;br/&gt;
The other hand, the hybrid system with SSD and HDD (with/without same namespace) is naturally coming and those new stats allow let administrator or users know more guideline/information e.g. which OST devices are preferred by each application.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12872&quot; title=&quot;Adding more stats into JOBSTATS&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12872&quot;&gt;&lt;del&gt;LU-12872&lt;/del&gt;&lt;/a&gt; is used to track the requirement of adding more stats.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16087&quot; title=&quot;show distribution information of jobstats&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16087&quot;&gt;&lt;del&gt;LU-16087&lt;/del&gt;&lt;/a&gt; is used to track the requirement of show distribution information of jobstats.&lt;/p&gt;</description>
                <environment></environment>
        <key id="71814">LU-16087</key>
            <summary>show distribution information of jobstats</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</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="flei">Feng Lei </assignee>
                                    <reporter username="flei">Feng Lei </reporter>
                        <labels>
                    </labels>
                <created>Thu, 11 Aug 2022 01:07:46 +0000</created>
                <updated>Thu, 11 May 2023 00:42:58 +0000</updated>
                            <resolved>Tue, 6 Dec 2022 04:25:05 +0000</resolved>
                                                    <fixVersion>Lustre 2.16.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="343296" author="flei" created="Thu, 11 Aug 2022 01:14:26 +0000"  >&lt;p&gt;Copy from &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12872&quot; title=&quot;Adding more stats into JOBSTATS&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12872&quot;&gt;&lt;del&gt;LU-12872&lt;/del&gt;&lt;/a&gt;:&lt;/p&gt;

&lt;p&gt;I&apos;m going to add:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-cpp&quot;&gt;
&lt;span class=&quot;code-keyword&quot;&gt;enum&lt;/span&gt; {
    LPROCFS_CNTR_EXTERNALLOCK = 0x0001,
    LPROCFS_CNTR_AVGMINMAX    = 0x0002,
    LPROCFS_CNTR_STDDEV       = 0x0004,
    LPROCFS_CNTR_HISTOGRAM    = 0x0008,

    ...
    LPROCFS_TYPE_BYTES_FULL_HISTOGRAM = LPROCFS_TYPE_BYTES_FULL | LPROCFS_CNTR_HISTOGRAM,&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;The output may be like:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
  read_pages: { samples: 0, unit: pages, min: 0, max: 0, sum: 0, sumsq: 0, histgram: {1: xxx, 2: yyy, 4: zzz, ...} } &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="344206" author="gerrit" created="Mon, 22 Aug 2022 08:15:17 +0000"  >&lt;p&gt;&quot;Feng, Lei &amp;lt;flei@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/48278&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/48278&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16087&quot; title=&quot;show distribution information of jobstats&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16087&quot;&gt;&lt;del&gt;LU-16087&lt;/del&gt;&lt;/a&gt; lprocfs: add histogram to stats counter&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b2af413b9a03a96105a6e9a12e47acf98cc17b64&lt;/p&gt;</comment>
                            <comment id="355219" author="gerrit" created="Tue, 6 Dec 2022 02:43:33 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/48278/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/48278/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16087&quot; title=&quot;show distribution information of jobstats&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16087&quot;&gt;&lt;del&gt;LU-16087&lt;/del&gt;&lt;/a&gt; lprocfs: add histogram to stats counter&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: fde40ce32c91c804cb85be085f2aaf06170047b6&lt;/p&gt;</comment>
                            <comment id="355241" author="pjones" created="Tue, 6 Dec 2022 04:25:05 +0000"  >&lt;p&gt;Landed for 2.16&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="57177">LU-12872</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                                        </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|i02wu7:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>