<?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 Measure throughput (eps, kbps) per Input in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Measure-throughput-eps-kbps-per-Input/m-p/16650#M43680</link>
    <description>&lt;P&gt;We would like to measure the performance and throughput.
I would like to have line-graphs that shows:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;Throughput per input in kilobyte/sec (kbps)&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Throughput per input in events/sec (eps)&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Jens&lt;/P&gt;</description>
    <pubDate>Thu, 01 Jul 2010 21:19:30 GMT</pubDate>
    <dc:creator>JensT</dc:creator>
    <dc:date>2010-07-01T21:19:30Z</dc:date>
    <item>
      <title>Measure throughput (eps, kbps) per Input</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Measure-throughput-eps-kbps-per-Input/m-p/16650#M43680</link>
      <description>&lt;P&gt;We would like to measure the performance and throughput.
I would like to have line-graphs that shows:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;Throughput per input in kilobyte/sec (kbps)&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Throughput per input in events/sec (eps)&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Jens&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jul 2010 21:19:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Measure-throughput-eps-kbps-per-Input/m-p/16650#M43680</guid>
      <dc:creator>JensT</dc:creator>
      <dc:date>2010-07-01T21:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Measure throughput (eps, kbps) per Input</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Measure-throughput-eps-kbps-per-Input/m-p/16651#M43681</link>
      <description>&lt;P&gt;If you're running the latest version, some of that info is on the Index Activity dashboard, and you can use that search as a start.&lt;/P&gt;

&lt;P&gt;By input, are you referring to source, sourcetype, or host?&lt;/P&gt;

&lt;P&gt;kbps by sourcetype:
index="_internal" (source=&lt;EM&gt;/metrics.log&lt;/EM&gt; OR source=&lt;EM&gt;\metrics.log&lt;/EM&gt;) group="per_sourcetype_thruput" | timechart avg(kbps) by series&lt;/P&gt;

&lt;P&gt;eps by sourcetype:
index="_internal" (source=&lt;EM&gt;/metrics.log&lt;/EM&gt; OR source=&lt;EM&gt;\metrics.log&lt;/EM&gt;) group="per_sourcetype_thruput" | timechart avg(eps) by series&lt;/P&gt;

&lt;P&gt;If you wanted host or source, use group="per_source_thruput" or group="per_host_thruput" instead.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jul 2010 22:11:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Measure-throughput-eps-kbps-per-Input/m-p/16651#M43681</guid>
      <dc:creator>Jeremiah</dc:creator>
      <dc:date>2010-07-01T22:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Measure throughput (eps, kbps) per Input</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Measure-throughput-eps-kbps-per-Input/m-p/16652#M43682</link>
      <description>&lt;P&gt;You can just do &lt;CODE&gt;source=*metrics.log&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jul 2010 22:49:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Measure-throughput-eps-kbps-per-Input/m-p/16652#M43682</guid>
      <dc:creator>Lowell</dc:creator>
      <dc:date>2010-07-01T22:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Measure throughput (eps, kbps) per Input</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Measure-throughput-eps-kbps-per-Input/m-p/16653#M43683</link>
      <description>&lt;P&gt;and if you want more data you can use source=&lt;EM&gt;metrics.log&lt;/EM&gt;&lt;BR /&gt;
This will include metrics.log.1-5&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jul 2010 23:42:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Measure-throughput-eps-kbps-per-Input/m-p/16653#M43683</guid>
      <dc:creator>Genti</dc:creator>
      <dc:date>2010-07-01T23:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Measure throughput (eps, kbps) per Input</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Measure-throughput-eps-kbps-per-Input/m-p/16654#M43684</link>
      <description>&lt;P&gt;Hello Jeremiah,&lt;/P&gt;

&lt;P&gt;seems like i have to enable something, because your searches return nothing.&lt;/P&gt;

&lt;P&gt;I am using Splunk 4.1.2&lt;/P&gt;

&lt;P&gt;Cheers,&lt;/P&gt;

&lt;P&gt;Jens&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jul 2010 14:19:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Measure-throughput-eps-kbps-per-Input/m-p/16654#M43684</guid>
      <dc:creator>JensT</dc:creator>
      <dc:date>2010-07-05T14:19:15Z</dc:date>
    </item>
  </channel>
</rss>

