All Apps and Add-ons

Can Splunk add a script to calculate swap stats for each PID in Splunk App for Unix and Linux or elsewhere?

vikasshinde
New Member

I can get RSZ_KB and VSZ_KB stats from sourcetype=ps (and from top also but in different fields). These both values don't give us exact stats about how much swap space each process is using.

Here is the method I am using to calculate that on my Linux host:

grep Swap /proc/[1-9]*/smaps | grep -v '\W0 kB' > /tmp/swap1.out
sort -n -r -k2 /tmp/swap1.out > /tmp/swap.out

So now I can see in "swap.out" how much swap space each PID is using.

Can Splunk add a script to calculate swap for each PID in *NIX app or elsewhere?

Thanks.

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

You can add that script to your own instance of the unix app yourself, run extensive testing, and then feed that script back to Splunk for inclusion in a future version.

0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...