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!

Brains, Bytes, and Boston: Learn from the Best at .conf25

When you think of Boston, you might picture colonial charm, world-class universities, or even the crack of a ...

Splunk AppDynamics Agents Webinar Series

Mark your calendars! On June 24th at 12PM PST, we’re going live with the second session of our Splunk ...

SplunkTrust Application Period is Officially OPEN!

It's that time, folks! The application/nomination period for the 2025 SplunkTrust is officially open! If you ...