Getting Data In

How can I tell whats the avarage EPS per indexer over a day ?

sbeamro
Explorer

Hi,
I've been asked to give statistics whats the avarage EPS that each indexer get.
and show it over a day etc.
any suggestions ?

Tags (3)
0 Karma

martin_mueller
SplunkTrust
SplunkTrust

You could go into Splunk's own metrics like this:

index=_internal component=metrics TERM(group=thruput) | timechart per_second(ev) by splunk_server
index=_internal component=metrics TERM(group=thruput) | timechart avg(instantaneous_eps) by splunk_server

The two use slightly different fields, and would produce vastly different results if your server isn't on all day.

Alternatively, you could also go into the actual data like this:

| tstats count where index=* OR index=_* by _time splunk_server | timechart per_second(count) by splunk_server

martin_mueller
SplunkTrust
SplunkTrust

All three should output events per second, no hidden kilos. 150000 events per second on a single indexer would be quite a lot for an average.

0 Karma

sbeamro
Explorer

thanks for the help.
I've used the alternative comand that you have offered and I got this data -
DATE INDEXER-1 INDEXER-2 SEARCHER INDEXER-3

2015-01-18 147.609884 19.576667 3.075718 26.912824
does it mean that I have 147+19+27 EPS ?
or is it in Kilo values ?

0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

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

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...