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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...