46 Commits

Author SHA1 Message Date
Thomas Vachuska
781d18bfa1 Added copyrights to cli, features, openflow, providers and web code 2014-10-27 10:31:25 -07:00
Madan Jampani
24f9efb49e sendAndReceive now returns a Future instead of Reponse 2014-10-24 18:56:23 -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
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
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
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
pankaj
600bb24b2f added shell commands simple-netty-server & simple-netty-client 2014-10-07 15:41:06 -07:00
pankaj
eab2988c06 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-10-07 15:01:56 -07:00
pankaj
ea0acefa51 rename the commands 2014-10-07 15:01:47 -07:00
Madan Jampani
a5d0d78861 Using ClusterService in ClusterCommunicationManager (NPE fix) 2014-10-07 14:36:00 -07:00
pankaj
f49b45e893 Added simple netty client/servers to foo app to measure performance 2014-10-07 14:24:22 -07:00
pankaj
221e64e403 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-10-07 13:52:39 -07:00
pankaj
09b583854d Added simple netty server 2014-10-07 13:52:24 -07:00
tom
4e969043ff Fixed some javadocs and added a listener to the FooComponent to show what intent events are perceptible externally. 2014-10-07 00:47:30 -07:00
tom
bf474388c0 Corrected some javadocs. 2014-10-02 07:36:50 -07:00
tom
8158314c8f Further simplified the store & connection manager relationship. 2014-09-30 01:40:29 -07:00
tom
4ee8bae675 Merge remote-tracking branch 'origin/master'
Conflicts:
	apps/foo/pom.xml
	apps/foo/src/main/java/org/onlab/onos/ccc/DistributedClusterStore.java
	cli/src/main/java/org/onlab/onos/cli/NodeAddCommand.java
	cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml
	tools/test/bin/onos-config
	utils/nio/src/main/java/org/onlab/nio/IOLoop.java
2014-09-29 20:56:26 -07:00
tom
5a8779cd26 Added ability to properly register/deregister new connections and have the node status properly reflected. 2014-09-29 14:48:43 -07:00
tom
7309483930 Initial check-in for new p2p cluster messaging; to be refactored. 2014-09-29 13:47:08 -07:00
tom
16555625a3 Added ability to measure round-trip latency and to assure message integrity. 2014-09-29 08:49:27 -07:00
tom
cb43d60c78 Preparing for change in ClusterService/Store implementation. 2014-09-28 22:46:16 -07:00
tom
c52a8a9e22 Merge remote-tracking branch 'origin/master' 2014-09-28 22:42:29 -07:00
Yuta HIGUCHI
e76a24dfb7 Bundle restructuring
Change-Id: I5a9efa7f4d03bd78dd17297731c5addea5cf0442
2014-09-27 11:20:17 -07:00
tom
ee49c371bb Preparing for change in ClusterService/Store implementation. 2014-09-26 15:14:50 -07:00
tom
14dc4d012d Working on IO loop tests commands. 2014-09-26 12:43:14 -07:00
tom
5f4df2d5eb Working on IO loop tests commands. 2014-09-26 12:19:51 -07:00
tom
f7e13b0e01 Working on IO loop tests commands. 2014-09-26 11:12:25 -07:00
tom
0e0863f19e Added ability to measure round-trip latency and to assure message integrity. 2014-09-26 09:02:33 -07:00
tom
f110fffb45 Added IO loop test to the foo app. 2014-09-26 00:38:18 -07:00
tom
5d4e73cb84 Fixed javadocs. 2014-09-24 18:38:24 -07:00
tom
0768a02c39 Added prox test cell and enhanced install to allow customization of the hazelcast.xml for proper network interface. 2014-09-24 16:16:16 -07:00
tom
0755a3678f Added notion of a general Store abstraction and wired it up in ClusterStore. 2014-09-24 11:54:43 -07:00