The answer is in the POX wiki manual in the "OpenFlow Events" section.

The event object has an "ofp" attribute, which is a reference to the OpenFlow 
message which caused the event -- in this case, an ofp_flow_removed object.  
Thus, event.ofp.byte_count is what you're looking for.

As a sidenote, if you intend to cross-post, it's generally better to do it with 
individual messages rather than put them all in the To/CC of a single message, 
since people replying may well not be members of all the referenced lists.

-- Murphy

On Jun 4, 2013, at 9:44 AM, Reza Motamedi wrote:

> hi all,
> 
> I was looking at the FlowRemoved class, and I could not figure out how to 
> retrive the number of bytes that have been matched to flow that has just been 
> removed. Is there a way to that?
> 
> Best Regards
> Reza Motamedi (R.M)
> Graduate Research Fellow
> University of Oregon

Reply via email to