Java Addin Performance

Hello,

I have a Java ServerAddin that show not the performance I expected it to.

Is there a way to trace the Addin to display where the most time is spent?

Greetings,

Tobias Genannt

Subject: Unsupported area

The Java ServerAddin is not supported. In that, any issue you have with it needs to put into an agent and if reproduced then development can look at.

In regards to your question though. It is just Java, so standard java profiling apps should work or generating your own logs.

Subject: agent profiler

If you can move your logic into an agent, there is an option that does profiling showing where the agent spents timeHere is an article about it, look for the section called “profiler for agents and web services” about half way down:

If you cannot move it to the agent, then you can add your time timers and see if you can figure it out from logging time stamps.

p.s. part 1 of this artcle talks about general performance issues and how to find where they re coming from, which you mind find interesting as well: