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!

Splunk App for Anomaly Detection End of Life Announcment

Q: What is happening to the Splunk App for Anomaly Detection?A: Splunk is officially announcing the ...

Aligning Observability Costs with Business Value: Practical Strategies

 Join us for an engaging Tech Talk on Aligning Observability Costs with Business Value: Practical ...

Mastering Data Pipelines: Unlocking Value with Splunk

 In today's AI-driven world, organizations must balance the challenges of managing the explosion of data with ...