Re: [ovs-discuss] Polling OpenvSwitch

2014-06-25 Thread Ben Pfaff
You could tell whether it was just a delay by polling again a few seconds after the transfer is complete. On Wed, Jun 25, 2014 at 05:02:20PM -0300, Pedro Henrique wrote: > Yes, they pass through the same switches. This is a sample of a polling and > as you can see the traffic is different from eac

Re: [ovs-discuss] Polling OpenvSwitch

2014-06-25 Thread Pedro Henrique
Yes, they pass through the same switches. This is a sample of a polling and as you can see the traffic is different from each other. The switch S1 should have the amount of traffic passed through it equal or bigger than S2, S3 , S4 or S5, since it is the first switch. Maybe the problem is due to th

Re: [ovs-discuss] Polling OpenvSwitch

2014-06-25 Thread Ben Pfaff
On Wed, Jun 25, 2014 at 01:12:33PM -0300, Pedro Henrique wrote: > I'm using an openflow controller to poll the ovs each second, from this I'm > getting the flows passing through the switch ans other relevant information. > > I made a topology similiar to this. > > Host1 --- OVS1 OVS2 OV

[ovs-discuss] Polling OpenvSwitch

2014-06-25 Thread Pedro Henrique
Hi guys. I'm using an openflow controller to poll the ovs each second, from this I'm getting the flows passing through the switch ans other relevant information. I made a topology similiar to this. Host1 --- OVS1 OVS2 OVS3 OVS4 --- OVS5 --- Host2 I'm generating traffic from Host1