Fully featured low overhead profiler for Java EE and Java SE platforms.
Easy-to-use performance and memory .NET profiler for Windows, Linux and macOS.
Secure and easy profiling in cloud, containers and clustered environments.
Performance monitoring and profiling of Jenkins, Bamboo, TeamCity, Gradle, Maven, Ant and JUnit.

TeamCity

To start build monitoring make sure that YouMonitor plugin for TeamCity is installed and activated.

Enable monitoring

  • Go to the settings page of the build configuration you want to monitor. You can do it from the Project settings page:

  • On the Build Configuration Settings go the Build Features menu and add YourKit YouMonitor build monitoring build feature:

  • You can now open repository for this build configuration in YouMonitor UI.

Enable monitoring in Kotlin DSL

To enable build monitoring in TeamCity Kotlin DSL script add empty youMonitor build feature. For example:

object SpringBoot_Build : BuildType({
  name = "Build"
  ...
  features {
      youMonitor {                           
      }                                      
  }
})

YourKit uses cookies and other tracking technologies to improve your browsing experience on our website, to show you personalized content, to analyze our website traffic, and to understand where our visitors are coming from.

By browsing our website, you consent to our use of cookies and other tracking technologies in accordance with the Privacy Policy.