All Apps and Add-ons

Monitoring Glassfish/JVM: Which is the better - "REST API Modular Input" or "Monitoring of Java Virtual Machines with JMX" or some other app?

torustad
Path Finder

Hi all,

I want to try to monitor the JVMs in our Glassfish-instances (memory, transactions, database connection pools etc) using Splunk.
I have tested the Rest API which works fine, likewise the JMX-app.

Does anybody have any recommendations as to which of the two are the better in terms of load on the JVM as such.

Or are there any alternatives to these two apps?
(JVM Instrumentation Agent?)

Thank you, Damien, for the Apps!

Any help is appreciated.

Thanks and regards,
Bård Tørustad

0 Karma

Damien_Dallimor
Ultra Champion

The REST API Modular Input runs on Python and uses on open protocol, HTTP. It is generic (any HTTP REST endpoint), so not specific to JMX per say.

The JMX Modular Input runs in a JVM and uses a proprietary protocol , RMI.It is also more tunable to specifying exactly which JMX data you want to poll as it is specific to JMX.

So you'll likely find JMX Mod Input a wiser choice.

0 Karma

sowings
Splunk Employee
Splunk Employee

Personally, I would go with JMX; it's more directly suited to your stated use case.

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...