Dashboards & Visualizations

Measure throughput (eps, kbps) per Input

JensT
Communicator

We would like to measure the performance and throughput. I would like to have line-graphs that shows:

  1. Throughput per input in kilobyte/sec (kbps)

  2. Throughput per input in events/sec (eps)

Thanks,

Jens

Tags (1)

Jeremiah
Motivator

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.

By input, are you referring to source, sourcetype, or host?

kbps by sourcetype: index="_internal" (source=/metrics.log OR source=\metrics.log) group="per_sourcetype_thruput" | timechart avg(kbps) by series

eps by sourcetype: index="_internal" (source=/metrics.log OR source=\metrics.log) group="per_sourcetype_thruput" | timechart avg(eps) by series

If you wanted host or source, use group="per_source_thruput" or group="per_host_thruput" instead.

JensT
Communicator

Hello Jeremiah,

seems like i have to enable something, because your searches return nothing.

I am using Splunk 4.1.2

Cheers,

Jens

0 Karma

Genti
Splunk Employee
Splunk Employee

and if you want more data you can use source=metrics.log
This will include metrics.log.1-5

0 Karma

Lowell
Super Champion

You can just do source=*metrics.log

Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...