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!

New in Observability - Improvements to Custom Metrics SLOs, Log Observer Connect & ...

The latest enhancements to the Splunk observability portfolio deliver improved SLO management accuracy, better ...

Improve Data Pipelines Using Splunk Data Management

  Register Now   This Tech Talk will explore the pipeline management offerings Edge Processor and Ingest ...

3-2-1 Go! How Fast Can You Debug Microservices with Observability Cloud?

Register Join this Tech Talk to learn how unique features like Service Centric Views, Tag Spotlight, and ...