<?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: How can I accurately measure my storage usage? in EF &amp; E-Series, SANtricity, and Related Plug-ins</title>
    <link>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/How-can-I-accurately-measure-my-storage-usage/m-p/456000#M1453</link>
    <description>&lt;P&gt;I would add that E-Series does not keep track of actual used blocks on the allocated volume capacity for thick provisioned volumes.&lt;/P&gt;&lt;P&gt;Only if the volumes are thin provisioned (available only on Disk Pools), then the actual consumed capacity can be determined from E-Series end.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Snapshot and other form of repository storage used (i.e Mirroring) is not part of the parent volume allocated capacity. However, it is part of the used capacity at the volume group or pool level.&lt;/P&gt;</description>
    <pubDate>Tue, 22 Oct 2024 17:36:25 GMT</pubDate>
    <dc:creator>ahmadm</dc:creator>
    <dc:date>2024-10-22T17:36:25Z</dc:date>
    <item>
      <title>How can I accurately measure my storage usage?</title>
      <link>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/How-can-I-accurately-measure-my-storage-usage/m-p/455974#M1451</link>
      <description>&lt;P&gt;Customers who want to know how much storage is being used (total allocated capacity across pools or volume groups) should refer to usedSpace in the information retrieved by the Web Services API (ReastAPI).&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;(Python example)&lt;BR /&gt;uri = "https://{0}:{1}{2}{3}/storage-pools/{4}".format(&lt;BR /&gt;&amp;nbsp; &amp;nbsp; self.ip_addr,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; self.port,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; '/devmgr/v2/storage-systems/',&lt;BR /&gt;&amp;nbsp; &amp;nbsp; system_id,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; uuid)&lt;BR /&gt;result = requests.get(&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;uri,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;auth=(self.user, self.passwd),&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;verify=False,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;timeout=20.0&lt;BR /&gt;)&lt;BR /&gt;used_capacity = result['usedSpace']&lt;/P&gt;&lt;P&gt;The customer informs us that the usedSpace value fluctuates slightly even though the volume is not being extended, created, or written to storage.&lt;BR /&gt;(Question 1)&lt;BR /&gt;Is there any calculation for usedSpace above other than the amount of storage allocated by the customer in WebGUI?&lt;BR /&gt;For example, does it include metadata or snapshot copy data?&lt;BR /&gt;(Question 2)&lt;BR /&gt;If the above information includes metadata and snapshot information, what information would you look for to get only the amount that the customer has explicitly assigned that does not include it?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 01:03:37 GMT</pubDate>
      <guid>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/How-can-I-accurately-measure-my-storage-usage/m-p/455974#M1451</guid>
      <dc:creator>Hidetoshi_Satou</dc:creator>
      <dc:date>2024-10-22T01:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: How can I accurately measure my storage usage?</title>
      <link>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/How-can-I-accurately-measure-my-storage-usage/m-p/455991#M1452</link>
      <description>&lt;P&gt;Why don't they look at the capacity value in&lt;/P&gt;&lt;P&gt;curl -X GET "&lt;A href="https://1.2.3.4:8443/devmgr/v2/storage-systems/1/volumes" target="_blank" rel="noopener"&gt;https://1.2.3.4:8443/devmgr/v2/storage-systems/1/volumes&lt;/A&gt;" -H "accept: application/json"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If they care about how much they provisioned in terms of volumes, and now abut other fluctuations there may be in pools, snapshot reserves, etc., then volumes is better to look at than pools/groups.&lt;/P&gt;&lt;P&gt;I haven't looked at the output of volumes over time - I assume that does not fluctuate without specific changes to volume sizes (e.g. expansion) by SANtricity admin...&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 12:48:09 GMT</pubDate>
      <guid>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/How-can-I-accurately-measure-my-storage-usage/m-p/455991#M1452</guid>
      <dc:creator>elementx</dc:creator>
      <dc:date>2024-10-22T12:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: How can I accurately measure my storage usage?</title>
      <link>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/How-can-I-accurately-measure-my-storage-usage/m-p/456000#M1453</link>
      <description>&lt;P&gt;I would add that E-Series does not keep track of actual used blocks on the allocated volume capacity for thick provisioned volumes.&lt;/P&gt;&lt;P&gt;Only if the volumes are thin provisioned (available only on Disk Pools), then the actual consumed capacity can be determined from E-Series end.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Snapshot and other form of repository storage used (i.e Mirroring) is not part of the parent volume allocated capacity. However, it is part of the used capacity at the volume group or pool level.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 17:36:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/How-can-I-accurately-measure-my-storage-usage/m-p/456000#M1453</guid>
      <dc:creator>ahmadm</dc:creator>
      <dc:date>2024-10-22T17:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: How can I accurately measure my storage usage?</title>
      <link>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/How-can-I-accurately-measure-my-storage-usage/m-p/456007#M1454</link>
      <description>&lt;P&gt;&amp;gt; The customer informs us that the usedSpace value fluctuates slightly even though the volume is not being extended, created, or written to storage&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What do they have:&lt;/P&gt;&lt;P&gt;- thin volumes on a DDP, or&lt;/P&gt;&lt;P&gt;- thick volumes on a DDP, or&lt;/P&gt;&lt;P&gt;- thick volumes on regular volume groups?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;If they look at volume sizes in /devmgr/v2/storage-systems/1/volumes, do those sizes also fluctuate?&lt;/P&gt;&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 09:56:13 GMT</pubDate>
      <guid>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/How-can-I-accurately-measure-my-storage-usage/m-p/456007#M1454</guid>
      <dc:creator>elementx</dc:creator>
      <dc:date>2024-10-23T09:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: How can I accurately measure my storage usage?</title>
      <link>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/How-can-I-accurately-measure-my-storage-usage/m-p/456054#M1455</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thank you for your reply.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;The reason I didn'&lt;/SPAN&gt;&lt;SPAN&gt;t refer to the size of individual volumes is that I thought it would be easier for a program to implement a single API command to get the usage of multiple volumes in a pool or volume group, rather than counting them individually.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I thought usedSpace was the sum of the sizes of the individual volumes.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;The reason for this question is that I wanted to know if UsedSpace includes snapshot reserve space and other variations.(Question 1)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;Looking at the sizes of individual volumes and adding them together is an improvement.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 25 Oct 2024 10:44:27 GMT</pubDate>
      <guid>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/How-can-I-accurately-measure-my-storage-usage/m-p/456054#M1455</guid>
      <dc:creator>Hidetoshi_Satou</dc:creator>
      <dc:date>2024-10-25T10:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: How can I accurately measure my storage usage?</title>
      <link>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/How-can-I-accurately-measure-my-storage-usage/m-p/456055#M1456</link>
      <description>&lt;P&gt;Thank you for your reply.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;For thickly provisioned volumes, we expected to return the capacity of the volume reserved by the user, not the actual number of blocks used.&lt;BR /&gt;"it is part of the used capacity at the volume group or pool level."&lt;BR /&gt;I think this comment will answer Question 1 which I wanted to know.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2024 10:48:14 GMT</pubDate>
      <guid>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/How-can-I-accurately-measure-my-storage-usage/m-p/456055#M1456</guid>
      <dc:creator>Hidetoshi_Satou</dc:creator>
      <dc:date>2024-10-25T10:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: How can I accurately measure my storage usage?</title>
      <link>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/How-can-I-accurately-measure-my-storage-usage/m-p/456056#M1457</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;they have thick volumes on a DDP, or thick volumes on regular volume groups.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;From what I&lt;/SPAN&gt;&lt;SPAN&gt;'ve heard, it'&lt;/SPAN&gt;&lt;SPAN&gt;s happening in thick volumes calculations (I don&lt;/SPAN&gt;&lt;SPAN&gt;'t know if it'&lt;/SPAN&gt;&lt;SPAN&gt;s DDP or volume groups).&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 25 Oct 2024 10:51:43 GMT</pubDate>
      <guid>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/How-can-I-accurately-measure-my-storage-usage/m-p/456056#M1457</guid>
      <dc:creator>Hidetoshi_Satou</dc:creator>
      <dc:date>2024-10-25T10:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: How can I accurately measure my storage usage?</title>
      <link>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/How-can-I-accurately-measure-my-storage-usage/m-p/456057#M1458</link>
      <description>&lt;P&gt;&amp;gt; I wanted to know if UsedSpace includes snapshot reserve space and other variations.(Question 1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's tiresome to figure that stuff out. I created some notes here.&lt;/P&gt;&lt;P&gt;&lt;A href="https://scaleoutsean.github.io/2023/10/05/snapshots-and-consistency-groups-with-netapp-e-series.html#appendix-c---repository-utilization" target="_blank" rel="noopener"&gt;https://scaleoutsean.github.io/2023/10/05/snapshots-and-consistency-groups-with-netapp-e-series.html#appendix-c---repository-utilization&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once I realized how complicated it is, I gave up on trying to do more (such as, include reserve calculation of combined totals (i.e. SUM(volumes + reserves)).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt; The reason I didn't refer to the size of individual volumes is that I thought it would be easier for a program to implement a single API command to get the usage of multiple volumes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If they watch that regularly, they could automate and run a subset of this from the CLI.&lt;/P&gt;&lt;P&gt;Then just run a simple SUM to add all volume sizes up.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/scaleoutsean/eseries-perf-analyzer/blob/master/collector/collector/collector.py" target="_blank" rel="noopener"&gt;https://github.com/scaleoutsean/eseries-perf-analyzer/blob/master/collector/collector/collector.py&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If reserve volumes were easier to work with and understand I would have included them in some "grand total" metrics, but it didn't seem that way...&lt;/P&gt;&lt;P&gt;If you need any help with the above, you can ask your account team to reach out to me offline.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2024 11:12:31 GMT</pubDate>
      <guid>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/How-can-I-accurately-measure-my-storage-usage/m-p/456057#M1458</guid>
      <dc:creator>elementx</dc:creator>
      <dc:date>2024-10-25T11:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: How can I accurately measure my storage usage?</title>
      <link>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/How-can-I-accurately-measure-my-storage-usage/m-p/456062#M1459</link>
      <description>&lt;P&gt;That's correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You cannot determine the actual user utilized space on thick provisioned volumes from the E-Series statistics. This would have to be captured from the filesystem level or whichever application is used on the host end.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2024 15:40:17 GMT</pubDate>
      <guid>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/How-can-I-accurately-measure-my-storage-usage/m-p/456062#M1459</guid>
      <dc:creator>ahmadm</dc:creator>
      <dc:date>2024-10-25T15:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: How can I accurately measure my storage usage?</title>
      <link>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/How-can-I-accurately-measure-my-storage-usage/m-p/456122#M1460</link>
      <description>&lt;P&gt;Thank you for the notes and sample scripts.&lt;BR /&gt;I think the script will answer Question2.&lt;BR /&gt;That's all I want to know. Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2024 10:44:05 GMT</pubDate>
      <guid>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/How-can-I-accurately-measure-my-storage-usage/m-p/456122#M1460</guid>
      <dc:creator>Hidetoshi_Satou</dc:creator>
      <dc:date>2024-10-29T10:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: How can I accurately measure my storage usage?</title>
      <link>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/How-can-I-accurately-measure-my-storage-usage/m-p/462914#M1509</link>
      <description>&lt;P&gt;I'll be looking into this again as I am now about to add volume info (not just volume performance) to EPA 4, will post findings here if I find something unusual.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Aug 2025 17:42:33 GMT</pubDate>
      <guid>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/How-can-I-accurately-measure-my-storage-usage/m-p/462914#M1509</guid>
      <dc:creator>elementx</dc:creator>
      <dc:date>2025-08-27T17:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: How can I accurately measure my storage usage?</title>
      <link>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/How-can-I-accurately-measure-my-storage-usage/m-p/467218#M1539</link>
      <description>&lt;P&gt;Regarding this from the very top:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp;The customer informs us that the usedSpace value fluctuates slightly even though the volume is not being extended, created, or written to storage.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think I know what this is/was - it's the fact that DDP allocates capacity in large chunks, so depending on how small the volume is, you may or may not notice something odd. Generally speaking, it's more obvious below 100 GiB.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See an example in the screenshots in&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://scaleoutsean.github.io/2026/04/13/elasticsearch-eck-kuberntees-netapp-santricity-csi.html#deploy-elasticsearch-9-with-eck" target="_blank"&gt;https://scaleoutsean.github.io/2026/04/13/elasticsearch-eck-kuberntees-netapp-santricity-csi.html#deploy-elasticsearch-9-with-eck&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) I round up to 4GiB on DDP, since it may be allocated anyway&lt;/P&gt;&lt;P&gt;2) I recommend classic RAID (where this doesn't happen) for use cases with many sub-32 GiB volumes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2026 14:46:03 GMT</pubDate>
      <guid>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/How-can-I-accurately-measure-my-storage-usage/m-p/467218#M1539</guid>
      <dc:creator>elementx</dc:creator>
      <dc:date>2026-05-15T14:46:03Z</dc:date>
    </item>
  </channel>
</rss>

