Skip to content

kytos-ng/kytos_stats

 
 

Repository files navigation

Stable Tag License Build status Code coverage Code-quality score

amlight/kytos_stats

Napp responsible for providing statistics.

Overview

Napp responsible for providing statistics.

Installing

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.

Features

  • 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

Requirements

Events

Subscribed

  • kytos/of_core.flow_stats.received
  • kytos/of_core.table_stats.received

About

Napp responsible for providing kytos stats

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%