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!

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 ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

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 ...