# Live

The Live View feature provides real-time observation of the application's behavior. Each presented chart is associated with a specific application. Charts are dynamically updated as the application executes, providing a continuous and immediate overview of application behavior.

<figure><img src="https://3067115593-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1ocNRvfTUINtskO6osm1%2Fuploads%2FrXzdK4WYCBemGbutGBIT%2FScreenshot%20from%202023-11-22%2009-17-12.png?alt=media&#x26;token=80b6eed9-d046-4940-92d1-d79fa01a7c95" alt=""><figcaption></figcaption></figure>

The chart is divided into two sections:

1. **Top Section (Execution Time Statistics):**
   * Displays statistics related to the execution time of instrumented methods.
   * Provides insights into the performance characteristics of the application.
2. **Bottom Section (Invocation Counts with Exception Percentage):**

   * Illustrates the number of method invocations.
   * Includes the percentage of invocations that result in exceptions.
