<?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 Re: Retrieving performance data wt get-ncperfdata (no values via REST-API, strange values via ONTAPI in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Retrieving-performance-data-wt-get-ncperfdata-no-values-via-REST-API-strange/m-p/451863#M6866</link>
    <description>&lt;P&gt;Hi Holger,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the CmdLet isn't working as expected for you have you tried using the REST API CLI? Here's an example (just change the CLI command in the code to the command you would invoke to get the performance data)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/PowerShell-equivalent-of-discovery-mode/td-p/451497" href="https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/PowerShell-equivalent-of-discovery-mode/td-p/451497" target="_blank" rel="noopener"&gt;https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/PowerShell-equivalent-of-discovery-mode/td-p/451497&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or have a look at "Invoke-NcSysstat"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/Matt&lt;/P&gt;</description>
    <pubDate>Tue, 09 Apr 2024 05:44:03 GMT</pubDate>
    <dc:creator>mbeattie</dc:creator>
    <dc:date>2024-04-09T05:44:03Z</dc:date>
    <item>
      <title>Retrieving performance data wt get-ncperfdata (no values via REST-API, strange values via ONTAPI)</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Retrieving-performance-data-wt-get-ncperfdata-no-values-via-REST-API-strange/m-p/451737#M6864</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to retrieve performance counters with cmdlet get-ncperfdata (PSTC 9.14.1).&lt;BR /&gt;Connected to the ONTAP cluster (ontap 9.12.1) with switch '-ONTAPI' gives me many huge values (without this switch there are no values at all, names only).&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Get-NcPerfData -name resource_headroom_cpu -Instance * | select -ExpandProperty counters&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;output (first lines only):&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;NcController Name Value &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;------------ ---- ----- &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;10.10.10.1 archive_uuid_hi 1291860897976488975 &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;10.10.10.1 archive_uuid_lo 9065273166377547423 &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;10.10.10.1 current_intercluster_ops 71181521 &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;10.10.10.1 current_latency 37044145714 &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;10.10.10.1 current_ops 372875157 &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;10.10.10.1 current_utilization 10033535085 &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;10.10.10.1 current_utilization_total 67350009003&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;...&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;10.10.10.1 service_time 22830412177 &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;...&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to get values like "latency: 2 ms" or "utilization: 20%"?&lt;BR /&gt;I was trying to calculate the values by "service_time", but the values will not become useable (or they do not match to values seen in Unified Manager). How to do that? How to get a value for "performance capacity used"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And what about the error using REST-API (connect-nccontroller without switch -ONTAPI)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regars,&lt;/P&gt;&lt;P&gt;Holger&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 09:39:40 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Retrieving-performance-data-wt-get-ncperfdata-no-values-via-REST-API-strange/m-p/451737#M6864</guid>
      <dc:creator>Arvato_HDI</dc:creator>
      <dc:date>2025-06-04T09:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving performance data wt get-ncperfdata (no values via REST-API, strange values via ONTAPI</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Retrieving-performance-data-wt-get-ncperfdata-no-values-via-REST-API-strange/m-p/451863#M6866</link>
      <description>&lt;P&gt;Hi Holger,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the CmdLet isn't working as expected for you have you tried using the REST API CLI? Here's an example (just change the CLI command in the code to the command you would invoke to get the performance data)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/PowerShell-equivalent-of-discovery-mode/td-p/451497" href="https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/PowerShell-equivalent-of-discovery-mode/td-p/451497" target="_blank" rel="noopener"&gt;https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/PowerShell-equivalent-of-discovery-mode/td-p/451497&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or have a look at "Invoke-NcSysstat"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/Matt&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 05:44:03 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Retrieving-performance-data-wt-get-ncperfdata-no-values-via-REST-API-strange/m-p/451863#M6866</guid>
      <dc:creator>mbeattie</dc:creator>
      <dc:date>2024-04-09T05:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving performance data wt get-ncperfdata (no values via REST-API, strange values via ONTAPI</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Retrieving-performance-data-wt-get-ncperfdata-no-values-via-REST-API-strange/m-p/451865#M6867</link>
      <description>&lt;P&gt;Thank you, Matt. I think, it's not that what I looking for.&lt;BR /&gt;In the last days had learnt, I has to start a Scan with&amp;nbsp;Start-NcPerfObject (with -duration 1) and then the values are looking fine (if there is no old sample present; must deleted in advance).&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Holger&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 09:33:28 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Retrieving-performance-data-wt-get-ncperfdata-no-values-via-REST-API-strange/m-p/451865#M6867</guid>
      <dc:creator>Arvato_HDI</dc:creator>
      <dc:date>2024-04-09T09:33:28Z</dc:date>
    </item>
  </channel>
</rss>

