# Statistics of runs

Ylem is a full-cycle data streaming software, therefore not only does it help manage and execute pipelines but also collects detailed statistics of runs for each pipeline and task.

What information is collected:

* Starting time
* Ending time
* Duration in milliseconds
* Task ID and type
* Task output
* Success or failure

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

Having this information for each of the pipelines Ylem provides users with multiple different ways of working with the statistics:

* A main[ dashboard](https://app.datamin.io/dashboard) that contains accumulated statistics about all pipelines and metrics
* Log of runs for every pipeline and tasks
* Aggregated statistics for every pipeline and task within the selected date range
* Powerful [API to pull statistics](/api/api-endpoints.md) in different forms that can be integrated with your BI software if you want to use these historical data for your reports and dashboards
* [Slow task profiler](/statistics-and-profiling/slow-tasks.md) that allows you to have constant control over your bottlenecks

<figure><img src="/files/vofCGtkFdaHaDbAbvm1d" alt=""><figcaption><p>Task output example in the list of logs</p></figcaption></figure>

<figure><img src="/files/k1SsMz7Gjn7u1kyLMV4D" alt=""><figcaption><p>Dashboard graph representing the number of new pipelines per month</p></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.ylem.co/statistics-and-profiling/statistics-of-runs.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.
