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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...