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!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...