Hi Scott, Yes it is implemented, but not documented in a wiki. I could assist you with a couple of pointers to help you get started.
Please take a look at the StatisticsManagerImpl.java (./openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/statistics/StatisticsManagerImpl.java) And on onContextInstantiateService( in StatisticsContextImpl) we schedule the polling of statistics in regular intervals . The StatisticsContextImpl and the StatisticsGatheringUtils contain the required logic for collection of flow stats. Thanks Shuva -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Scott Kristjanson Sent: Tuesday, October 18, 2016 5:40 AM To: [email protected] Subject: [openflowplugin-dev] Use case for gathering all Flow statistics Do you have a documented use-case or message sequence chart that shows how statistics polling works for gathering all the flow stats on a switch from the ODL controller? I would like to implement it, following the standard use case if it exists. I am interested in gathering flow statistics for all flows on all the openflow SDN switches connected to the controller. Thanks for any help you can provide! Scott _______________________________________________ openflowplugin-dev mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev _______________________________________________ openflowplugin-dev mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev
