Versions Compared

Key

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

...

Abstracted Message TypeOpenFlow Message Type
INBOUND_PACKETPACKET_IN
OUTBOUND_PACKETPACKET_OUT
FLOW_MOD_PACKETFLOW_MOD
FLOW_REMOVED_PACKETFLOW_REMOVED
REQUEST_PACKETSTATS_REQUEST
REPLY_PACKETSTATS_REPLY

 

Usage

...

Installation

Before you start, you will need followings:

  • Ubuntu 14.04 64-bit
  • 2GB or more RAM
  • 2 or more processors

ONOS, mininet Installation and CPMan Activation

Install and run ONOS instance. The detailed procedures can be refer from here.

To collect control message, we also need to deploy a set of devices and connect to ONOS.

This can be realizable by setting up an OpenFlow network using mininet. 
Mininet installation and configuration can be referred from http://mininet.org/download/

After ONOS and mininet get initialized, we can activate CPMan application.

Code Block
languagetext
onos > app activate org.onosproject.cpman 

As long as CPMan is activated, it automatically senses control messages and stores stats. into local RRD.

If you want to collect system metrics (e.g., CPU, memory usages, disk I/O, etc.), please refer to this link.

Command Line Interface (CLI)

 

Web Graphic User Interface (GUI)

 

Terminology

TBD

 

References

...