> For the complete documentation index, see [llms.txt](https://docs.serenicity.fr/control/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.serenicity.fr/control/english/devices/dashboard-dun-appareil/general/metriques.md).

# Metrics

## Activity

The activity metric represents the amount of toxic flow relative to non-toxic flow.

![Activity metric](/files/jfKOfNG1l3Wx71XjNsJb)

The **View Flows** link provides access to the table of flows for the selected day by opening a [Flow tab of a device](/control/english/devices/dashboard-dun-appareil/flux.md).

{% hint style="info" %}
If the activity has toxic flows, then the flow table will be filtered on **toxic flows only** by default.
{% endhint %}

## Threats

The detected threats are the toxic IP addresses that generated flows on the selected day.

By clicking on **Threat List**, each IP is shown with its threat type, along with a link to the [public IP address page](/control/english/devices/adresse-ip-publique.md) and a link to view the flows in question.

![List of threats](/files/NJMflnaFSIaQ2eRTLq8c)

## Cybercarbon

See also the [calculation of the cybercarbon](/control/english/devices/dashboard-dun-appareil/general/metriques.md#cybercarbone).

The Cybercarbon section represents the **equivalent in CO2 emissions** (CO2e) of the **volume of the network flows** on the selected day.&#x20;

The total impact shows the total cyber carbon measured by the device since its installation, with an equivalence in kilometers driven with an average petrol car (198 gCO2e/km).

![Cybercarbon metric](/files/RK1kNYKGavkFGCnGKFzg)

{% hint style="info" %}
The notation **gCO2e / kgCO2e** means **gram / kilogram CO2 equivalent**.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.serenicity.fr/control/english/devices/dashboard-dun-appareil/general/metriques.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
