> For the complete documentation index, see [llms.txt](https://docs.vergeos-demo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vergeos-demo.com/run-the-platform/networking/tracking-net-statistics.md).

# Tracking Network Statistics

Statistics tracking can be enabled for *Accept, Drop, Reject* and *Translate* rules. This allows viewing the total number of packets/bytes processed by a rule. Currently, statistics cannot be tracked for *Route* rules.

## Enable Statistics Tracking for All Non-routing Rules of a Network

{% hint style="info" %}
**Requires a restart of the network.**
{% endhint %}

1. From the network dashboard, click **Edit** on the left menu.
2. Check the **Track Statistics For All Rules** checkbox.
3. Click **Submit**.
4. Click **Restart** on the left menu to reset and apply the change. A typical restart will cause a momentary disruption.

See directions below for viewing the tracked statistics.

## Enable Statistics Tracking for Individual Rules

1. From the network dashboard, click **Rules** on the left menu.
2. Double-click the desired rule.
3. Check the **Track Rule Statistics** checkbox.
4. Click **Submit**.
5. Click **Apply Rules** on the left menu.

See directions below for viewing the tracked statistics.

## Reset Counter/Clear Statistics for an Individual Rule

1. From the network dashboard, click **Rules** on the left menu.
2. Click the desired rule to select.
3. Verify the desired rule is selected (checkbox on the left will be checked).
4. Click **Clear Statistics** on the left menu. Packets/Bytes counters for this rule will restart again from zero.

## Display Rule Statistics

1. From the network dashboard, click **Rules** on the left menu.
2. Right-click on the columns heading section at the top.
3. Check the boxes for **Packets** and/or **Bytes** to display these columns.

![Show Statistics](/files/dhPj3EnqNeOnrKfK7WlU)

{% hint style="success" %}
**Enabling the Statistics column will show if statistics tracking is enabled for each rule.**
{% 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:

```
GET https://docs.vergeos-demo.com/run-the-platform/networking/tracking-net-statistics.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.
