- 23 Oct, 2014 12 commits
-
-
Conflicts: core/net/src/test/java/org/onlab/onos/net/flow/impl/FlowRuleManagerTest.java Change-Id: I23a7b1bff399c95499a39f7a00563650f58b7210
alshabib authored -
Thomas Vachuska authored
- 22 Oct, 2014 28 commits
-
-
Thomas Vachuska authored
-
Thomas Vachuska authored
-
Simon Hunt authored
-
Simon Hunt authored
-
Simon Hunt authored
-
Thomas Vachuska authored
-
Made 'layering' layout choice a config option. Switched sample data to use full length dpids.
Simon Hunt authored -
Change-Id: Ibf8b32ed1de2a904289731596a28bd5524d6ea25 Conflicts: core/net/src/main/java/org/onlab/onos/net/device/impl/DeviceManager.java
Ayaka Koshibe authored -
instead of throwing IllegalState exception Change-Id: Ida778ec112e80507fb05921e49297350d74dc519
Yuta HIGUCHI authored -
Thomas Vachuska authored
-
Thomas Vachuska authored
-
Thomas Vachuska authored
-
Thomas Vachuska authored
-
event metrics collector. It can be loaded by one of the following two (new) features: onos-app-metrics, onos-app-metrics-topology After loading the module, it subscribes for topology-related events and keeps the following state: (a) The last 10 events (b) The timestamp of the last event (ms after epoch) as observed by this module (c) The rate of the topology events: count, median rate, average rate over the last 1, 5 or 15 minutes The following CLI commands are added: * onos:topology-events Shows the last 10 topology events * onos:topology-events-metrics Shows the timestamp of the last event, and the rate of the topology events: see (b) and (c) above
Pavlin Radoslavov authored -
Madan Jampani authored
-
Madan Jampani authored
-
* Removed logging related code inside class MetricsManager * Removed @Component related code, because it is not suppose to be used as an component. * Added a new class-wrapper so the Metrics can be used as a loadable service: MetricsManagerComponent. The name and the location of this class will be refactored in the future. * Added new method MetricsManager.removeMetric() * Line formatting * Changed "interface MetricsService" to public
Pavlin Radoslavov authored
-