hi all, when POX decide the forwarding rules, it has capability to send statistic request message to gather per flow statistic (duration, bytes, packet count,etc) from all OF switches. For example during initialization, at t=1, the value of bytes counter of OF switch is 10, so the controller update the counter value in the controller to 10. At t=2, the value has change to 30, so when the controller get the new value updated by the switches, it will replace the previous value (10) to new value (30). My question is, how the controller decide to update the counter value for each flow entries it stored in the controller? How is the value replacement mechanism?for example, does it use EWMA (moving average calculation) to replace to new value? please advice, thanks
-- Regards, masri.sahri