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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...