Dashboards & Visualizations

We have an application that has a memory leak, looking create a visual to show this on a host.

SSchaff81
New Member

We have a dashboard for each host currently that shows this search on a time line.

index=* host=HOSTNAME* | eval AverageMemoryUsed=(((mem_free_percent)-100)*-1)| timechart avg(AverageMemoryUsed)

I am wondering if its possible to show memory free, and we can see on a timeline when it runs out and how fast based on a time?

Let me know thanks.

Tags (2)
0 Karma
1 Solution

somesoni2
Revered Legend

How about this?

index=* host=HOSTNAME* | timechart avg(mem_free_percent) as AvgAvailableMemory

View solution in original post

0 Karma

psmaan
New Member

How about using below to show memory free timechart?
index= host=HOSTNAME
| timechart avg(mem_free_percent)

0 Karma

somesoni2
Revered Legend

How about this?

index=* host=HOSTNAME* | timechart avg(mem_free_percent) as AvgAvailableMemory
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 ...