In the section QoE Analytics → QoE Dashboard, you can find a collection of all available report widgets in the system.
Here you can display and configure all necessary metrics for convenient monitoring in the form of numeric indicators or charts. In the top menu, you can select the statistics period; by default, it is set to 2 hours.
Widgets can be moved, added (by dragging from the right panel to the left), or removed.
By default, the “Default” dashboard is configured and contains the following widgets:
You can create custom dashboards and fill them with any widgets:


You can resize widgets by dragging their bottom-right corner.
You can move widgets on the dashboard by dragging their title.
Clicking the ☰ button opens a list of additional actions — you can remove the widget or open its settings (not available for all widgets).
Uplink (upstream link) — a communication channel between the operator and an upstream or backbone provider, through which the operator accesses the internet.
RTT (Round-Trip Time) — the time taken to send a signal plus the time to receive confirmation that the signal was received. It represents latency between two points.
The “Uplink monitoring” service allows you to identify accessibility issues for users in real time without special expertise. Such issues may arise due to:
Before using this feature, you need to enable statistics collection. To do this, click the ☰ icon in the top left corner and:
The service is available under QoE Analytics → QoE Dashboard. To add the uplink monitoring widget, choose NetFlow → Panels → Uplink monitoring in the side widget panel and drag it to the dashboard.
Each widget can be configured (1) or deleted (2) from the side panel.

In the widget settings window (1), you can rename the widget in English and Russian (3) and configure its visibility (4).

At the top of the screen, you can select the time period for displaying traffic (5) and choose the data source (6).

For each protocol, the following data is displayed:
When hovering over a widget, a ☰ icon appears in the top right corner. Clicking it allows you to access settings or delete the widget.
Clicking Settings opens the configuration form. Here you can see a list of protocols (1), up to 10 per widget. To display more, add additional widgets — for example, one for messengers/social networks, another for streaming, etc.
You can add (2) or remove (3) any protocols from the standard dictionary. For each protocol, you can configure scoring based on traffic delta (4) (0–2 points depending on traffic change) and RTT metrics (5). The RTT parameter is more significant and allows finer adjustment for latency-sensitive services.
Each protocol can also be assigned an importance category (6), which adds 0–2 points to the total score if the combined traffic and RTT scores are above zero. The categories reflect the service’s sensitivity to quality issues:
Recommended default values for the impact of traffic delta (%) and RTT thresholds are provided by the developer, then adjusted by the operator as needed.
When problems are detected early, the provider can resolve them by:
Round-Trip Time (RTT) — the total time for a signal to be sent and acknowledged, i.e., the delay between two points within a single flow.
A *flow* in DPI is all network activity within a source/destination socket (source IP:port / destination IP:port).
Since all traffic between the client and server passes through the DPI, RTT is calculated in two directions:
Each new flow on DPI is registered not upon receiving a TCP SYN from the initiator, but upon receiving a SYN/ACK response, so RTT is calculated based on message transmission and acknowledgment times.
The client may act as a server and vice versa depending on who initiates the TCP connection (TCP SYN). Accordingly, the RTT calculation logic changes as well.
!!! Important: RTT is calculated only for session-oriented (TCP) connections. It is not calculated for UDP.
Due to TCP specifics, many conditions can affect RTT calculation for a particular flow.
This happens if DPI does not receive an ACK from the client for a sent SYN/ACK.
It may occur if the client closed the connection physically or sent a RST packet.
In such cases, DPI records “0” for RTT from client to DPI for that flow.
For example, this may occur during a TCP HALF CLOSED CONNECTION, when one side stops sending but still receives data. The transmitting side may send FIN/ACK only after finishing all data transfer, leading to a high RTT value.