<?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: Disk Usage: How to show memory consuming files? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Disk-Usage-How-to-show-memory-consuming-files/m-p/633899#M220162</link>
    <description>&lt;P&gt;Thanks for the hint! Tracking the files (by means of &lt;EM&gt;du&lt;/EM&gt;) would then let me understand what makes up disk usage.&lt;/P&gt;</description>
    <pubDate>Thu, 09 Mar 2023 15:10:41 GMT</pubDate>
    <dc:creator>Gabriel</dc:creator>
    <dc:date>2023-03-09T15:10:41Z</dc:date>
    <item>
      <title>Disk Usage: How to show memory consuming files?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Disk-Usage-How-to-show-memory-consuming-files/m-p/633564#M220066</link>
      <description>&lt;P&gt;Hello everyone&lt;/P&gt;
&lt;P&gt;Is there a way to determine what occupies disk storage?&lt;/P&gt;
&lt;P&gt;The following SPL yields a line graph that shows disk utilization per host and each of its drives.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;index=winperf_prod sourcetype=*Perfmon* storage_free_percent="*"
| eval storage_used_percent=round(100-storage_free_percent,2)
| eval host_dev=printf("%s:%s\\",host,instance)
| timechart max(storage_used_percent) by host_dev&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/24224i13083B5D45FA179B/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Now I want to determine what the drop in one of the drives cause on February 12. Ideally I get a list of all processes/files/etc. that occupy disk storage.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Help is appreciated &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2023 18:50:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Disk-Usage-How-to-show-memory-consuming-files/m-p/633564#M220066</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2023-03-07T18:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Usage: How to show memory consuming files?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Disk-Usage-How-to-show-memory-consuming-files/m-p/633771#M220118</link>
      <description>&lt;P&gt;I think disk usage info isn't enough to answer the question.&amp;nbsp; You need file-level data (creates, deletes, etc.) from other inputs.&amp;nbsp; Perhaps you could just run &lt;FONT face="courier new,courier"&gt;du&lt;/FONT&gt; on the system with the drive in question?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 17:01:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Disk-Usage-How-to-show-memory-consuming-files/m-p/633771#M220118</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-03-08T17:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Usage: How to show memory consuming files?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Disk-Usage-How-to-show-memory-consuming-files/m-p/633899#M220162</link>
      <description>&lt;P&gt;Thanks for the hint! Tracking the files (by means of &lt;EM&gt;du&lt;/EM&gt;) would then let me understand what makes up disk usage.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2023 15:10:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Disk-Usage-How-to-show-memory-consuming-files/m-p/633899#M220162</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2023-03-09T15:10:41Z</dc:date>
    </item>
  </channel>
</rss>

