Re: [Ryu-devel] Dynamic Multipath in Group table

2020-01-29 Thread Burhan Qayoom
Would the flow stats give the bandwidth usage for the whole period or we
can specify the time period?
Actually, I wish to monitor the link for some specific interval and then
subsequently change the bucket weight accordingly.

On Wed, 29 Jan 2020 at 01:58, Moh'd Reza Abbasi 
wrote:

> For the bandwidth you can get the stats of the ports at each end of a link
> and select the  port with minimum cap/bandwidth. Of course you have to also
> calculate the bandwidth usage through flow stats. if you search in
> google/github you will be able to find some code samples in projects that
> have done this.
>
___
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel


Re: [Ryu-devel] Dynamic Multipath in Group table

2020-01-28 Thread Moh'd Reza Abbasi
For the bandwidth you can get the stats of the ports at each end of a link
and select the  port with minimum cap/bandwidth. Of course you have to also
calculate the bandwidth usage through flow stats. if you search in
google/github you will be able to find some code samples in projects that
have done this.
___
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel


[Ryu-devel] Dynamic Multipath in Group table

2020-01-27 Thread Burhan Qayoom
Hi everyone,
I am trying to do dynamic multipath routing using group table. As of now I
am able to calculate bucket weights based on the weight (bandwidth) of the
path. I wish to make it dynamic by re calculating the bucket weight as the
available bandwidth of the link changes. How to carry out this experiment?
How to get the available bandwidth?

Thanks and Regards
Burhan Qayoom
___
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel