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!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...