<?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 Perf Counters with Get-NaPerfData in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Perf-Counters-with-Get-NaPerfData/m-p/46087#M2173</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to figure out the math to get iSCSI latency.&amp;nbsp; I have the following code to get the raw data but I am trying to figure out the relationship between counters and base-counters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$counters =&amp;nbsp; (Get-NaPerfData iscsi).counters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$counters has values for iscsi_latency (units = ms) and iscsi_ops (units = ops per second) . Also, I have found that iscsi_ops is the "base counter." What post processing math do I need to get iscsi latency in ms?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2025 07:13:21 GMT</pubDate>
    <dc:creator>aschneider146</dc:creator>
    <dc:date>2025-06-05T07:13:21Z</dc:date>
    <item>
      <title>Perf Counters with Get-NaPerfData</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Perf-Counters-with-Get-NaPerfData/m-p/46087#M2173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to figure out the math to get iSCSI latency.&amp;nbsp; I have the following code to get the raw data but I am trying to figure out the relationship between counters and base-counters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$counters =&amp;nbsp; (Get-NaPerfData iscsi).counters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$counters has values for iscsi_latency (units = ms) and iscsi_ops (units = ops per second) . Also, I have found that iscsi_ops is the "base counter." What post processing math do I need to get iscsi latency in ms?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 07:13:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Perf-Counters-with-Get-NaPerfData/m-p/46087#M2173</guid>
      <dc:creator>aschneider146</dc:creator>
      <dc:date>2025-06-05T07:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Perf Counters with Get-NaPerfData</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Perf-Counters-with-Get-NaPerfData/m-p/46092#M2174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I just answered my own question. It looks like the raw numbers do not correspond to the units (aka ops/sec or ms) All i need to do is divide the latency counter by its base counter. This seems to line up with the data we are getting from "My Auto Support."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I am missing something, please do let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2010 17:59:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Perf-Counters-with-Get-NaPerfData/m-p/46092#M2174</guid>
      <dc:creator>aschneider146</dc:creator>
      <dc:date>2010-06-22T17:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Perf Counters with Get-NaPerfData</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Perf-Counters-with-Get-NaPerfData/m-p/46097#M2175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Andy.&amp;nbsp; Yes, that looks correct for an averaging metric such as latency.&amp;nbsp; To measure latency over a specific interval, you can get the values at the start and end of the interval and then use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;average = (counter_t2 - counter_t1) / (base_t2 - base_t1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2010 18:25:33 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Perf-Counters-with-Get-NaPerfData/m-p/46097#M2175</guid>
      <dc:creator>cknight</dc:creator>
      <dc:date>2010-06-22T18:25:33Z</dc:date>
    </item>
  </channel>
</rss>

