Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have recently downloaded a trial version of YourKit and after playing with it for a while it looks great, but I am concerned about running it in the production environment. Previous profilers I have used have put unacceptable overhead on the servers.

Does anyone know the typical overhead of the YourKit software? Or has anyone had any problems running YourKit in a production environment?

I am running YourKit for Java. The server I am profiling is RedHat running JBoss 4.

share|improve this question
The roughput of your server should be largely unaffected, however I have seen latency delays of a few milli-seconds using yourkit. If you have a low latency environment, this can be noticable. Turning off any features you don't can reduce the impact. – Peter Lawrey Oct 23 '10 at 7:09

1 Answer

up vote -2 down vote accepted

I have used yourkit in production but on a tomcat server. It works pretty well and we didn't noticed any major performance overheads.

We had many instances of Tomcat server running behind a load balancer. So we put yourkit on one of the servers and things work out pretty well.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.