Bug 5030: BGP Application Peer beanchmark app 96/36496/2
authorMilos Fabian <milfabia@cisco.com>
Wed, 9 Mar 2016 17:53:32 +0000 (18:53 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 24 Mar 2016 09:39:23 +0000 (09:39 +0000)
commit219599a3eebb5730c38c8b57b746ff9490846b52
tree18b93eae1bb1fe296f3ec2716d2e70a6a3626e2b
parent1fabc0a22906be5c41420c5f3b573088091f9459
Bug 5030: BGP Application Peer beanchmark app

Created benchmark ODL application for performance
testing of BGP application peer.
The application offers two types of RPC operations:
*add-prefix - for injection of IPv4 prefix routes
*delete-prefix - for IPv4 prefix routes removal

Change-Id: Ia3e3e930b01d59e0ab21dcf777801716e6f13769
Signed-off-by: Milos Fabian <milfabia@cisco.com>
artifacts/pom.xml
bgp/benchmark-app/pom.xml [new file with mode: 0644]
bgp/benchmark-app/src/main/java/org/opendaylight/controller/config/yang/odl_bgp_benchmark_cfg/AppPeerBenchmarkModule.java [new file with mode: 0644]
bgp/benchmark-app/src/main/java/org/opendaylight/controller/config/yang/odl_bgp_benchmark_cfg/AppPeerBenchmarkModuleFactory.java [new file with mode: 0644]
bgp/benchmark-app/src/main/java/org/opendaylight/protocol/bgp/benchmark/app/AppPeerBenchmark.java [new file with mode: 0644]
bgp/benchmark-app/src/main/resources/initial/bgp-app-peer-benchmark.xml [new file with mode: 0644]
bgp/benchmark-app/src/main/yang/odl-bgp-app-peer-benchmark.yang [new file with mode: 0644]
bgp/benchmark-app/src/main/yang/odl-bgp-benchmark-cfg.yang [new file with mode: 0644]
bgp/pom.xml
features/bgp/pom.xml
features/bgp/src/main/features/features.xml