<?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: What is the difference between &amp;quot;system&amp;quot; and &amp;quot;system:node&amp;quot; counters in cluste in ONTAP Rest API Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/What-is-the-difference-between-quot-system-quot-and-quot-system-node-quot/m-p/444773#M514</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Your assumption about the tables is correct. If you want to get a single node's information, you should use system:node. The system table will give you information about the cluster. I also wanted to share the ONTAP-REST counter manager mapping document in case you don't have it:&amp;nbsp;&lt;A href="https://library.netapp.com/ecm/ecm_download_file/ECMLP2883449" target="_blank"&gt;https://library.netapp.com/ecm/ecm_download_file/ECMLP2883449&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Let me know if you have any more questions!&lt;/P&gt;</description>
    <pubDate>Thu, 01 Jun 2023 12:37:26 GMT</pubDate>
    <dc:creator>Twesha</dc:creator>
    <dc:date>2023-06-01T12:37:26Z</dc:date>
    <item>
      <title>What is the difference between "system" and "system:node" counters in cluster counter tables API?</title>
      <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/What-is-the-difference-between-quot-system-quot-and-quot-system-node-quot/m-p/444760#M511</link>
      <description>&lt;P&gt;My goal is to retrieve NFS and total OPS for a node.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cluster version is:&amp;nbsp;9.11.1P5&lt;/P&gt;&lt;P&gt;I am using the following API:&lt;/P&gt;&lt;P&gt;/api/cluster/counter/tables/?fields=name,description&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are 2 counters that seem related to the node:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;    {
      "name": "system",
      "description": "The System table reports general system activity. This includes global throughput for the main services, I/O latency, and CPU activity. The alias name for system:node is system_node.",
      "_links": {
        "self": {
          "href": "/api/cluster/counter/tables/system"
        }
      }
    },
    {
      "name": "system:node",
      "description": "The System table reports general system activity. This includes global throughput for the main services, I/O latency, and CPU activity. The alias name for system:node is system_node.",
      "_links": {
        "self": {
          "href": "/api/cluster/counter/tables/system%3Anode"
        }
      }
    },&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see, their description is identical. I lean more toward "system:node" since "system" probably means the entire cluster, but the description is unclear so that is why I wanted to double check.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Am I using the right API call to fetch node's NFS and total OPS?&lt;OL&gt;&lt;LI&gt;If so, which counter table should I use for getting&amp;nbsp;node's NFS and total OPS: "system" or "system:node"?&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Wed, 04 Jun 2025 09:48:35 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/What-is-the-difference-between-quot-system-quot-and-quot-system-node-quot/m-p/444760#M511</guid>
      <dc:creator>ns-api-guru</dc:creator>
      <dc:date>2025-06-04T09:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between "system" and "system:node" counters in cluste</title>
      <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/What-is-the-difference-between-quot-system-quot-and-quot-system-node-quot/m-p/444773#M514</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Your assumption about the tables is correct. If you want to get a single node's information, you should use system:node. The system table will give you information about the cluster. I also wanted to share the ONTAP-REST counter manager mapping document in case you don't have it:&amp;nbsp;&lt;A href="https://library.netapp.com/ecm/ecm_download_file/ECMLP2883449" target="_blank"&gt;https://library.netapp.com/ecm/ecm_download_file/ECMLP2883449&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Let me know if you have any more questions!&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 12:37:26 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/What-is-the-difference-between-quot-system-quot-and-quot-system-node-quot/m-p/444773#M514</guid>
      <dc:creator>Twesha</dc:creator>
      <dc:date>2023-06-01T12:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between "system" and "system:node" counters in cluste</title>
      <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/What-is-the-difference-between-quot-system-quot-and-quot-system-node-quot/m-p/445136#M536</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/85313"&gt;@Twesha&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to fetch the data but now I am not sure how to interpret it.&lt;/P&gt;&lt;P&gt;For example, here is the output I got from API for a single node:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;"counters": [
  {
    "name": "nfs_ops",
    "value": 70252420484
  },
  {
    "name": "cifs_ops",
    "value": 1999438747
  },
  {
    "name": "fcp_ops",
    "value": 0
  },
  {
    "name": "iscsi_ops",
    "value": 0
  },
  {
    "name": "read_ops",
    "value": 15834181314
  },
  {
    "name": "write_ops",
    "value": 13174325229
  },
  {
    "name": "other_ops",
    "value": 43243352688
  },
  {
    "name": "total_ops",
    "value": 72251859231
  },
  {
    "name": "read_latency",
    "value": 42309528262324
  },
  {
    "name": "write_latency",
    "value": 177985327679419
  },
  {
    "name": "other_latency",
    "value": 0
  },
  {
    "name": "total_latency",
    "value": 220294855941743
  },
  {
    "name": "read_data",
    "value": 645577302399120
  },
  {
    "name": "write_data",
    "value": 435278355363345
  },
  {
    "name": "other_data",
    "value": 0
  },
  {
    "name": "total_data",
    "value": 1080855657762465
  }
],&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I read documentation provided here:&amp;nbsp;&lt;A href="https://library.netapp.com/ecm/ecm_download_file/ECMLP2883449#volume" target="_blank"&gt;https://library.netapp.com/ecm/ecm_download_file/ECMLP2883449#volume&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is how it describes "&lt;SPAN&gt;read_latency":&amp;nbsp;Average latency for all read operations in the system in microseconds.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;API returns&amp;nbsp;&lt;SPAN&gt;42309528262324 for read latency. If I convert it to seconds, it becomes&amp;nbsp;42309528.262323998.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But how is this possible to have such high latency?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Basically, my question is how to interpret/consume/convert these numbers? Same goes for OPS, and throughput.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 21:06:42 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/What-is-the-difference-between-quot-system-quot-and-quot-system-node-quot/m-p/445136#M536</guid>
      <dc:creator>ns-api-guru</dc:creator>
      <dc:date>2023-06-09T21:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between "system" and "system:node" counters in cluste</title>
      <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/What-is-the-difference-between-quot-system-quot-and-quot-system-node-quot/m-p/445173#M537</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/85313"&gt;@Twesha&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you able to see these comments? Or do threads become inactive/muted after being marked as resolved?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2023 18:30:44 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/What-is-the-difference-between-quot-system-quot-and-quot-system-node-quot/m-p/445173#M537</guid>
      <dc:creator>ns-api-guru</dc:creator>
      <dc:date>2023-06-12T18:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between "system" and "system:node" counters in cluste</title>
      <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/What-is-the-difference-between-quot-system-quot-and-quot-system-node-quot/m-p/445208#M538</link>
      <description>&lt;P&gt;Hi, yes, I see your question. I believe those are total values. So you would need to take 2 snapshots of the read_latency at separate times as well the read_ops, calculate the delta yourself, and then calculate the latency.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 14:01:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/What-is-the-difference-between-quot-system-quot-and-quot-system-node-quot/m-p/445208#M538</guid>
      <dc:creator>Twesha</dc:creator>
      <dc:date>2023-06-13T14:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between "system" and "system:node" counters in cluste</title>
      <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/What-is-the-difference-between-quot-system-quot-and-quot-system-node-quot/m-p/445217#M539</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/85313"&gt;@Twesha&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can we get a definitive clear formula for interpreting these values? You said you "believe" those are total values, but what if they are not? Do you have some document on that? We need for OPS, latency etc.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 18:45:18 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/What-is-the-difference-between-quot-system-quot-and-quot-system-node-quot/m-p/445217#M539</guid>
      <dc:creator>ns-api-guru</dc:creator>
      <dc:date>2023-06-13T18:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between "system" and "system:node" counters in cluste</title>
      <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/What-is-the-difference-between-quot-system-quot-and-quot-system-node-quot/m-p/445247#M543</link>
      <description>&lt;P&gt;These are total values. So to calculate within a time frame, you would have to do delta(read_latency)/delta(read_ops).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 13:01:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/What-is-the-difference-between-quot-system-quot-and-quot-system-node-quot/m-p/445247#M543</guid>
      <dc:creator>Twesha</dc:creator>
      <dc:date>2023-06-14T13:01:56Z</dc:date>
    </item>
  </channel>
</rss>

