multithreading - What free tools are available to analyze lock contention in java? -


I need to determine which lock in my application code are the most contenders. Which Free Tools Can I Use?

You can use both jconsole or jstack in your JDK bin directory. Specifically, jconsole allows you to connect to your process and monitor the thread in which the resources are locked, and this can help you identify the deadlock situation.


Comments

Popular posts from this blog

c++ - Linux and clipboard -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -