Napp responsible for providing statistics.
Napp responsible for providing 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/kytos_stats.git
$ cd kytos_stats
$ python3 -m pip install --editable .
To install the kytos environment, please follow our development environment setup.
- REST API to list flows statistics by switch
- REST API to list tables 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
- Handle table stats messages when replies are received
- kytos/of_core <https://github.com/kytos-ng/of_core>
kytos/of_core.flow_stats.received
kytos/of_core.table_stats.received