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!

Introducing the 2024 Splunk MVPs!

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

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...