Hi,

Working on:
RYU version:3.27
Ovs version: 27.2
OpenFlow version:1.5.

I need to get the following stats for each port:
(PORT_NUMBER,IN_UNICAST,OUT_UNICAST,IN_MULTICAST,OUT_MULTICAST,IN_BROADCAST,OUT_BROADCAST
)


I tried getting the statistics by adding 3 flows for each port which
matches the unicast, broadcast, and multicast packets and retrieved the
statistics of each flow using the OFPFlowStatsRequest API from the RYU. And
i was able to get the following stats for each flow
(byte_count,cookie,duration_nsec,duration_sec,flags,hard_timeout,idle_timeout,in_port
,packet_count,table_id)

So i was able to get the IN_UNICAST,IN_BROADCAST,IN_MULTICAST for each por,
but i dint find any way to get the OUT_UNICAST,OUT_BROADCAST,OUT_MULTICAST.

It would be helpful if you suggest me a way to get the following statistics
. Thanks in advance.

Regards,
Shivani Dommeti.

On Thu, Dec 7, 2017 at 11:39 AM, shivani dommeti <[email protected]>
wrote:

> Hi all,
>
> I am using OVS version 2.8.2
> I have a problem when executing "insert-buckets".I created a group of type 
> select and when i try to insert a bucket using "insert-bucket" command 
> supported by OpenFlow1.5 the group type gets changed from "select" to "all" 
> (type=select -> type=all). Can I keep group's properties such as type, 
> selection_method, fields when inserting new buckets?
>
> Your help would be appreciated.
>
> Thanks,
>
> Shivani.
>
>
_______________________________________________
discuss mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to