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.

...

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

Usage

Command Line Interface (CLI)

The statistics information of control metrics can be queried through CLI.
In ONOS console, you can type following command to view control message stats. 

Code Block
languagetext
onos > cpman-stats-list <node_ip> control_message <device_id> 

You also can query other control metrics by specifying the control metric type such as cpu, memory, disk, network, etc.

Web Graphic User Interface (GUI)

 

Terminology

TBD

 

...

Appendix