> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aviatrix.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Traffic & Latencies

> This section provides the purpose, elements, and actions performed on the Traffic & Latencies pages.

This section provides the purpose, elements, and actions performed on the
**Traffic & Latencies** pages.

<Tabs>
  <Tab title="Traffic">
    ## Purpose

    The **Traffic** page displays network traffic metrics for selected time periods.
    Use the **View Selector** to switch between **Regions**, **VPC/VNets**,
    **Gateways**, and **Instances** views.

    ## Elements

    <Frame>
      <img
        src={
  "/images/reference/ui/monitor/traffic-overview.png"
}
        alt="Traffic & Latencies: Traffic"
        width="100%"
      />
    </Frame>

    * **Time Period**: Dropdown to select time period (e.g., Last 15 Minutes).
    * **Start**: Date and time picker for start time.
    * **End**: Date and time picker for end time (can be set to 'Now').
    * **Apply button**: Applies selected filters and displays traffic data.
    * **Total Traffic**: Card displaying total traffic metric.
    * **Cloud Breakdown**: Card displaying cloud breakdown metrics.
    * **View Selector**: Buttons to switch between Regions, VPC/VNets, Gateways, and
      Instances views.
    * **Search**: Search box for filtering table content.
    * **Show filters button**: Opens filter dialog to filter table data.
    * **Select columns button**: Opens column selection dialog.
    * **Export button**: Exports traffic data.
    * **Refresh button**: Refreshes traffic data.

    ## Actions

    <AccordionGroup>
      <Accordion title="View Traffic by Region">
        To view traffic metrics by region:

        1. Go to **Monitor** > **Traffic & Latencies** > **Traffic**.
        2. Use **Time Period**, **Start**, and **End** to set the time range. Click **Apply**.
        3. In the **View Selector**, select **Regions**.
        4. Review **Total Traffic** and **Cloud Breakdown** and the regions table. Optionally, use **Search**, **Show filters**, **Select columns**, **Export**, or **Refresh**.

        The table shows Name, Cloud, and Total Traffic per region.
      </Accordion>

      <Accordion title="View Traffic by VPC/VNet">
        To view traffic metrics by VPC/VNet:

        1. Go to **Monitor** > **Traffic & Latencies** > **Traffic**.
        2. Use **Time Period**, **Start**, and **End** to set the time range. Click **Apply**.
        3. In the **View Selector**, select **VPC/VNets**.
        4. Review the VPC/VNets table. Optionally, use **Search**, **Show filters**, **Select columns**, **Export**, or **Refresh**.

        The table shows Name, Cloud, and Total Traffic per VPC/VNet.
      </Accordion>

      <Accordion title="View Traffic by Gateway">
        To view traffic metrics by gateway:

        1. Go to **Monitor** > **Traffic & Latencies** > **Traffic**.
        2. Use **Time Period**, **Start**, and **End** to set the time range. Click **Apply**.
        3. In the **View Selector**, select **Gateways**.
        4. Review the gateways table. Optionally, use **Search**, **Show filters**, **Select columns**, **Export**, or **Refresh**.

        The table shows Name, Cloud, and Total Traffic per gateway.
      </Accordion>

      <Accordion title="View Traffic by Instance">
        To view traffic metrics by instance:

        1. Go to **Monitor** > **Traffic & Latencies** > **Traffic**.
        2. Use **Time Period**, **Start**, and **End** to set the time range. Click **Apply**.
        3. In the **View Selector**, select **Instances**.
        4. Review the instances table (Sent, Received, Total Traffic). Optionally, use **Search**, **Show filters**, **Select columns**, **Export**, or **Refresh**.

        The table shows Name, Cloud, Sent, Received, and Total Traffic per instance.

        ### Parameter Details

        | CoPilot Parameter Name | Description                                                                |
        | ---------------------- | -------------------------------------------------------------------------- |
        | Name                   | Shows the name (region, VPC/VNet, gateway, or instance depending on view). |
        | Cloud                  | Shows the cloud provider.                                                  |
        | Total Traffic          | Shows total traffic for the row.                                           |
        | Sent                   | Shows sent traffic (Instances view only).                                  |
        | Received               | Shows received traffic (Instances view only).                              |
      </Accordion>
    </AccordionGroup>
  </Tab>

  <Tab title="Latencies">
    ## Purpose

    The **Latencies** page displays network latency metrics for selected gateways
    over a specified time period.

    ## Elements

    <Frame>
      <img src={"/images/reference/ui/monitor/latencies.png"} alt="Traffic & Latencies: Latencies" width="100%" />
    </Frame>

    * **Time Period dropdown**: Dropdown to select time period (e.g., Last 24
      Hours).
    * **Start time picker**: Date and time picker for start time.
    * **End time picker**: Date and time picker for end time (can be set to 'Now').
    * **Gateways dropdown**: Dropdown to select gateways for latency monitoring.
    * **Apply button**: Applies selected filters and displays latency metrics.
    * **Search**: Search box for filtering content.

    ## Actions

    <AccordionGroup>
      <Accordion title="View Latency Metrics">
        To view latency metrics for gateways:

        1. Go to **Monitor** > **Traffic & Latencies** > **Latencies**.
        2. Use **Time Period**, **Start**, and **End** to set the time range.
        3. Select gateways in the **Gateways** dropdown.
        4. Click **Apply** to display latency metrics.
        5. Optionally, use **Search** to filter content.

        The page displays latency metrics for the selected gateways and time period.

        ### Parameter Details

        | CoPilot Parameter Name | Description                                                          |
        | ---------------------- | -------------------------------------------------------------------- |
        | Time Period            | Selects time period for latency data (e.g., Last 24 Hours).          |
        | Start                  | Sets start date and time for latency data range.                     |
        | End                    | Sets end date and time for latency data range (can be set to 'Now'). |
        | Gateways               | Selects gateways for latency monitoring.                             |
        | Search                 | Filters content.                                                     |
        | Apply                  | Applies selected filters and displays latency metrics.               |
      </Accordion>
    </AccordionGroup>
  </Tab>
</Tabs>
