All Apps and Add-ons

find reasons for high cpu usage with splunk ML or ?

nagarjuna559
Explorer

I want to find the fields effect cpu usage, when more than 75%. effected fields are memory, ram , running application etc.
I want to find which field (or fields ) effecting cpu performance
if we can find with any algorithm , what is that and how?

0 Karma

aoliner_splunk
Splunk Employee
Splunk Employee

Hi nagarjuna559,

Most fields will have a comparable effect on performance. One notable exception is categorical fields that have many distinct values, because MLTK will use one-hot encoding to convert those fields into numeric fields. For example, a field that contains US states may have ~50 different values, and that will explode into ~50 fields before the model is fit. You can try running "| stats dc" to see how many distinct values your categorical fields have (ignore the numeric fields).

If that doesn't work, please provide more information about the number of fields you have, what algorithm you're using, etc.

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

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, ...