<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic NFS Client Stats Info not available in Software Development Kit (SDK) and API Discussions</title>
    <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/NFS-Client-Stats-Info-not-available/m-p/74605#M646</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have setup the DataONTAP cluster mode simulator on VMWare.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created an NFS share, connected to it and created a directory and a file in that directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to query the client stats using the NfsStatsGetClientStatsRequest (via the Java API Bindings) I get the following error...&lt;/P&gt;&lt;P&gt;"&lt;SPAN style="color: #333333; font-family: Arial, Helvetica, FreeSans, sans-serif; background-color: #ffffff;"&gt;Error : 13005 Unable to find API: nfs-stats-get-client-stats&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I enabled NFS Client Stats in the simulator ? OR it is not possible at all to enable those APIs on a simulator. I am assuming that the license info is correct since I was able to create an NFS share and was also able to write to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I connect to the simulator using a browser though, I can see the NFS stats buried deep inside the Web UI. Is there some other way to query NFS Stats other than the NFS Client Stats related API calls ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2025 06:10:29 GMT</pubDate>
    <dc:creator>billteeple</dc:creator>
    <dc:date>2025-06-05T06:10:29Z</dc:date>
    <item>
      <title>NFS Client Stats Info not available</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/NFS-Client-Stats-Info-not-available/m-p/74605#M646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have setup the DataONTAP cluster mode simulator on VMWare.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created an NFS share, connected to it and created a directory and a file in that directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to query the client stats using the NfsStatsGetClientStatsRequest (via the Java API Bindings) I get the following error...&lt;/P&gt;&lt;P&gt;"&lt;SPAN style="color: #333333; font-family: Arial, Helvetica, FreeSans, sans-serif; background-color: #ffffff;"&gt;Error : 13005 Unable to find API: nfs-stats-get-client-stats&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I enabled NFS Client Stats in the simulator ? OR it is not possible at all to enable those APIs on a simulator. I am assuming that the license info is correct since I was able to create an NFS share and was also able to write to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I connect to the simulator using a browser though, I can see the NFS stats buried deep inside the Web UI. Is there some other way to query NFS Stats other than the NFS Client Stats related API calls ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:10:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/NFS-Client-Stats-Info-not-available/m-p/74605#M646</guid>
      <dc:creator>billteeple</dc:creator>
      <dc:date>2025-06-05T06:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Client Stats Info not available</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/NFS-Client-Stats-Info-not-available/m-p/74609#M647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Try to enable this option :&lt;/P&gt;&lt;P&gt;# options nfs.per_client_stats.enable on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and use perfstat script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 13:21:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/NFS-Client-Stats-Info-not-available/m-p/74609#M647</guid>
      <dc:creator>LTDCLSERGAO</dc:creator>
      <dc:date>2013-02-11T13:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Client Stats Info not available</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/NFS-Client-Stats-Info-not-available/m-p/74613#M648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Said,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am a bit new at these things (actually, totally new &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.netapp.com/5.0.1/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should that option be enabled from the VLOADER prompt ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, where can I find that perfstat script please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 13:46:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/NFS-Client-Stats-Info-not-available/m-p/74613#M648</guid>
      <dc:creator>billteeple</dc:creator>
      <dc:date>2013-02-11T13:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Client Stats Info not available</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/NFS-Client-Stats-Info-not-available/m-p/74617#M649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, when I said "Is there another way to query NFS stats" I meant to ask whether there was a different way from within the API to query the NFS Client Stats...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 13:56:00 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/NFS-Client-Stats-Info-not-available/m-p/74617#M649</guid>
      <dc:creator>billteeple</dc:creator>
      <dc:date>2013-02-11T13:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Client Stats Info not available</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/NFS-Client-Stats-Info-not-available/m-p/74620#M650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;I'm sorry, I believed that you were mode7.&amp;nbsp; I have not experienced cluster mode enough.&lt;/P&gt;&lt;P&gt;On 7mode, there is an options&amp;nbsp; nfs.per_client_stats.enable that enable to have NFS stat per client. &lt;/P&gt;&lt;P&gt;To get these stat you run perfstat ( which is software provide by Netapp&amp;nbsp; ( now)) on a Unix or windows client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry one more time. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 16:50:01 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/NFS-Client-Stats-Info-not-available/m-p/74620#M650</guid>
      <dc:creator>LTDCLSERGAO</dc:creator>
      <dc:date>2013-02-11T16:50:01Z</dc:date>
    </item>
  </channel>
</rss>

