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!

Analytics Workspace deprecation

As of Splunk Cloud Platform 10.4.2604 and Splunk Enterprise 10.4, Analytics Workspace is now deprecated. ...

Splunk Developer Day Recap: Building, Publishing, and Growing on the Splunk Platform

Splunk Developer Day brought the Splunk developer community together for a practical look at what it means to ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...