# Monitoring Pipeline

The user can monitor a pipeline together with all the components associated with the same by using the ***Pipeline Monitoring*** icon. The user gets information about Pipeline components, Status, Types, Last Activated (Date and Time), Last Deactivated (Date and Time), Total Allocated and Consumed CPU%, Total allocated and consumed memory, Number of Records, and Component logs all displayed on the same page.

{% hint style="success" %}
*Go through the below-given video to get a basic idea on the pipeline monitoring functionality.*
{% endhint %}

{% embed url="<https://www.youtube.com/watch?v=tj4I4PHSnmI>" %}

* Navigate to the ***Pipeline List*** page.
* Click the ***Monitor*** icon.

<figure><img src="/files/oK9DUQQEF1CH2sVCIoh0" alt=""><figcaption></figcaption></figure>

&#x20;       Or

* Navigate to the ***Pipeline Workflow Editor*** page.
* Click the ***Pipeline Monitoring*** icon on the Header panel.

<figure><img src="/files/xYlwCkB3Am5mHPXlHG2c" alt=""><figcaption></figcaption></figure>

* The ***Pipeline Monitoring*** page opens displaying the details of the selected pipeline.
* The ***Monitor*** tab opens by default.
* The user can monitor the following information using the Pipeline Monitoring page, the user can monitor the following:

  * Allocated memory
  * Allocated CPU
  * Consumed memory
  * Consumed CPU
  * Minimum memory usage/ maximum memory usage
  * Minimum CPU usage/ maximum CPU usage

  <figure><img src="/files/XeZ4HMbHY482dHdFB929" alt=""><figcaption></figcaption></figure>
* Open the ***Data Metrics*** tab.
* Specify the time period by providing the from and to dates.
* Choose an interval option or select the custom interval.
* The component specific data metrics get displayed. The green color nodes indicate that the data has been loaded.&#x20;

<figure><img src="/files/Grqk1Mghu175oy8AiFHV" alt=""><figcaption></figcaption></figure>


---

# 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.bdb.ai/bdb-documentation/data-pipeline/getting-started/monitoring-pipeline.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.
