Splunk Search

timechart process of cpu usage of maximum PID

indeed_2000
Motivator

Hi
have log like below:
_time                                                source cpu_load_percent process pctCPU cpuTIME   PID
7/14/21 1:59:41.000 PM top          5.6                                     java           5.6          1:49.46     125353

here is my SPL
index="main" pctCPU="*" process="java" pctCPU>0

I have 3 java process that has uniq PID, Now I want to get timechart that show pctCPU of maximum PID.

Any idea?
Thanks

 

Labels (7)
0 Karma

venkatasri
SplunkTrust
SplunkTrust

Hi @indeed_2000 

Can you try this?

 

 

index="main" pctCPU="*" process="java" pctCPU>0 
| timechart max(pctCPU) as max_cpu by PID

 

 

 ---

An upvote would be appreciated and Accept Solution if this reply helps!

0 Karma

indeed_2000
Motivator

Thank you for reply, no it's not work, I want maximum PID not pctCPU

I also try this but not work:

index="main" pctCPU="*" process="java" pctCPU>0
| timechart max(PID) as max_cpu by pctCPU

 

FYI: this work on real-time monitoring.

Any idea?

Thanks

0 Karma
Get Updates on the Splunk Community!

Dashboards: Hiding charts while search is being executed and other uses for tokens

There are a couple of features of SimpleXML / Classic dashboards that can be used to enhance the user ...

Splunk Observability Cloud's AI Assistant in Action Series: Explaining Metrics and ...

This is the fourth post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how ...

Brains, Bytes, and Boston: Learn from the Best at .conf25

When you think of Boston, you might picture colonial charm, world-class universities, or even the crack of a ...