Hi,

How about monitoring the switch's port which port number is OFPP_CONTROLLER?
You can get this port statistics with OFPPortStatsRequest messages:
e.g.)
   req = ofp_parser.OFPPortStatsRequest(datapath, 0, ofp.OFPP_CONTROLLER)

Thanks,
Iwase

On 2016年08月25日 23:22, Osman Titu wrote:
> Hi
>
> I am using RYU. For my project I need to monitor control packets,
> specifically control packet loss between switches and controller. Is there
> any way to monitor control packet losses?
>
> Any suggestion would highly be appreciated.
>
> Thanks
>
>
>
> ------------------------------------------------------------------------------
>
>
>
> _______________________________________________
> Ryu-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ryu-devel
>

------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to