If I understand your question correctly, you want to know how many bytes that hit a given table entry are received on a particular port.
I assume your table entries don't match on the input port. If, instead, you duplicate each table entry once for each input port and *do* specify the input port in the entry, a flow stats query should give you the information you want. -- Murphy On May 11, 2015, at 2:59 AM, david jhon <djhon9...@gmail.com> wrote: > Hello everyone, > > I can collect port stats from form each switch port on the controller and > flow stats from switch datapaths. The port stats corresponding to each port > represent an accumulated aggregate of bytes belonging to all different flows > passing through the port. I want to identify the share of bytes from a > specified flow/flows from received port stats on the controller. Is it > somehow possible to identify the share of a specified flow passing through a > port using PoX? > > I'll be really grateful if someone here could help me in this regard. Thanks > a lot for your time and suggestions. > > Kind Regards, > David