SPL
Linux CPU Usage
Description
The following query will output CPU usage per host over a period of time using timechart:
7 3
index=os sourcetype=top pctCPU=* | transaction host _time | streamstats window=1 global=f sum(pctCPU) as CPU | timechart latest(CPU) by host
Comments
0 total
Be the first to comment on this SPL.
Leave a comment
You must log in to post a comment.