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

# Traffic Stats & Monthly Refills

> Review how EDBB meters VPS traffic, when traffic refills happen, and what happens when all traffic has been consumed.

## EDBB Traffic Overview

<Info>
  In the <a href="https://my.edbb.com/clientarea.php" target="_blank" rel="noreferrer">
  EDBB Control Panel</a>

  , open your VPS and switch to the <strong>Traffic</strong>
  tab. It shows the current cycle, auto-hydration settings, pool balance, and usage charts at a glance.
</Info>

<img src="https://mintcdn.com/edbackboneco/IBH4szipJmqFxhok/assets/traffic_info.png?fit=max&auto=format&n=IBH4szipJmqFxhok&q=85&s=a86b9ee58b1171271d3879cce5c68875" alt="Traffic tab overview" width="1448" height="1482" data-path="assets/traffic_info.png" />

***

## Read the Summary Card

* **Progress ring** – % of your monthly allowance consumed.
* **Numerical usage** – exact GB used vs. available.
* **Refill timer** – when the allowance resets (matches your VPS renewal date).

<img src="https://mintcdn.com/edbackboneco/IBH4szipJmqFxhok/assets/cumulative_traffic.png?fit=max&auto=format&n=IBH4szipJmqFxhok&q=85&s=cde33be2991b960a68ff20ce6260785e" alt="Cumulative traffic chart" width="546" height="378" data-path="assets/cumulative_traffic.png" />

Email alerts land at 80%, 90%, and 100%, but the Control Panel indicator is the quickest way to spot high usage.

***

## Inspect Daily - Cumulative Graphs

* Hover over the bars to see each day’s combined ingress + egress in GB.
* Use the cumulative chart to verify long-running jobs or unexpected spikes.

<div style={{ display:"flex",gap:"16px",flexWrap:"wrap",alignItems:"stretch" }}>
  <div style={{ flex:"1 1 320px" }}>
    <img src="https://mintcdn.com/edbackboneco/IBH4szipJmqFxhok/assets/daily_traffic.png?fit=max&auto=format&n=IBH4szipJmqFxhok&q=85&s=66d947a5d8688c5c573b8036ca3d8b8b" alt="Daily traffic chart" style={{ width:"100%",borderRadius:"16px",border:"1px solid rgba(0,0,0,0.06)" }} width="678" height="564" data-path="assets/daily_traffic.png" />
  </div>

  <div style={{ flex:"1 1 320px" }}>
    <img src="https://mintcdn.com/edbackboneco/IBH4szipJmqFxhok/assets/traffic_info-cal.png?fit=max&auto=format&n=IBH4szipJmqFxhok&q=85&s=4559ad5fed31637928000cb1131fab3f" alt="Traffic calendar view" style={{ width:"100%",borderRadius:"16px",border:"1px solid rgba(0,0,0,0.06)" }} width="665" height="549" data-path="assets/traffic_info-cal.png" />
  </div>
</div>

Totals reset automatically at the start of the next billing cycle.

***

## Manage Traffic Pool - Hydration

<img src="https://mintcdn.com/edbackboneco/IBH4szipJmqFxhok/assets/traffic-pool-edbb-manual-auto-hydration.png?fit=max&auto=format&n=IBH4szipJmqFxhok&q=85&s=101841bb51afff658959b9d7fe6b5f21" alt="Manual and auto hydration tabs" width="1362" height="624" data-path="assets/traffic-pool-edbb-manual-auto-hydration.png" />

**A — Traffic Pool**\
Shows the shared balance for your account. Click “Top up” to purchase more capacity when needed.

**B — Manual Hydration**\
Select a block (+100 GB, +500 GB, +1 TB, +10 TB) and press **Assign Traffic** to add it instantly to the VPS.

**C — Auto Hydration**\
Set a top-up size (e.g., +100 GB). When usage hits 99%, the chosen amount is assigned automatically. Check the status banner for the active rule.

All assignments are logged under **Hydration log** and **Pool log**.

***

## What Happens at 100% Usage

<Steps>
  <Step title="Grace & throttle">
    After a 5% grace buffer, the NIC is capped at roughly <strong>64 kbit/s</strong>
    . The VPS stays online but feels slow.
  </Step>

  <Step title="Restore full speed">
    Assign pool traffic, upgrade the plan, or wait for the monthly refill—any of these actions lifts the throttle immediately.
  </Step>

  <Step title="Stay proactive">
    Monitor the Traffic tab and enable auto hydration if you run resource-heavy workloads. Always keep recent off-site backups in case you choose to wait for the reset window.
  </Step>
</Steps>

### How We Meter Traffic

EDBB reads traffic counters directly on the Ethernet interfaces of your Virtual Private Servers in real-time. The total traffic usage is determined by summing up the ingress (incoming) and egress (outgoing) traffic.

$Total Traffic  =  \sum (\text{IN} + \text{OUT})$
