Getting Data In

How do we calculate the RAM usage by applications on different servers?

PreetiKa
Engager

I am trying to figure out how much RAM an app on a Windows server is consuming for a given index.

0 Karma

menonmanish
Path Finder

The OS Technical Add-On does not have the top.sh command that unix offers. But thankfully from Splunk 6 onwards, we can get some app level stats because of _introspection.

Try the search:

index=_introspection host=  component=PerProcess data.process= |timechart span=10m avg(data.pct_memory)

Example:

index=_introspection host=DEV*  component=PerProcess data.process=splunkd |timechart span=10m avg(data.pct_memory)
0 Karma

PreetiKa
Engager

Thank you for your time. I'll try this out and let you know.

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!

Introduction to Splunk AI

How are you using AI in Splunk? Whether you see AI as a threat or opportunity, AI is here to stay. Lucky for ...

Splunk + ThousandEyes: Correlate frontend, app, and network data to troubleshoot ...

Are you tired of troubleshooting delays caused by siloed frontend, application, and network data? We've got a ...

Maximizing the Value of Splunk ES 8.x

Splunk Enterprise Security (ES) continues to be a leader in the Gartner Magic Quadrant, reflecting its pivotal ...