<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:41: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-4259] No brw_stats on ZFS</title>
                <link>https://jira.whamcloud.com/browse/LU-4259</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;ZFS mounts do not report the same statistics as reported by ldiskfs. It is impossible to determine IO size, IO rates or other values needed for troubleshooting and performance analysis. &lt;/p&gt;</description>
                <environment></environment>
        <key id="22050">LU-4259</key>
            <summary>No brw_stats on ZFS</summary>
                <type id="7" iconUrl="https://jira.whamcloud.com/images/icons/issuetypes/task_agile.png">Technical task</type>
                            <parent id="18760">LU-3300</parent>
                                    <priority id="1" iconUrl="https://jira.whamcloud.com/images/icons/priorities/blocker.svg">Blocker</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="utopiabound">Nathaniel Clark</assignee>
                                    <reporter username="cliffw">Cliff White</reporter>
                        <labels>
                            <label>prz</label>
                            <label>zfs</label>
                    </labels>
                <created>Fri, 15 Nov 2013 17:30:21 +0000</created>
                <updated>Wed, 18 Mar 2015 14:57:06 +0000</updated>
                            <resolved>Mon, 5 Jan 2015 17:45:13 +0000</resolved>
                                    <version>Lustre 2.6.0</version>
                    <version>Lustre 2.7.0</version>
                                    <fixVersion>Lustre 2.7.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>10</watches>
                                                                            <comments>
                            <comment id="71640" author="keith" created="Fri, 15 Nov 2013 17:36:19 +0000"  >&lt;p&gt;You maybe able to use block level tool like &quot;iostat&quot; to get at some of the information easily. &lt;/p&gt;</comment>
                            <comment id="71644" author="cliffw" created="Fri, 15 Nov 2013 18:10:04 +0000"  >&lt;p&gt;No, iostat does not give the timing information offered by brw_stat, neither is it aware of Lustre IO. &lt;/p&gt;</comment>
                            <comment id="71646" author="keith" created="Fri, 15 Nov 2013 18:18:52 +0000"  >&lt;p&gt;Io stat will tell you all sorts of timing information . &lt;/p&gt;</comment>
                            <comment id="72498" author="adilger" created="Thu, 28 Nov 2013 22:25:18 +0000"  >&lt;p&gt;Many of the disk brw_stats might be available on an aggregate basis, if the plumbing is available in ZFS. The per-client and per-job brw_stats is much more tricky because the ZFS IO is not allocated or submitted to disk until long after the service thread has completed processing the request.&lt;/p&gt;

&lt;p&gt;The RPC information like &quot;pages per bulk r/w&quot; and &quot;discontiguous pages&quot; could be available independent of the OSD type. These should really be OFD statistics, maybe in a new &quot;rpc_stats&quot; file, possibly in YAML format? These could also be available on a per-client or per-request basis. This might be enough for your debugging purposes?&lt;/p&gt;

&lt;p&gt;Information like &quot;disk I/Os in flight&quot;, &quot;I/O time&quot;, and &quot;disk I/O size&quot; might be gotten at an aggregate basis from ZFS. The &quot;discontiguous blocks&quot; and &quot;disk fragmented I/Os&quot; would be much harder to collect for writes, without deep hooks into the ZFS IO scheduler. Some of this information could be extracted for reads, by hacking into the ZFS block pointers to get the physical disk blocks.&lt;/p&gt;</comment>
                            <comment id="90889" author="pjones" created="Tue, 5 Aug 2014 16:54:50 +0000"  >&lt;p&gt;Nathaniel is looking into this&lt;/p&gt;</comment>
                            <comment id="91698" author="utopiabound" created="Fri, 15 Aug 2014 02:57:14 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/11467&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11467&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="102275" author="simmonsja" created="Tue, 23 Dec 2014 22:08:34 +0000"  >&lt;p&gt;Patch has been rebased to latest master. Please review.&lt;/p&gt;</comment>
                            <comment id="102486" author="gerrit" created="Sat, 3 Jan 2015 03:22:29 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/11467/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11467/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4259&quot; title=&quot;No brw_stats on ZFS&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4259&quot;&gt;&lt;del&gt;LU-4259&lt;/del&gt;&lt;/a&gt; osd-zfs: Add brw_stats collection and display&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: efdacb72afa55fc8b5ad155c479aa34ef0af118a&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="16546">LU-2261</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="18760">LU-3300</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|hzw91b:</customfieldvalue>

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