<?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: examples of searches to capture network thruput in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/examples-of-searches-to-capture-network-thruput/m-p/64533#M180365</link>
    <description>&lt;P&gt;how about this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="_internal" source="*metrics.log*" per_host_thruput | timechart max(kbps) by series | addtotals
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 06 Oct 2010 05:30:29 GMT</pubDate>
    <dc:creator>Genti</dc:creator>
    <dc:date>2010-10-06T05:30:29Z</dc:date>
    <item>
      <title>examples of searches to capture network thruput</title>
      <link>https://community.splunk.com/t5/Splunk-Search/examples-of-searches-to-capture-network-thruput/m-p/64530#M180362</link>
      <description>&lt;P&gt;Do you have any examples of searches capturing network thruput?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2010 01:37:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/examples-of-searches-to-capture-network-thruput/m-p/64530#M180362</guid>
      <dc:creator>Kendrick33</dc:creator>
      <dc:date>2010-10-06T01:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: examples of searches to capture network thruput</title>
      <link>https://community.splunk.com/t5/Splunk-Search/examples-of-searches-to-capture-network-thruput/m-p/64531#M180363</link>
      <description>&lt;P&gt;Your question is not very clear without any information about the data source (input).&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2010 01:58:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/examples-of-searches-to-capture-network-thruput/m-p/64531#M180363</guid>
      <dc:creator>Simeon</dc:creator>
      <dc:date>2010-10-06T01:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: examples of searches to capture network thruput</title>
      <link>https://community.splunk.com/t5/Splunk-Search/examples-of-searches-to-capture-network-thruput/m-p/64532#M180364</link>
      <description>&lt;P&gt;I am monitoring a cluster of servers and am trying to capture the network thruput by host.  I know splunk has a basic one out of the box.  &lt;CODE&gt;Thrput_by_host(*)&lt;/CODE&gt;.  However, I would like to be able to pinpoint the thruput of each server.  When I attempted to hone the search, I couldn't get any data back.  For example&lt;/P&gt;

&lt;P&gt;Thruput_by_host(*) | timechart span=24h avg(Thruput_by_host()) as AvgHostThruput,   AvgHostThruput renders nothing.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 09:18:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/examples-of-searches-to-capture-network-thruput/m-p/64532#M180364</guid>
      <dc:creator>Kendrick33</dc:creator>
      <dc:date>2020-09-28T09:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: examples of searches to capture network thruput</title>
      <link>https://community.splunk.com/t5/Splunk-Search/examples-of-searches-to-capture-network-thruput/m-p/64533#M180365</link>
      <description>&lt;P&gt;how about this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="_internal" source="*metrics.log*" per_host_thruput | timechart max(kbps) by series | addtotals
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 06 Oct 2010 05:30:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/examples-of-searches-to-capture-network-thruput/m-p/64533#M180365</guid>
      <dc:creator>Genti</dc:creator>
      <dc:date>2010-10-06T05:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: examples of searches to capture network thruput</title>
      <link>https://community.splunk.com/t5/Splunk-Search/examples-of-searches-to-capture-network-thruput/m-p/64534#M180366</link>
      <description>&lt;P&gt;Splunk will track the top 10 inputs based on source and host.   To retrieve that information, you could run the following search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal source=*metrics.log* per_host_thruput | timechart sum(kb) by series
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;To increase the number of tracked inputs, you can set that in your limits.conf file for metrics tracking.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2010 05:40:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/examples-of-searches-to-capture-network-thruput/m-p/64534#M180366</guid>
      <dc:creator>Simeon</dc:creator>
      <dc:date>2010-10-06T05:40:39Z</dc:date>
    </item>
  </channel>
</rss>

