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!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...