I want to know how we can use Java code Profilers like JProbe etc. to profile the integrations ie. the ones where we use custom Java code, like ATCs and ILAs.
Currently JProbe supports application servers like WebLogic / Tomcat etc. Has anyone ever worked with any tools to “profile/analyze memory usage /to analyze threading” for webMethods integrations’ Java code???
I have not done it before, but you can start any adapter from the command line. I would look at the ADK documentation which tells you how to start adapters from the command line. Then refer to your profiling documentation on how to setup a process to run in the profiler and you should be good!