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!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...