Overview
The Zabbix - Tráfico por Conexión page shows live bandwidth consumption for each monitored network link. Unlike the Capacity Dashboard, which tracks statically assigned capacity, this view reflects actual measured traffic from Zabbix — the IN and OUT Mbps peaks polled by SNMP or the Zabbix agent. You can select any row in the grid to view the full IN/OUT trend chart for that link.Zabbix natively reports interface traffic in bps (bits per second). The dashboard divides these values by 1,000,000 to convert them to Mbps before display. All fields in
ZbxLink — contratadoMbps, ultimoInMbps, ultimoOutMbps, peakInMbps, peakOutMbps — are already in Mbps.KPI Cards
Four summary cards aggregate across all monitored links.Risk Classification
The Zabbix page uses the same four-level risk function as the Capacity Dashboard, applied tousoPct = peakMbps / contratadoMbps × 100:
The peak used for risk scoring is
peakMbps = Math.max(peakInMbps, peakOutMbps) — the worse of the two directions determines the risk level for the link.
Trend Chart (IN/OUT Mbps)
The line chart in the upper-left panel renders the fulltrend time series for the currently selected connection. It plots two lines:
- IN Mbps —
inMbpsfield from eachZbxTrafficPoint - OUT Mbps —
outMbpsfield from eachZbxTrafficPoint
conexionId, equipo, interfaz, and contratadoMbps.
ZbxTrafficPoint type
Detail Panel
The right-side panel shows the statistics for the selected link:Data Grid — Monitored Links
The full table below the chart and detail panel lists every monitored link. Clicking a row updates the trend chart and detail panel for that link. The grid is sorted byusoPct descending by default.