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!

Splunk APM: New Product Features + Community Office Hours Recap!

Howdy Splunk Community! Over the past few months, we’ve had a lot going on in the world of Splunk Application ...

Index This | Forward, I’m heavy; backward, I’m not. What am I?

April 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

A Guide To Cloud Migration Success

As enterprises’ rapid expansion to the cloud continues, IT leaders are continuously looking for ways to focus ...