Traffic Matrix Workflow
The Traffic Matrix capability in Planner enables you to create a detailed traffic matrix by capturing real-time telemetry data from your production network. Routing Director utilizes this real-time telemetry data from your network and provides a detailed view of traffic patterns across multiple routing scenarios. Understanding these metrics allows you to simulate traffic scenarios and predict how changes will impact network performance.
Routing Director allows you to gather link utilization metrics, RSVP-TE tunnels, and SR policy utilization metrics, while importing a production network. Routing Director later uses this data to measure the volume of data transmitted over time and compares it to the maximum capacity of the interface. This offers insights into hourly and daily traffic patterns and facilitates further analysis.
Similarly, Routing Director allows you to gather tunnel-related metrics while importing a production network. Routing Director later uses this data to analyze traffic distribution and efficiency.
The traffic matrix provides the data necessary to compute how much of a network's capacity is being used. It is essential for network planning and optimization, providing insights into capacity planning, trend analysis, and path optimization. By utilizing inputs such as topology models and interface traffic statistics, you can generate realistic traffic matrices, which is crucial for preparing for future network loads. It also facilitates trend analysis through historical traffic data, allowing you to identify patterns and predict future network behavior.
To generate and utilize traffic matrix:
-
View link utilization data in the network information table of the Link tab (Planning > Networks > Offline Models > Model-Name > Open). For more information see, About the Link Tab (Planner).
-
View tunnel traffic on the Tunnel tab (Planning > Networks > Offline Models > Model-Name > Open). For more information see, About the Tunnel Tab (Planner).
Fetch the existing retention period using the command:
kubectl get sts vmstorage-victoria-metrics-cluster2 -n northstar -o yaml | grep retentionPeriodThe output displays the existing retention period in days.
Update the retention period to a desired value using the command:
kubectl patch vmcluster victoria-metrics-cluster2 -n northstar --type merge -p '{"spec":{"retentionPeriod":"Xd"}}', where X represents the number of days.Repeat Step 1 to verify if the retention period has been updated to the new value.
Since the retention period affects the cluster, the associated pods restarts automatically.