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!

Persistent Queue at TcpOut — One of Splunk's Most Practical Features

Splunk introduced persistent queueing at the tcpout layer as one of the most practical resilience features in ...

Skip the Awkward Silence: Have a .conf-ersation at .conf26

Picture this. You arrive at .conf26 already having your socializing and networking plans mapped out. No ...

Rethinking Zero Trust: From Product Purchases to Logical Control Evidence

Implementing Zero Trust (ZT) across complex environments often falters at the very beginning due to a ...