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
Get Updates on the Splunk Community!

From Alert to Resolution: How Splunk Observability Helps SREs Navigate Critical ...

It's 3:17 AM, and your phone buzzes with an urgent alert. Wire transfer processing times have spiked, and ...

ATTENTION!! We’re MOVING (not really)

Hey, all! In an effort to keep this Slack workspace secure and also to make our new members' experience easy, ...

Splunk Admins: Build a Smarter Stack with These Must-See .conf25 Sessions

  Whether you're running a complex Splunk deployment or just getting your bearings as a new admin, .conf25 ...