VisualVM deployed

59 views Asked by At

I would like to analyze my tomcat's threads in a web application tool.

I've used visualvm but it's an application installed on the client. At moment, I need a tool like visualvm but installed on the server, simply a web application tool.

1

There are 1 answers

0
Marged On

The Tomcat manager app enables you to create a thread dump. You can deploy it alongside your applications.

To see the thread dump you simply open the url http://localhost:8080/manager/text/threaddump. Like the manager this URL can be protected by authorization.

See the docs for details.