Hi!
Is it possible to see system properties from a Java process in dynatrace? Something similar to doing a "system.getproperties()" from a command line in that process?
Thanks!
Answer by Enrico F. ·
If your application exposes a JMX interface that is remotely accessible from your (monitoring) collector you could use the JMX Enhanced Monitor Plugin and query the attribute "SystemProperties" that is provided via the RuntimeMXBean.
Answer by Mike L. ·
Hi Daniel,
The Agents overview in AppMon contains a lot of information about the process, for example the command line used to start it up.
Link:
https://community.dynatrace.com/community/display/...
Mike
Thanks Michael,
I'm trying to find a specific system property. There is a lot of info in Agents Overview but I cannot see one in particular (called "proxy").
JANUARY 15, 3:00 PM GMT / 10:00 AM ET