{% extends "network/base.html" %} {% block title %}Bandwidth Capacity Planning — Network Design Canvas{% endblock %} {% block content %}
Assign traffic volumes, identify bottlenecks, and plan upgrade paths
| Topology | Health | Bottlenecks | Warnings | Links | Avg Util | Ran | |
|---|---|---|---|---|---|---|---|
| {{ s.topology_name or '—' }} | {{ s.overall_health|upper }} | {{ s.bottleneck_count }} | {{ s.warning_count }} | {{ s.total_links }} | {{ s.avg_util_pct }}% | {{ (s.ran_at or '')[:16] }} | Export |
Base Utilisation — average current load across links (±jitter per link).
Traffic Overrides — assign exact traffic values to specific links by edge ID.
Peak Multiplier — ratio of peak to average traffic (e.g. 1.5 = 50% burst).
Bottleneck — peak utilisation ≥ 80% now, or average ≥ 80% by end of projection.
Warning — utilisation 60–80%.
LAG — Link Aggregation Group; bundle 2–4 existing links instead of replacing.
Export generates a self-contained HTML report suitable for inclusion in a capacity planning package.