{% extends "_base.html" %} {% block accent %}#0e7490{% endblock %} {% block subtitle %}Per-tier CPU/RAM under load and dependency saturation (Postgres, Redis, Celery) — observed from 15-minute resource snapshots.{% endblock %} {% block body %}
{{ binding.name }} peaked at {{ binding.value }}% against a {{ binding.limit }}% ceiling — {% if binding.over %}already over the line{% elif binding.near %}within 5 points of it{% else %}with comfortable headroom{% endif %}. This is the first resource that will bind as load grows.
{% endif %}| Tier | CPU mean | CPU peak | RAM mean | RAM peak | Samples |
|---|---|---|---|---|---|
| {{ t.label }} | {{ t.cpu_mean }}% | {{ t.cpu_peak }}% | {{ t.ram_mean }}% | {{ t.ram_peak }}% | {{ t.samples }} |
| Tier | Metric | Mean | Peak |
|---|---|---|---|
| {{ t.label }} | {{ field }} | {{ v.mean }} | {{ v.peak }} |
PERFORMANCE_REPORTS["DB_POOL_SIZE"].
The raw active/idle connection counts above are observed directly.