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

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

How about this?

index=* host=HOSTNAME* | timechart avg(mem_free_percent) as AvgAvailableMemory
0 Karma
Get Updates on the Splunk Community!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...