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!

Celebrating Fast Lane: 2025 Authorized Learning Partner of the Year

At .conf25, Splunk proudly recognized Fast Lane as the 2025 Authorized Learning Partner of the Year. This ...

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...