Is there a way to see all the classes loaded by Weblogic 11g? Is there any tools or utilities that may do this?
Thanks,
Tom
Is there a way to see all the classes loaded by Weblogic 11g? Is there any tools or utilities that may do this?
Thanks,
Tom
Andrew Lear suggested this:
Run both of these as the user that java is running as.
If you are using JRockit: /bin/jrcmd heap_diagnostics
If you are using the Sun JDK: /bin/jcmd GC.class_histogram
You will likely want to redirect the output to a file. It can be quite extensive.