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 9, Implementing Microservices with Kotlin:
- When JProfiler starts up, the start page is shown, as follows:
- We will profile the get organization API of the identity service app.
- Select the Attach to a running ...