# 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="/files/BTO6Utn2Hi6IeyWfLRsT" 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.

On the left side of the graph, data pertaining to the upcoming information is presented. At the very top, you'll find the name of the application. Directly below it, you'll find information regarding the number of instances (`n/m instances`), where:

* The first number `n` indicates the number of instances of the application from which data is currently incoming.
* The second number `m` indicates the total number of instances within the application.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.flopsar.com/5.3/user-guide/live.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
