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!

Aligning Observability Costs with Business Value: Practical Strategies

 Join us for an engaging Tech Talk on Aligning Observability Costs with Business Value: Practical ...

Mastering Data Pipelines: Unlocking Value with Splunk

 In today's AI-driven world, organizations must balance the challenges of managing the explosion of data with ...

Splunk Up Your Game: Why It's Time to Embrace Python 3.9+ and OpenSSL 3.0

Did you know that for Splunk Enterprise 9.4, Python 3.9 is the default interpreter? This shift is not just a ...