Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

This tutorial assumes an understanding of the OpenFlowJ-Loxi API and of Floodlight module writing.

...

Tip

This tutorial was largely contributed by Josh Boley – Thanks Josh!

Table of Contents

Table of Contents
excludeTable of Contents

What are meters?

OpenFlow 1.3 introduces meters to the OpenFlow protocol. Meters complement the queue framework already in place in OpenFlow by allowing for the rate-monitoring of traffic prior to output. More specifically, with meters, we can monitor the ingress rate of traffic as defined by a flow. Flows can direct packets to a meter using the goto-meter OpenFlow instruction, where the meter can then perform some operation based on the rate it receives packets.

...