Skip to content

Latest commit

 

History

History
75 lines (52 loc) · 2.39 KB

README.rst

File metadata and controls

75 lines (52 loc) · 2.39 KB

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