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!

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer at Splunk .conf24 ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...

Share Your Ideas & Meet the Lantern team at .Conf! Plus All of This Month’s New ...

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