elifkizilky / SpaceDancers

0 stars 0 forks source link

Gettingg Flow table occupancy ratio #11

Closed elifkizilky closed 9 months ago

elifkizilky commented 10 months ago

Getting the ratio of occupancy of table size from packet-in and removal learn how to use tools

bgmrsln commented 9 months ago

Starting working on the issue

bgmrsln commented 9 months ago

We can get flow table size for each table with: OFPTableStatsRequest, then we can divide this number to the table size we set to find the ratio.

Image

bgmrsln commented 9 months ago

It says in here that size and characteristics of the flow tables are only dependent on the switch, not defined by the specification: https://stackoverflow.com/questions/37614780/openflow-1-5-1-flow-table-maximum-size . So we need to go with what I offered above

bgmrsln commented 9 months ago

Here ı set table size to 5, and pingall, so ratio is %100

Image

Image