M
M
mystdeim2015-03-16 16:23:28
Java
mystdeim, 2015-03-16 16:23:28

How to profile Java applications?

Prompt literature on the topic of profiling java applications, for example, using VisualVM, Java Mission Control.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
afiskon, 2015-03-16
@afiskon

From the literature there is a fresh book Java Performance. In addition to it, just install YourKit, run the application, poke it, or run a load test. Look at the graphs, everything is pretty obvious there. Same with VisualVM.

A
asd111, 2015-03-17
@asd111

Try running under flight recorder. If it hangs, then it could be a deadlock or some other kind of problem with threads, where a thread waits indefinitely.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question