Monitoring Splunk

How do I predict the cpu load in Splunk?

Shashank_87
Explorer

Hi, I need to predict the cpu % when the load is increased. So basically, suppose 10000 requests are hitting per day on a platform averaging a cpu utilization of 70%. Now, I want to predict when the number of requests get increased to double, say 20000 per day. Then, what will the cpu utilization look like?

How should I approach this type of work?

Tags (1)
0 Karma

mstjohn_splunk
Splunk Employee
Splunk Employee

Hi @Shashank_87 ,

Would you mind posting a search that you tried to get this information? The more information you provide our community, the better chance you have of getting your problem solved.

Thanks for posting!

0 Karma

Shashank_87
Explorer

index=os sourcetype=cpu CPU=ALL host=host1 OR host=host2
| multikv fields pctIdle
| eval Percent_CPU_Load = 100 - pctIdle
| timechart span=2m list(Percent_CPU_Load) by host

This is what I am trying. No suppose suddenly there is an increase in load on host1 and host2. I want to predict what would be the Percent_CPU_Load look like?

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

From Raw Data to Executive-Ready Stories, Faster

Build Data Stories for Every Audience  A dashboard is rarely just a dashboard. It might be the view an ...

Guided Onboarding with Auto-schema Is Now Generally Available

  We are excited to announce the General Availability of Guided Onboarding with Auto-Schematization ...

ATTENTION: We’re Moving! (AGAIN!)

The Splunk Community Slack is undergoing a system migration to keep our workspace secure and ...