<?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 Collecting filesystem usage in actual units (GB) rather than percentage in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Collecting-filesystem-usage-in-actual-units-GB-rather-than/m-p/345895#M41787</link>
    <description>&lt;P&gt;Is there any way to collect JFS disk usage in actual quantities (MB) rather than percentage? I only just now realized that my old nmon analyzer spreadsheet outputs didn't have it either, so I'm assuming that it's not an option within nmon itself - but I thought I'd toss the question out anyway.&lt;/P&gt;

&lt;P&gt;I know that filesystem usage in % is available and used for the watermarks; I guess I still have some sense that I might want to alert on real disk free in some cases.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Sep 2017 19:54:28 GMT</pubDate>
    <dc:creator>Ranazar</dc:creator>
    <dc:date>2017-09-21T19:54:28Z</dc:date>
    <item>
      <title>Collecting filesystem usage in actual units (GB) rather than percentage</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Collecting-filesystem-usage-in-actual-units-GB-rather-than/m-p/345895#M41787</link>
      <description>&lt;P&gt;Is there any way to collect JFS disk usage in actual quantities (MB) rather than percentage? I only just now realized that my old nmon analyzer spreadsheet outputs didn't have it either, so I'm assuming that it's not an option within nmon itself - but I thought I'd toss the question out anyway.&lt;/P&gt;

&lt;P&gt;I know that filesystem usage in % is available and used for the watermarks; I guess I still have some sense that I might want to alert on real disk free in some cases.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 19:54:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Collecting-filesystem-usage-in-actual-units-GB-rather-than/m-p/345895#M41787</guid>
      <dc:creator>Ranazar</dc:creator>
      <dc:date>2017-09-21T19:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Collecting filesystem usage in actual units (GB) rather than percentage</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Collecting-filesystem-usage-in-actual-units-GB-rather-than/m-p/345896#M41788</link>
      <description>&lt;P&gt;Hello !&lt;/P&gt;

&lt;P&gt;Actually that's a pretty good point &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;I am currently managing this since I received this request from other people as well, the new TA-nmon will include 2 new collections (actually what I call "nmon_external" which are OS commands ran by nmon binary and indexed within the main nmon flaw)&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;DF_STORAGE&lt;/LI&gt;
&lt;LI&gt;DF_INODES&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Regarding the DF_STORAGE, the replaces the JFSFILE collection which as you say only contains the percentage of usage of the file systems, the DF_STORAGE reports all the information from the df command in POSIX mode, with CIM complicance:&lt;/P&gt;

&lt;P&gt;&lt;IMG src="https://community.splunk.com/storage/temp/216598-selection-851.png" alt="alt text" /&gt;&lt;/P&gt;

&lt;P&gt;The new TA-nmon is currently available in testing / release branches:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://github.com/guilhemmarchand/TA-nmon/tree/release" target="_blank"&gt;https://github.com/guilhemmarchand/TA-nmon/tree/release&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The core application is being updated currently, I hope the new release to be ready within the next days.&lt;/P&gt;

&lt;P&gt;The JFSFILE collection has been removed by default from the TA-nmon.&lt;/P&gt;

&lt;P&gt;Does this replies to your needs and question?&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Guilhem&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:50:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Collecting-filesystem-usage-in-actual-units-GB-rather-than/m-p/345896#M41788</guid>
      <dc:creator>guilmxm</dc:creator>
      <dc:date>2020-09-29T15:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Collecting filesystem usage in actual units (GB) rather than percentage</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Collecting-filesystem-usage-in-actual-units-GB-rather-than/m-p/345897#M41789</link>
      <description>&lt;P&gt;Yes - that's perfect! It's a little disconcerting actually - to get exactly what I need as soon as I need it.&lt;/P&gt;

&lt;P&gt;I'll be looking forward to the new release (I may just pull from github if I have time). This was one of the few pieces for which I was considering installing the Splunk app for Unix and Linux. &lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 22:57:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Collecting-filesystem-usage-in-actual-units-GB-rather-than/m-p/345897#M41789</guid>
      <dc:creator>Ranazar</dc:creator>
      <dc:date>2017-09-22T22:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Collecting filesystem usage in actual units (GB) rather than percentage</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Collecting-filesystem-usage-in-actual-units-GB-rather-than/m-p/345898#M41790</link>
      <description>&lt;P&gt;Hi Ranazar,&lt;/P&gt;

&lt;P&gt;Cool. Are there any other metric related things we might be lacking in Nmon compared to what provide the TA-unix ?&lt;/P&gt;

&lt;P&gt;Actually, both applications are not mutually exclusives, it has sense to deploy the TA-unix regarding logs and security related items, if you feel there are metrics items missing, feel free to inform me.&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Guilhem&lt;/P&gt;</description>
      <pubDate>Sat, 23 Sep 2017 10:24:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Collecting-filesystem-usage-in-actual-units-GB-rather-than/m-p/345898#M41790</guid>
      <dc:creator>guilmxm</dc:creator>
      <dc:date>2017-09-23T10:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Collecting filesystem usage in actual units (GB) rather than percentage</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Collecting-filesystem-usage-in-actual-units-GB-rather-than/m-p/345899#M41791</link>
      <description>&lt;P&gt;Hi !&lt;/P&gt;

&lt;P&gt;The new release of the core application has been submitted for Splunk certification, and will be available on Splunk base as soon as it would be certified.&lt;/P&gt;

&lt;P&gt;In the meantime, you can download the release directly from Github.&lt;/P&gt;

&lt;P&gt;All other components, TA-nmon, nmon-logger, etc, are all update to date in their master branches.&lt;/P&gt;

&lt;P&gt;Fell free to inform me if you have any issue with the new releases.&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Guilhem&lt;/P&gt;</description>
      <pubDate>Sun, 24 Sep 2017 22:27:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Collecting-filesystem-usage-in-actual-units-GB-rather-than/m-p/345899#M41791</guid>
      <dc:creator>guilmxm</dc:creator>
      <dc:date>2017-09-24T22:27:05Z</dc:date>
    </item>
  </channel>
</rss>

