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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Unlock What’s Next: The Splunk Cloud Platform at .conf25

In just a few days, Boston will be buzzing as the Splunk team and thousands of community members come together ...