<?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: Search Job inspector - dispatch.fetch slow - why? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Search-Job-inspector-dispatch-fetch-slow-why/m-p/41744#M9661</link>
    <description>&lt;P&gt;how to check I/O contention? ( I tried SOS, but not showing)&lt;/P&gt;</description>
    <pubDate>Tue, 24 Jun 2014 10:32:24 GMT</pubDate>
    <dc:creator>koshyk</dc:creator>
    <dc:date>2014-06-24T10:32:24Z</dc:date>
    <item>
      <title>Search Job inspector - dispatch.fetch slow - why?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-Job-inspector-dispatch-fetch-slow-why/m-p/41741#M9658</link>
      <description>&lt;P&gt;I'm working on tracking down some slowness in searches of all types that I am doing.  Looking at the search inspector for some of these, I consistently find that dispatch.fetch takes up the vast majority of the overall search time.&lt;/P&gt;

&lt;P&gt;I've looked at this document &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.1/Search/UsingtheSearchJobInspector"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.1/Search/UsingtheSearchJobInspector&lt;/A&gt;, however, I'm looking for some insight on how to troubleshoot the long dispatch.fetch time specifically.&lt;/P&gt;

&lt;P&gt;Any insight?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2012 15:31:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-Job-inspector-dispatch-fetch-slow-why/m-p/41741#M9658</guid>
      <dc:creator>cpenkert</dc:creator>
      <dc:date>2012-11-21T15:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Search Job inspector - dispatch.fetch slow - why?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-Job-inspector-dispatch-fetch-slow-why/m-p/41742#M9659</link>
      <description>&lt;P&gt;Fetch is mostly waiting on events to be pulled back from disk.  I would be checking to see if there is a lot of I/O contention.  Also, it could be representative of how your searches are structured versus your data.  A dense search (where a large proportion of events in the index match your search terms) will necessarily have more fetching to do than a sparse one.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2012 15:50:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-Job-inspector-dispatch-fetch-slow-why/m-p/41742#M9659</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2012-11-21T15:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Search Job inspector - dispatch.fetch slow - why?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-Job-inspector-dispatch-fetch-slow-why/m-p/41743#M9660</link>
      <description>&lt;P&gt;Thanks - the disk I/O contention comment led me to find a bad network storage mount parameter on the index server that was causing the disk to be very busy.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2012 19:48:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-Job-inspector-dispatch-fetch-slow-why/m-p/41743#M9660</guid>
      <dc:creator>cpenkert</dc:creator>
      <dc:date>2012-11-21T19:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Search Job inspector - dispatch.fetch slow - why?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-Job-inspector-dispatch-fetch-slow-why/m-p/41744#M9661</link>
      <description>&lt;P&gt;how to check I/O contention? ( I tried SOS, but not showing)&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jun 2014 10:32:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-Job-inspector-dispatch-fetch-slow-why/m-p/41744#M9661</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2014-06-24T10:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Search Job inspector - dispatch.fetch slow - why?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-Job-inspector-dispatch-fetch-slow-why/m-p/41745#M9662</link>
      <description>&lt;P&gt;I am connecting my hunk application(6.4) to datastax cassandra 3.1 to get the results for monitoring and the results took consistently 5 seconds to render though the table has data in hundreds.&lt;BR /&gt;
I have verified my CassandraERP Connector class also which is hardly taking time in mili seconds to return the response.Could anyone help me in getting this clarified.&lt;/P&gt;

&lt;P&gt;Execution costs&lt;BR /&gt;
Duration (seconds) Component Invocations Input count Output count&lt;BR /&gt;
0.00 command.fields 4 1 1&lt;BR /&gt;
0.00 command.search 4 1 1&lt;BR /&gt;
0.00 command.search.filter 4 - -&lt;BR /&gt;
2.02 command.stdin 3 - 1&lt;BR /&gt;
2.00 command.stdin.cpd2sr 2 1 1&lt;BR /&gt;
0.00 command.stdin.calcfields 1 1 1&lt;BR /&gt;
2.00 command.stdin.cpd2sr.blocked 1 - -&lt;BR /&gt;
0.00 command.stdin.kv 1 1 1&lt;BR /&gt;
0.00 command.stdin.tags 1 1 1&lt;BR /&gt;
0.00 command.stdin.typer 1 1 1&lt;BR /&gt;
0.00 command.stdin.fieldalias 1 1 1&lt;BR /&gt;
0.00 command.stdin.lookups 1 1 1&lt;BR /&gt;
0.00 dispatch.check_disk_usage 1 - -&lt;BR /&gt;
0.06 dispatch.createdSearchResultInfrastructure 1 - -&lt;BR /&gt;
0.04 dispatch.evaluate 1 - -&lt;BR /&gt;
0.04 dispatch.evaluate.search 1 - -&lt;BR /&gt;
4.08 dispatch.fetch 6 - -&lt;BR /&gt;
0.00 dispatch.localSearch 1 - -&lt;BR /&gt;
0.00 dispatch.preview 1 - -&lt;BR /&gt;
0.00 dispatch.readEventsInResults 1 - -&lt;BR /&gt;
0.00 dispatch.stream.local 1 - -&lt;BR /&gt;
0.00 dispatch.timeline 6 - -&lt;BR /&gt;
0.03 dispatch.writeStatus 8 - -&lt;BR /&gt;
0.01 startup.configuration 1 - -&lt;BR /&gt;
0.03 startup.handoff 1 - -&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:52:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-Job-inspector-dispatch-fetch-slow-why/m-p/41745#M9662</guid>
      <dc:creator>basilarockiaedw</dc:creator>
      <dc:date>2020-09-29T11:52:46Z</dc:date>
    </item>
  </channel>
</rss>

