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
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
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
:
> 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
, 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
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
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