All Apps and Add-ons

can we do profiling with this app?

rahulsanjose
Explorer

I am wondering if we can do some profiling with this app.

I would like to know if there is a way to know what are the top 10 objects that are being collected the most,etc.

Damien_Dallimor
Ultra Champion

Via Splunk4JMX , you have access to several Garbage Collection, Memory Pool and Memory Manager metrics from the core java.lang MBean domain.

But if you want deeper profiling information ie: Object/Class histograms ,leak detection, fine grained memory usage, collection stats etc.. you'd have to dump an hprof file from the JVM and analyse this with something like Eclipse MAT.

You could however use Splunk4JMX to invoke an operation via JMX to dump this hprof file.
The com.sun.management:type=HotSpotDiagnostic Mbean exposes an operation called dumpHeap.

So you could create a config.xml file for Splunk4JMX that invokes this operation, setup the invocation frequency in Splunk(every hour, every day etc..),but then you'd need a custom data collector to monitor this hprof dump file, parse it from its binary format(the spec is online), index it and then use Splunk as a fully fledged JVM memory profiling tool.

PS: dumping an hprof file is an expensive operation and can potentially negatively affect your running application.

Get Updates on the Splunk Community!

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...

Introducing Splunk Enterprise 9.2

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