<?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: Is splunk supported forwarding log data from an IBM GPFS mount point? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Is-splunk-supported-forwarding-log-data-from-an-IBM-GPFS-mount/m-p/31414#M5513</link>
    <description>&lt;P&gt;Thanks dwaddle - we are running the forwarder off of jfs2 on AIX and just watching gpfs mount points. That's good to know on the stat calls. I will look into tuning that area. Good info!&lt;/P&gt;</description>
    <pubDate>Wed, 16 Nov 2011 15:52:51 GMT</pubDate>
    <dc:creator>sseekamp</dc:creator>
    <dc:date>2011-11-16T15:52:51Z</dc:date>
    <item>
      <title>Is splunk supported forwarding log data from an IBM GPFS mount point?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-splunk-supported-forwarding-log-data-from-an-IBM-GPFS-mount/m-p/31412#M5511</link>
      <description>&lt;P&gt;We are running a small GPFS cluster on AIX. I am seeing high CPU usage running a universal forwarder pointed at log files on the GPFS mount point.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2011 02:15:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-splunk-supported-forwarding-log-data-from-an-IBM-GPFS-mount/m-p/31412#M5511</guid>
      <dc:creator>sseekamp</dc:creator>
      <dc:date>2011-06-21T02:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is splunk supported forwarding log data from an IBM GPFS mount point?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-splunk-supported-forwarding-log-data-from-an-IBM-GPFS-mount/m-p/31413#M5512</link>
      <description>&lt;P&gt;Is Splunk itself running on the GPFS, or is it on a JFS/JFS2 and simply reading files from GPFS?   Splunk has specific requirements for filesystem types related to its own data (index) storage - but I don't think there is a specific support policy about what filesystems Splunk can monitor.&lt;/P&gt;

&lt;P&gt;I can see where the splunk filesystem monitor functionality could have a negative impact on GPFS.  There is a high volume of &lt;CODE&gt;stat(2)&lt;/CODE&gt; system calls, and (by default) it will recurse through the directory structure.  Depending on how big your GPFS is, and from what level on the tree you have Splunk configured to monitor - the number of &lt;CODE&gt;stat(2)&lt;/CODE&gt; calls could be substantial.  And, of course, &lt;CODE&gt;stat(2)&lt;/CODE&gt; is a filesystem metadata operation - which on GPFS could require additional processing like communicating with the other GPFS servers to get updated metadata.&lt;/P&gt;

&lt;P&gt;There's mention in this &lt;A href="http://www.ibm.com/developerworks/wikis/display/hpccentral/GPFS+Tuning+Parameters"&gt;developerworks document&lt;/A&gt; about various GPFS tuning options.  There appears (on first sight) to be more than one that could have an impact on Splunk's interaction with GPFS.&lt;/P&gt;

&lt;P&gt;My advice would be to be sure of just how much of the GPFS you're trying to monitor with Splunk and try to get IBM GPFS support to help with tuning advice.  Their defaults may not be appropriate for software like Splunk.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2011 12:48:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-splunk-supported-forwarding-log-data-from-an-IBM-GPFS-mount/m-p/31413#M5512</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2011-11-16T12:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Is splunk supported forwarding log data from an IBM GPFS mount point?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-splunk-supported-forwarding-log-data-from-an-IBM-GPFS-mount/m-p/31414#M5513</link>
      <description>&lt;P&gt;Thanks dwaddle - we are running the forwarder off of jfs2 on AIX and just watching gpfs mount points. That's good to know on the stat calls. I will look into tuning that area. Good info!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2011 15:52:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-splunk-supported-forwarding-log-data-from-an-IBM-GPFS-mount/m-p/31414#M5513</guid>
      <dc:creator>sseekamp</dc:creator>
      <dc:date>2011-11-16T15:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Is splunk supported forwarding log data from an IBM GPFS mount point?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-splunk-supported-forwarding-log-data-from-an-IBM-GPFS-mount/m-p/31415#M5514</link>
      <description>&lt;P&gt;Also, make sure you are not recursing too deeply un-necessarily.  From what I understand, even if you blacklist a directory, Splunk 4.2 will still recursively &lt;CODE&gt;readdir()&lt;/CODE&gt; and &lt;CODE&gt;stat()&lt;/CODE&gt; down through it.  It will exclude the files, but not without at least enumerating them first.  Depending on how you have your &lt;CODE&gt;monitor://&lt;/CODE&gt; stanzas defined, they could be doing much more I/O than you had previously expected.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2011 17:20:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-splunk-supported-forwarding-log-data-from-an-IBM-GPFS-mount/m-p/31415#M5514</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2011-11-16T17:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Is splunk supported forwarding log data from an IBM GPFS mount point?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-splunk-supported-forwarding-log-data-from-an-IBM-GPFS-mount/m-p/31416#M5515</link>
      <description>&lt;P&gt;And as always, if the answer is useful please upvote/accept - thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2011 17:20:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-splunk-supported-forwarding-log-data-from-an-IBM-GPFS-mount/m-p/31416#M5515</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2011-11-16T17:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Is splunk supported forwarding log data from an IBM GPFS mount point?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-splunk-supported-forwarding-log-data-from-an-IBM-GPFS-mount/m-p/31417#M5516</link>
      <description>&lt;P&gt;I just manually accepted this old answer for ya @dwaddle&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jun 2015 19:50:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-splunk-supported-forwarding-log-data-from-an-IBM-GPFS-mount/m-p/31417#M5516</guid>
      <dc:creator>halr9000</dc:creator>
      <dc:date>2015-06-19T19:50:53Z</dc:date>
    </item>
  </channel>
</rss>

