Getting Data In

How to find EPS/GB?

debjit_k
Path Finder

Hi All, 

 

Need little help I need to find EPS/GB of my existing data. 

How to find out that data do we have any SPL for this or how it this.

 

Thanks 

 

0 Karma

paulcurry
Path Finder

It's difficult without seeing your data.  For just eps, try:

index=_internal source=*metrics.log earliest=-1h group=per_host_thruput series=* component=Metrics
| timechart span=1m avg(eps) as avg_eps

0 Karma

isoutamo
SplunkTrust
SplunkTrust

Hi

as @paulcurry said, 1st you must define what you are meaning with EPS?

  • indexing speed
  • throughput on some node e.g. UF or HF or ...
  • search speed
  • something else

r. Ismo

0 Karma

paulcurry
Path Finder

Not exactly sure what you are looking for, but maybe some information from the _internal index can help.  Like this:

index=_internal host=* group=per_index_thruput | stats sum(kbps) as kbps sum(ev) as ev by series | eval ev=round(ev,0)

0 Karma

debjit_k
Path Finder

Thank you for the query.

 

Actually I'm looking for EPS only. Will the below query works just to find EPS.

 

Thanks

Debjit

0 Karma
Get Updates on the Splunk Community!

Observability | How to Think About Instrumentation Overhead (White Paper)

Novice observability practitioners are often overly obsessed with performance. They might approach ...

Cloud Platform | Get Resiliency in the Cloud Event (Register Now!)

IDC Report: Enterprises Gain Higher Efficiency and Resiliency With Migration to Cloud  Today many enterprises ...

The Great Resilience Quest: 10th Leaderboard Update

The tenth leaderboard update (11.23-12.05) for The Great Resilience Quest is out >> As our brave ...