Changes between Version 5 and Version 6 of GENIMetaOps/DraftMonitoringMetrics


Ignore:
Timestamp:
04/24/12 10:04:10 (12 years ago)
Author:
chaos@bbn.com
Comment:

add some openflow information, including the idea of using a datapath as an openflow resource type

Legend:

Unmodified
Added
Removed
Modified
  • GENIMetaOps/DraftMonitoringMetrics

    v5 v6  
    3838 * Primary element: a resource's relational data should be contained in a `<resource>` element, with the following mandatory attributes:
    3939   * `name`: the name of the resource (e.g. an FQDN)
     40   * `description`: a text description of the resource (primarily to be used if the resource's name is something other than an FQDN, to describe what kind of thing it is)
    4041   * `type`: what type of resource is this?  GMOC will probably need to be aware of all valid values of this attribute, though new values may be able to do some useful things by default.  In this example, we use the resource types: `vmserver`
    4142   * `aggregate`: what aggregate manager controls this resource?  This aggregate must be defined by an `<aggregate>` element somewhere.
     
    5152== Metrics reported for PlanetLab AMs ==
    5253
    53 Host: hegen.gpolab.bbn.com (GPO production MyPLC):
     54Reporter: hegen.gpolab.bbn.com (GPO production MyPLC):
    5455 * Relations:
    5556{{{
     
    6566|| `cpu_info`      ||            || `cpu_idle`    || percent     ||
    6667
    67 Host: bain.gpolab.bbn.com (GPO production plnode):
     68Reporter: bain.gpolab.bbn.com (GPO production plnode):
    6869 * Relations:
    6970{{{
    70 <resource type="vmserver" name="bain.gpolab.bbn.com" aggregate="hegen.gpolab.bbn.com" location="gpolab" organization="BBN">
     71<resource type="vmserver" name="bain.gpolab.bbn.com" aggregate="hegen.gpolab.bbn.com" location="gpolab" organization="BBN" description=>
    7172  <interface name="eth0" macaddr="00:1B:21:5F:8F:E0" />
    7273  <interface name="eth1" macaddr="00:1B:21:5F:8F:E1" />
     
    8384== Metrics reported for FOAM AMs ==
    8485
    85 Host: tulum.gpolab.bbn.com (GPO production FOAM):
     86Reporter: tulum.gpolab.bbn.com (GPO production FOAM):
    8687 * Relations:
    8788{{{
    8889<aggregate type="foam" name="tulum.gpolab.bbn.com" location="gpolab" organization="BBN">
    8990  <sliver name="urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+plastic-104:37133631-1210-4787-91d3-7e4dfba7cce1" uuid="37133631-1210-4787-91d3-7e4dfba7cce1" created= expires=1337137200 slice_urn="urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+plastic-104" slice_uuid="">
     91    <resource_mapping resource="06:d6:00:24:a8:c4:b9:00" type="flowspace" name="37133631-1210-4787-91d3-7e4dfba7cce1"/>
    9092  </sliver>
    9193</aggregate>
     
    9496|| '''Type Name''' || '''Tags''' || '''Columns''' || '''Units''' ||
    9597|| `cpu_info`      ||            || `cpu_idle`    || percent     ||
     98
     99Reporter: 06:d6:00:24:a8:c4:b9:00 (GPO OpenFlow-controlled datapath):
     100{{{
     101<resource type="datapath" name="06:d6:00:24:a8:c4:b9:00" aggregate="tulum.gpolab.bbn.com" location="gpolab" organization="BBN" description="habanero.gpolab.bbn.com[vl1750]">
     102</resource>
     103}}}
     104 * Time series values:
     105|| '''Type Name'''        || '''Tags'''                                    || '''Columns'''                     || '''Units''' ||
     106|| `of_ctrl_network_info` ||                                               || `rx_messages_sec,tx_messages_sec` || mps,mps     ||
     107|| `of_ctrl_network_info` || `sliver:37133631-1210-4787-91d3-7e4dfba7cce1` || `rx_messages_sec,tx_messages_sec` || mps,mps     ||