Return a TrafficMatrix object, i.e. a single traffic matrix, representing the traffic volume exchanged over a network at a specific point in time
This matrix is generated by assigning traffic volumes drawn from a lognormal distribution and assigned to specific origin-destination pairs using the Ranking Metrics Heuristic method proposed by Nucci et al. [R25]
Parameters : | topology : topology
mean : float
stddev : float
max_u : float, optional
origin_nodes : list, optional
destination_nodes : list, optional
|
---|---|
Returns : | tm : TrafficMatrix |
References
[R25] | (1, 2) Nucci et al., The problem of synthetically generating IP traffic matrices: initial recommendations, ACM SIGCOMM Computer Communication Review, 35(3), 2005 |