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.

CPU telemetry

CPU telemetry is a subset of the wide range of telemetries collected by YourKit .NET Profiler. It specifically involves gathering data about the CPU time consumed by the application in both user mode and kernel mode, as well as an overall view of system CPU usage. By monitoring CPU usage, you can identify and analyze CPU spikes or periods of high CPU usage. Once these areas are identified, you can delve into the code to optimize inefficient operations.

CPU telemetry charts

CPU telemetry charts

CPU time > Process (kernel)

This chart tracks the CPU time spent by a specific process in kernel mode. Profiling time spent in kernel mode is crucial when diagnosing issues related to system calls, interrupt handling, or other low-level operations that require the kernel's intervention.

CPU time > Process (user + kernel)

This chart displays the total CPU time consumed by a process, combining both user mode and kernel mode. This metric is important for understanding the overall CPU demand that a process is placing on the system.

CPU time > System

While this chart displays the overall system CPU time usage, comparing this with process-specific CPU time can reveal correlations between an application's performance and the activity of other processes running on the system.

Toolbar

  • Zoom in Zoom out : Zoom in and out to quickly change the range of visible data.
  • Show empty : Show "empty" charts, i.e. the charts that have only zero values.
  • Smooth short fluctuations : Smooth out short-term fluctuations on graphs. This is useful for visualizing of fast-changing data.
  • Autoscroll : Control auto-scrolling behavior of telemetry charts. When toggled, the graphs will be automatically scrolled to the right when new data arrives.

Working with telemetry charts

Clicking on chart: Clicking on a chart reveals the call stacks of the .NET threads running at that specific moment, providing a snapshot of the application's state.

Selecting the time interval: Analyzing performance over a time span is equally straightforward. By selecting a range within the telemetry data, profiler builds an estimated call tree and computes the CPU usage for that interval. This can be invaluable for pinpointing performance bottlenecks or understanding the behavior of the application during periods of high load.

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.