Changes between Version 17 and Version 18 of OperationalMonitoring/DataSchema


Ignore:
Timestamp:
02/11/14 14:52:27 (10 years ago)
Author:
chaos@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OperationalMonitoring/DataSchema

    v17 v18  
    2121|| shared compute node                                  || disk part max used     || measurement || percent     || highest percent utilization of any local partition                                     || 3               ||
    2222|| shared compute node interface (control or dataplane) || max bytes              || config      || integer     || bytes per second available on the interface                                            || 3               ||
    23 || shared compute node interface (control or dataplane) || RX bytes               || measurement || integer     || bytes per second received n the interface                                              || 3               ||
    24 || shared compute node interface (control or dataplane) || TX bytes               || measurement || integer     || bytes per second transmitted on the interface                                          || 3               ||
     23|| shared compute node interface (control or dataplane) || RX bytes               || measurement || float       || bytes per second received n the interface                                              || 3               ||
     24|| shared compute node interface (control or dataplane) || TX bytes               || measurement || float       || bytes per second transmitted on the interface                                          || 3               ||
    2525|| shared compute node interface (control or dataplane) || max packets            || config      || integer     || packets per second available on the interface                                          || 3               ||
    26 || shared compute node interface (control or dataplane) || RX packets             || measurement || integer     || packets per second received on the interface                                           || 3               ||
    27 || shared compute node interface (control or dataplane) || TX packets             || measurement || integer     || packets per second transmitted on the interface                                        || 3               ||
    28 || shared compute node interface (control or dataplane) || RX errs                || measurement || integer     || receive errors per second on the interface                                             || 3               ||
    29 || shared compute node interface (control or dataplane) || TX errs                || measurement || integer     || transmit errors per second on the interface                                            || 3               ||
    30 || shared compute node interface (control or dataplane) || RX drops               || measurement || integer     || receive drops per second (how does it know?) on the interface                          || 3               ||
    31 || shared compute node interface (control or dataplane) || TX drops               || measurement || integer     || transmit drops per second on the interface                                             || 3               ||
     26|| shared compute node interface (control or dataplane) || RX packets             || measurement || float       || packets per second received on the interface                                           || 3               ||
     27|| shared compute node interface (control or dataplane) || TX packets             || measurement || float       || packets per second transmitted on the interface                                        || 3               ||
     28|| shared compute node interface (control or dataplane) || RX errs                || measurement || float       || receive errors per second on the interface                                             || 3               ||
     29|| shared compute node interface (control or dataplane) || TX errs                || measurement || float       || transmit errors per second on the interface                                            || 3               ||
     30|| shared compute node interface (control or dataplane) || RX drops               || measurement || float       || receive drops per second (how does it know?) on the interface                          || 3               ||
     31|| shared compute node interface (control or dataplane) || TX drops               || measurement || float       || transmit drops per second on the interface                                             || 3               ||
    3232|| shared compute node                                  || is available           || measurement || boolean     || is the node considered to be online as the result of a simple check at the given time? || 3               ||
    3333|| aggregate                                            || current sliver list    || state       || list        || list of slivers (URN + UUID) currently existing or reserved on the aggregate           || 6               ||