Dashboards & Visualizations

Average per day line chart dashboard

Kendo213
Communicator

I'm looking to graph out the average of "Processor Queue Length" perfmon per day over the last couple of months. I can get the average for that 2-month period, but I want to graph to show the increase in queue over the course of the last couple of months.

Essentially my search to see the average of this event looks like this so far (just a simple search): index=perfmon sourcetype="Perfmon:System" counter="Processor Queue Length" | stats avg(Value) as avgnum

How can I go about doing this?

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Perhaps this will help.

index=perfmon sourcetype="Perfmon:System" counter="Processor Queue Length" | timechart span=1d avg(Value) as avgnum
---
If this reply helps you, Karma would be appreciated.
0 Karma

iandrews_splunk
Splunk Employee
Splunk Employee

could you post the search you're using?

PS, i'm guessing the answer is going to be adding "span=1d" one or two places

0 Karma
Get Updates on the Splunk Community!

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

New Release | Splunk Cloud Platform 10.1.2507

Hello Splunk Community!We are thrilled to announce the General Availability of Splunk Cloud Platform 10.1.2507 ...

🌟 From Audit Chaos to Clarity: Welcoming Audit Trail v2

🗣 You Spoke, We Listened  Audit Trail v2 wasn’t written in isolation—it was shaped by your voices.  In ...