Greetings Community,
I have a question if it's possible to get a deeper look into standalone console Java application, which is executed via CLI (not within a Jboss container)
many thanks,
Irakli
Hi Irakli,
Yes, we instrument at the JVM level. Thus, a standalone application not running in an application server is completely possible to monitor.
When you start your application add the -javaagent:<agent_home>/javaagent.jar to you startup script.
For example if you application was testapp.jar
java -javaagent:/path/to/javaagent.jar -jar testapp.jar
Hello Frank,
Many thanks for your support and apology for noobing 🙂 I recognize it's same method as for Jboss server.
For some reason I cannot "star/mark as answer" using any browser on my system due some JS issue, so I would like to second the mentioned above that your reply resolves my request.
Best,
Irakli