Pavlin Radoslavov
6bc5594e7b
Fix the property name inside the JSON representation of the topology
...
event rate metric:
listenerEventRate -> topologyEventRate
2014-10-21 22:16:53 -07:00
Pavlin Radoslavov
64d9e47215
Added initial implementation of Topology-related event and
...
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
2014-10-21 22:13:09 -07:00
Pavlin Radoslavov
3559249b9b
Refactoring and cleanup in the Metrics module:
...
* 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
2014-10-21 21:57:25 -07:00
Jonathan Hart
bc4a793a00
Allowed flows to be permanent
...
Change-Id: I61952fe4cbad98be53094c7ec4a474868384b616
2014-10-21 11:46:00 -07:00
Thomas Vachuska
b97cf28766
Refactoring intent API.
2014-10-21 00:21:24 -07:00
Jonathan Hart
bc3f7f7130
Remove test route from SDN-IP
...
Change-Id: I767cc9829438e56da945ab35def86a3f7b9b244d
2014-10-20 18:50:17 -07:00
Jonathan Hart
d7bd98290c
Moved SDN-IP and config to fasterxml jackson package
...
Change-Id: I5a5319188bb54738238787b58a7854e8b5564c9a
2014-10-20 18:26:13 -07:00
Jonathan Hart
d0caacd397
Added example config files for SDN-IP
...
Change-Id: Ia40bea166c147e95c2d9f5dbe13c6ccbd622de3d
2014-10-20 17:56:35 -07:00
Jonathan Hart
ce37f6d66d
Renamed a class to better name
2014-10-20 10:25:03 -07:00
Jonathan Hart
0e12fadd5b
Fixed issues with reading masked IP addresses from Loxi
2014-10-17 14:55:13 -07:00
weibit
38c42ede2e
Optical topology provider for UC1
...
Change-Id: I1b25c9412b5180f9dce167f8700eb84baba70486
2014-10-17 11:09:34 -07:00
Jonathan Hart
ce430a4815
Ported the unit tests for PeerConnectivityManager
2014-10-16 20:48:52 -07:00
Jonathan Hart
0b04bed213
Implemented CLI commands to show SDN-IP routes
2014-10-16 16:40:12 -07:00
Thomas Vachuska
e855d50eae
Added some package javadocs and corrected some wording in others.
2014-10-16 15:53:44 -07:00
Thomas Vachuska
eada071575
Merge remote-tracking branch 'origin/master'
2014-10-16 12:17:51 -07:00
Thomas Vachuska
140d585453
Added new app for OSCAR/ONOS integration.
2014-10-16 12:17:45 -07:00
Jonathan Hart
20d8e5140b
Ported BGP tests from old codebase
2014-10-16 11:44:57 -07:00
Jonathan Hart
bcae7bdf0e
Removed faulty toInt method and renamed toRealInt to toInt.
2014-10-16 10:26:54 -07:00
Jonathan Hart
ab63aacae2
Port the BGP implementation of SDN-IP.
2014-10-16 09:51:38 -07:00
Thomas Vachuska
28dfb6096d
Added ability to configure reactive forwarding.
2014-10-16 08:49:17 -07:00
Jonathan Hart
335ef46cc1
Port the Router functionality from SDN-IP.
...
As part of this we added an onlab-thirdparty artifact which allows us to
bring in dependencies that aren't bundles.
2014-10-16 08:26:31 -07:00
tom
c16656fc67
Added ability to configure reactive forwarding.
2014-10-15 18:30:31 -07:00
Jonathan Hart
5e0aac0685
Cleanup some commented out code from PeerConnectivity
2014-10-15 11:43:45 -07:00
Jonathan Hart
dc711bd59d
Ported PeerConnectivity onto ONOS next, and implemented a service that can
...
construct Interface objects based on PortAddresses from HostService.
2014-10-15 11:27:04 -07:00
Jonathan Hart
bac07a0f11
Ported the configuration reader for the SDN-IP specific configuration
2014-10-13 21:30:07 -07:00
tom
1f601248d5
Preparing gui module.
2014-10-13 11:10:40 -07:00
pankaj
16c9a227c9
wait at the end of test
2014-10-10 18:24:38 -07:00
pankaj
6245a7a298
Reverse the order of test to unblock the channel from async tests
2014-10-10 17:50:55 -07:00
pankaj
eea7dc9c41
renamed the handler
2014-10-10 16:02:37 -07:00
pankaj
9fc87594fd
cleaned-up to give better help and javadoc
2014-10-10 15:40:43 -07:00
pankaj
0a21e99f5a
Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next
2014-10-10 10:45:12 -07:00
Yuta HIGUCHI
0390ffb87b
some pom file fixes
...
Change-Id: Iffdb6eeb6954551d0b11e8da237b86e905d4e714
2014-10-10 09:36:21 -07:00
Jonathan Hart
039d2b1dcb
Added SDN-IP app
2014-10-10 09:33:04 -07:00
tom
093340b44c
Speeding up stuff.
...
HostDescription now passes up just a single IpAddress.
2014-10-10 00:15:36 -07:00
tom
545708e14e
Optimizing performance of HostId.
2014-10-09 17:10:02 -07:00
tom
e5a21208d1
Oooops...
2014-10-09 15:05:20 -07:00
pankaj
e63108c4ae
Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next
2014-10-09 14:12:15 -07:00
pankaj
5364ca9783
Add port as for simple-netty-server
2014-10-09 14:11:58 -07:00
pankaj
9d7e4be4af
Add port as for simple-netty-server
2014-10-09 14:10:03 -07:00
tom
1679e18072
Eliminating some performance bottlenecks; more to be done.
2014-10-09 13:50:45 -07:00
alshabib
92c65ad429
real application ids
...
Change-Id: Ia24f1de6ccff614769727ab261002520dfd8506f
2014-10-08 21:56:05 -07:00
pankaj
31b8eabef5
Order the arguments
2014-10-08 18:14:08 -07:00
pankaj
28c356480b
endpoint needs to be created once
2014-10-08 16:42:36 -07:00
pankaj
b847eaef8a
reduce logging
2014-10-08 14:39:25 -07:00
pankaj
9c060c09ef
Report metrics to log
2014-10-08 10:21:29 -07:00
pankaj
f0f80b2a57
Arguments defaults
2014-10-07 18:37:32 -07:00
pankaj
13373b5264
Use arguments to simple client
2014-10-07 18:26:07 -07:00
pankaj
4face4049c
Default numbers are more saner now
2014-10-07 18:05:52 -07:00
pankaj
1a444e9c9c
Run the test longer for realistic measurements
2014-10-07 17:38:44 -07:00
pankaj
366ce8b168
Create handles and default to console reported for metrics
2014-10-07 17:18:37 -07:00