Profiling with JProfiler

JProfiler is one of the most commonly used tools for profiling in enterprise applications. It is simple to use and integrated with IDEs such as Eclipse, IntelliJ Idea, and many more. It can be used to profile locally deployed applications or remote applications, and it also has support for profiling applications offline.

Let's launch JProfiler and attach the identity service application that we developed in Chapter 9Implementing Microservices with Kotlin:

  1. When JProfiler starts up, the start page is shown, as follows:

  1. We will profile the get organization API of the identity service app.
  2. Select the Attach to a running ...

Get Kotlin for Enterprise Applications using Java EE now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.