Re: [ovs-discuss] Real time queue stats from ovs-db

2013-03-20 Thread Geetha S
Wed, Mar 20, 2013 at 02:12:00PM -0700, Geetha S wrote: > > I am working on receiving queue stats from the OVS DB into the pox > > controller. > > OK. > > > I am successful in getting them, but I want these stats in real time. Ie, > > when i send packets between hosts in

[ovs-discuss] Real time queue stats from ovs-db

2013-03-20 Thread Geetha S
Hi all, I am working on receiving queue stats from the OVS DB into the pox controller. I am successful in getting them, but I want these stats in real time. Ie, when i send packets between hosts in mininet, the ovs switch should send events to the controller and let the controller decide what sho

Re: [ovs-discuss] Queue configuration

2013-03-05 Thread Geetha S
27;tx_errors': 0}] Now i am looking for some more information in the POX such as rate, burst etc. Any idea how do i get that in my controller? Regards, Geetha On Tue, Mar 5, 2013 at 3:27 PM, Ben Pfaff wrote: > ofp_stats_request will return stats of queues in the OVS database. > &g

Re: [ovs-discuss] Queue configuration

2013-03-05 Thread Geetha S
: > I don't know of any function by that name. I think you have a > vocabulary problem. > > What do you want to do to the queues? > > On Tue, Mar 05, 2013 at 12:03:55PM -0800, Geetha S wrote: > > Sure Ben, but my question was how to access the queues of the OVS DB fro

Re: [ovs-discuss] Queue configuration

2013-03-05 Thread Geetha S
, Ben Pfaff wrote: > On Mon, Mar 04, 2013 at 02:17:11PM -0800, Geetha S wrote: > > Can you please tell me whether ofp_queue_get_config_request() works and > how > > i should use it? > > ofp_queue_get_config_request() appears to be part of NOX. The OVS > mailing lists

Re: [ovs-discuss] Queue configuration

2013-03-05 Thread Geetha S
Hi, I have created some queues in mininet 2.0 using OVS-VSCTL and want to get these statistics into my controller. I am using POX. sudo ovs-vsctl set Port s1-eth2 qos=@newqos -- --id=@newqos create QoS type=linux-fifo other-config:max-rate=10 queues=0=@q0,1=@q1 -- --id=@q0 create Queue ot

[ovs-discuss] Fwd: Queue configuration

2013-03-04 Thread Geetha S
Hi, I have created some queues in mininet 2.0 using OVS-VSCTL and want to get these statistics into my controller. I am using POX. sudo ovs-vsctl set Port s1-eth2 qos=@newqos -- --id=@newqos create QoS type=linux-fifo other-config:max-rate=10 queues=0=@q0,1=@q1 -- --id=@q0 create Queue ot