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!

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

🔐 Trust at Every Hop: How mTLS in Splunk Enterprise 10.0 Makes Security Simpler

From Idea to Implementation: Why Splunk Built mTLS into Splunk Enterprise 10.0  mTLS wasn’t just a checkbox ...

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...