Skip to content

kytos-ng/flow_stats

Repository files navigation

Stable Tag License Build status Code coverage Code-quality score

flow_stats is deprecated⚠️

kytos_stats is encouraged to be used instead of this NApp

amlight/flow_stats

Napp responsible for providing flows statistics.

Overview

Napp responsible for providing flows 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/flow_stats.git
$ cd flow_stats
$ python setup.py develop

Features

  • 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

Requirements

Events

Subscribed

  • kytos/of_core.flow_stats.received