Splunk Search

Memory usage

Murlivelage
New Member

I need a query to find Memory usage more than 90 percent by hostname

is it a good idea to do in splunk vs app dynamics

Labels (1)
Tags (1)
0 Karma

tscroggins
Influencer

If your Splunk environment is properly configured, you can find memory usage with this:

tag=performance tag=memory
| stats max(eval(100*mem_used/mem)) as mem_used_percent by host
| where mem_used_percent>90

This isn't the best place to discuss AppDynamics, but you can use the machine agent to collect basic hardware metrics, reports to display them, and health rules to alert on them. Extended metrics require a Server Visibility license.

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...