Hi Rob
I personally haven't instrumented an applet and I don't think this is
easily doable. Also because our agent won't discover anything out of the
box so you would need to manually define the entry point (POJO :
class/method)
So you can have a look at the Java SDK.
In Java agent install directory there is a SDK folder there you will find
example of how to use SDK.
If you want to give a try, you can also try to hook into an existing JVM:
https://docs.appdynamics.com/display/PRO42/Install+the+Java+Agent#InstalltheJavaAgent-AttachingtheJavaAgenttoaRunningJVMProcess
But again, you will have to know the applet code to manually instrument the
entry point.
Good luck
JB
I personally haven't instrumented an applet and I don't think this is
easily doable. Also because our agent won't discover anything out of the
box so you would need to manually define the entry point (POJO :
class/method)
So you can have a look at the Java SDK.
In Java agent install directory there is a SDK folder there you will find
example of how to use SDK.
If you want to give a try, you can also try to hook into an existing JVM:
https://docs.appdynamics.com/display/PRO42/Install+the+Java+Agent#InstalltheJavaAgent-AttachingtheJavaAgenttoaRunningJVMProcess
But again, you will have to know the applet code to manually instrument the
entry point.
Good luck
JB