{% extends "base.html" %} {% block title %}Capacity Plans — CCC{% endblock %} {% block content %}
Capacity Planning
← Overview
Overview Circuits Cross-Connects LOA Orders Capacity DWDM
{% for p in plans %} {% else %} {% endfor %}
Circuit IDCarrierBW (Gbps) Current Util%6-mo Projected%Months to Sat. Growth %/moConfidenceActionPlan Date
{{ p.circuit_id }} {{ p.carrier }} {{ p.bandwidth_gbps }} {% set u = p.current_utilization_pct | float %} {{ u | round(1) }}% {% set pu = p.projected_utilization_pct | float %} {{ pu | round(1) }}% {% set m = p.months_to_saturation | int %} {% if m >= 9999 %}∞{% else %}{{ m }}{% endif %} {{ p.growth_rate_pct | round(2) }}% {{ (p.confidence_score * 100) | round(0) | int }}% {{ p.recommended_action }} {{ p.plan_date | ts }}
No capacity plans yet. Click "Run Analysis" to generate plans for all active circuits.
{% include 'includes/iqe_query_widget.html' %}
{% endblock %}