kytos_stats
is encouraged to be used instead of this NApp
Napp responsible for providing flows statistics.
To install this NApp, first, make sure to have the same venv activated as you have kytos
installed on:
$ git clone https://github.com/amlight/flow_stats.git
$ cd flow_stats
$ python setup.py develop
- REST API to list flows statistics by switch
- REST API to get flows statistics (packet_count and bytes_count) of an specific flow
- REST API to get flows statistics (packet_count and bytes_count) for a switch
- Handle flow stats messages when replies are received
- kytos/of_core <https://github.com/kytos-ng/of_core>
kytos/of_core.flow_stats.received