OpenDaylight Performance Stress Test Report v1.0: Lithium vs Helium

Intracom Telecom SDN/NFV Lab

www.intracom-telecom.com | intracom-telecom-sdn.github.com | [email protected]

Intracom Telecom | SDN/NFV Lab G 2015

OpenDaylight Performance Stress Tests Report v1.0: Lithium vs Helium Executive Summary In this report we investigate several performance aspects of the OpenDaylight Lithium RC0 controller and compare them against the Helium SR3 release. The investigation targets on stability and scalability tests. Stability tests explore how controller throughput behaves in a large time window with a fixed topology connected to it, the goal of which, is to detect performance fluctuations over time. Scalability tests measure controller performance as the switch topology scales, giving hint on the controller’s upper bound.

Contents 1 Introduction

3

2 Results summary

3

3 Experimental setup

3

4 Part A – Stability Stress Tests 4.1 Test A1 500 switches, Datastore mode, 1 hour running . . . . 4.2 Test A2 500 switches, RPC mode, 1 hour running . . . . . . . 4.3 Test A3 500 switches, Datastore mode, 12h running . . . . . 4.4 Test A4 16 switches, RPC mode, 1 hour running time, external generator repeats . . . . . . . . . . . . . . . . . . . . . . . .

3 4 4 4

5 Part B – Scalability Stress Tests 5.1 Test B1: Active scalability test, Datastore mode . . . . . . . . 5.2 Test B2: Active scalability test, RPC mode . . . . . . . . . . . 5.3 Test B3: Idle scalability test, RPC mode . . . . . . . . . . . . .

5 6 6 6

6 Future Releases

7

7 Contributors

8

References

8

4

1. Introduction In this report we investigate several performance aspects of the OpenDaylight controller and compare them between the Helium and Lithium releases. The investigation targets several objectives such as controller throughput, switch scalability and stability (sustained throughput). For our evaluation we have used NSTAT [1], an open source environment written in Python for easily writing SDN controller stress tests and executing them in a fully automated and end– to–end manner. The key components in NSTAT tests are the SDN controller and the SouthBound OpenFlow traffic generator. NSTAT is responsible for automating and sequencing every step of the testing procedure, including controller and generator lifecycle management and orchestration, test dimensioning (i.e. iterating over a large space of experimental parameters), online performance and statistics monitoring, and finally reporting. NSTAT does exhaustive stress testing, which OpenDaylight Performance Stress Tests Report v1.0: Lithium vs Helium

means it repeats the test over a multi-dimensional experimental space within the same run. In this way the user is able to execute multiple test cases within a single run. In all tests we have used MT-Cbench [2] as the SouthBound traffic generator. MT-Cbench is a direct extension of the Cbench emulator [3] which uses threading to generate OpenFlow traf-fic from multiple streams in parallel. The motivation behind this extension was to be able to boot–up and operate network topologies with OpenDaylight much larger than those being able with the original Cbench. We note here that, as with the original Cbench, the switches emulated with MT– Cbench implement only a subset of the OpenFlow protocol, and therefore the results presented here are expected to vary in real conditions. In future releases of NSTAT we plan to provide improvements in our generator towards providing better OpenFlow protocol support.

2. Results summary Our key findings in stress tests where the controller DataStore is involved witness notable improvements in the Lithium DataStore, which translate into better throughput in scalability tests as well as better sustained throughput in stability tests. Specifically, in a test running for an hour with aggressive SouthBound traffic that is specifically designed to stress the DataStore, Lithium exhibits steady behavior unlike Helium that shows a downward slope all the way down to zero. In scalability tests that involve the DataStore we observe a significant improvement from 1 to 5k switches reaching up to 8x. In the same cases involving just the OpenFlow plugin, the improvement is smaller yet evident (by almost 1.5x in the best case).

3. Experimental setup The setup used in all experiments presented in this report is summarized in the Table 1.

Date: Jun. 29, 2015 G p.3/8

Table 1: Stress tests experimental setup. Operating system Server platform Processor model Total system CPUs CPUs configuration Main memory Controllers under test 1 Controllers under test 2

Centos 7, kernel 3.10.0 Dell R720 Intel Xeon CPU E5–2640 v2 @ 2.00GHz 32 2 sockets × 8 cores/socket × 2 HW-threads/core @ 2.00GHz 256 GB, 1.6 GHz RDIMM OpenDaylight Lithium RC0 OpenDaylight Helium SR3

(a)

(b) Fig. 1: Throughput value.

4. Part A – Stability Stress Tests Stability tests explore how controller throughput behaves in a large time window with a fixed topology connected to it. The controller accepts an aggressive rate of incoming OpenFlow packets from the switches (Packet–In’s) and its response throughput is sampled periodically. We evaluate two different controller configurations: in the first one, the controller is configured to directly reply to the switches with a predefined message at the OpenFlow plugin level (“RPC mode”). In the second one, the controller additionally performs updates in its DataStore (“DataStore mode”). In all cases, the MT–Cbench generator is configured to operate at “Latency mode”, which means that each switch sends a Packet–In message only when it has received a reply for the previous one. 4.1 Test A1 500 switches, Datastore mode, 1 hour running NSTAT configuration: • Controller: Datastore mode • MT–Cbench generator: Latency mode, 50 switches per thread, 10 threads, 8 seconds between thread creation OpenDaylight Performance Stress Tests Report v1.0: Lithium vs Helium

• 360 internal generator repeats, 10 seconds each (1h total running mode)

4.2 Test A2 500 switches, RPC mode, 1 hour running NSTAT configuration: • Controller: RPC mode • MT–Cbench generator: Latency mode, 50 switches per thread, 10 threads, 8 seconds between thread creation • 360 internal generator repeats, 10 seconds each (1h total running mode)

4.3 Test A3 500 switches, Datastore mode, 12h running NSTAT configuration: • Controller: Datastore mode • MT–Cbench generator: Latency mode, 50 switches per thread, 10 threads, 8 seconds between thread creation • 4320 internal generator repeats, 10 seconds each (12h total running mode)

Date: Jun. 29, 2015 G p.4/8

(a)

(b) Fig. 2: Throughput value.

(a)

(b) Fig. 3: Throughput value.

4.4 Test A4 16 switches, RPC mode, 1 hour running time, external generator repeats NSTAT configuration: • Controller: RPC mode • MT–Cbench generator: Latency mode, 16 switches per thread, 1 thread • 360 external generator repeats, 10 seconds each (1h total running mode) Helium degradation can be attributed to the fact that this test restarting topology which seems to trigger the DataStore “pure RPC” case (Test 4.2). OpenDaylight Performance Stress Tests Report v1.0: Lithium vs Helium

5. Part B – Scalability Stress Tests Scalability tests measure controller performance as the switch topology scales, giving hint on the controller’s upper bound. We perform two kinds of stress tests active and idle scalability tests. With the active tests we try to explore how controller throughput scales as the topology scales. In this case we send OpenFlow traffic from booted topologies with varying number of switches and measure controller throughput. With the idle tests we explore how to optimally boot–up topologies of varying size. In this case we gradually boot up switches in idle mode and count installed switches and installation times. Switches are booted in batches and with a fixed delay between

Date: Jun. 29, 2015 G p.5/8

(a)

(b) Fig. 4: Throughput value.

(a) Lithium throughput

(b) Helium throughput Fig. 5: Throughput value.

each batch. As in the stability tests, in these tests as well we explore both operation modes of OpenDaylight (RPC and DataStore), and we also use the MT–Cbench generator in Latency mode. 5.1 Test B1: Active scalability test, Datastore mode NSTAT configuration: • Controller: Datastore mode • MT–Cbench generator: Latency mode, 50 switches per thread, [1,2,4,8,16,20,40,60,80,100] threads, 15 seconds inter–thread creation delay (1h total running mode) OpenDaylight Performance Stress Tests Report v1.0: Lithium vs Helium

Lithium starts outperforming Helium for switch numbers larger than 400. After that, it consistently exhibits better relative throughput by an ever increasing factor that reaches almost 8x for 5000 switches. 5.2 Test B2: Active scalability test, RPC mode NSTAT configuration: • Controller: RPC mode • MT–Cbench generator: Latency mode, 50 switches per thread, [1,2,4,8,16,20,30,40,50,60,70,80,90,100] threads, 15 seconds inter–thread creation delay.

Date: Jun. 29, 2015 G p.6/8

(a) Lithium throughput

(b) Helium throughput Fig. 6: Throughput value.

(a) Lithium topology bootup time

(b) Helium topology bootup time Fig. 7: Topology bootup time.

5.3 Test B3: Idle scalability test, RPC mode NSTAT configuration: • Controller: Datastore mode • MT–Cbench generator: Latency mode, 50 switches per thread, [1, 2, 4, 8, 16, 20, 30, 40, 50, 60, 70, 80, 90, 100] threads, inter–thread creation delay [500, 1000, 2000, 4000, 8000, 16000] s Helium achieves to successfully boot up large topologies with much less inter–thread creation delay than Lithium (2s) and hence in quite smaller total time. An inter–thread delay that always works for Lithium is that of 16s OpenDaylight Performance Stress Tests Report v1.0: Lithium vs Helium

6. Future Releases In future releases of this report we are going to additionally include: • SouthBound stability and scalability tests with Mininet • NorthBound stability and scalability tests • system–level and controller performance statistics and profiling results. This functionality is going to be part of future NSTAT releases.

Date: Jun. 29, 2015 G p.7/8

7. Contributors • • • • • •

Nikos Anastopoulos Vaios Bitos Panagiotis Georgiopoulos Apostolis Glenis Andreas Pantelopoulos Konstantinos Papadopoulos

References [1]

“NSTAT: Network Stress Test Automation Toolkit.” https:// github.com/intracom-telecom-sdn/nstat.

[2]

“MT–Cbench: A multithreaded version of the Cbench OpenFlow traffic generator.” https://github.com/intracomtelecom-sdn/mtcbench.

[3]

“Cbench: OpenFlow traffic generator.” https://github.com/ andi-bigswitch/oflops/tree/master/cbench.

OpenDaylight Performance Stress Tests Report v1.0: Lithium vs Helium

Date: Jun. 29, 2015 G p.8/8

OpenDaylight Performance Stress Tests Report v1.0 - GitHub

Jun 29, 2015 - For our evaluation we have used NSTAT [1], an open source en- vironment ... rameters), online performance and statistics monitoring, and.

2MB Sizes 115 Downloads 253 Views

Recommend Documents

INTRACOM TELECOM: SDN/NFV Lab: OpenDaylight ... - GitHub
we were using CPU affinity [9] to achieve this resource isola- ..... 9: Switch scalability stress test results with active MT–Cbench switches. ..... org/files/odl_wp_perftechreport_031516a.pdf. [10] “Mininet. An instant virtual network on your La

OpenDaylight Performance: A Practical, Empirical ... -
By publishing common API frameworks, app developers can .... OpenDaylight RESTconf REST API supports any flow programming granularity, from one flow per REST call to programming ...... In this test, Cisco IOS XR models for router static ...

OpenDaylight Performance: A Practical, Empirical ... -
The goals of our tests were to measure endtoend performance in the underlying protocols and ... By publishing common API frameworks, app developers can.

INTRACOM TELECOM: SDN/NFV Lab: OpenDaylight ... - GitHub
9. 5.1.1. ”DataStore” mode, 12 hours running time . . . . 9. 5.1.2. ”RPC” mode, 12 hours running time . . . . . . . 10 ..... An instant virtual network on your Laptop.” http:.

Structural Stress Tests - Editorial Express
Jan 11, 2017 - sheet and income statement data for the top 1% of U.S. commercial banks ... Thus, the policy functions that describe bank behavior ..... decision rule iL(a, l, δ, z, δ ), a security decision rule a (a, l, δ, z, δ ), and a dividend

Structural Stress Tests - Editorial Express
Jan 11, 2017 - Key words: bank, stress testing, structural model, microprudential. ∗Thomas ... Here we apply the approach to the loan market. Our approach is ...... The paper aims to provide a tool to analyze stress scenarios. But before we ...

425918 Thornhill Lees - V10 Published Report (November 2013).pdf ...
Page 3 of 9. 425918 Thornhill Lees - V10 Published Report (November 2013).pdf. 425918 Thornhill Lees - V10 Published Report (November 2013).pdf. Open.

Perl Post Install Tests - GitHub
Apr 10, 2013 - CPAN/Perl community has usually been good at preserving backwards compatibility ... and installed. ▻ Writing a best practices guide for tests ...

Final Report - GitHub
... user inputs a certain number of TV shows he wants a recommendation for, let's call this set .... Proceedings of the 21st international conference on World Wide.

alv report generation - GitHub
Jun 24, 2016 - COURSE: Bachelor of Technology in Computer Science. BATCH: 2013-17 ..... organization for the award of any degree or any professional diploma. (Signature of .... Asia, as per Platt's 250 Global Energy Companies List for the year 2007.

Better performance with WebWorkers - GitHub
Chrome52 on this Laptop. » ~14kbyte. String => 133ms ... 3-4 Seks processing time on samsung galaxy S5 with crosswalk to finish the transition with ... Page 17 ...

Improving UX through performance - GitHub
Page 10 ... I'm rebuilding the Android app for new markets ... A debug bridge for Android applications https://github.com/facebook/stetho ...

V10 TC3_factsheet_eqc.pdf
Page 2 of 2. V10 TC3_factsheet_eqc.pdf. V10 TC3_factsheet_eqc.pdf. Open. Extract. Open with. Sign In. Main menu. Displaying V10 TC3_factsheet_eqc.pdf.

Speaker Recognition Final Report - GitHub
Telephone banking and telephone reservation services will develop ... The process to extract MFCC feature is demonstrated in Figure.1 .... of the network. ..... //publications.idiap.ch/downloads/papers/2012/Anjos_Bob_ACMMM12.pdf. [2] David ...

DTI Final Internal Audit Report - NIPP Performance Performance ...
DTI Final Internal Audit Report - NIPP Performance Performance Review - SDP Phase 1.pdf. DTI Final Internal Audit Report - NIPP Performance Performance Review - SDP Phase 1.pdf. Open. Extract. Open with. Sign In. Main menu. Displaying DTI Final Inter

Choosing an Appropriate Performance Measure - GitHub
We compare the performance of the classifier (here, we use a support vector machine) ... Meeting Planner. Washington, DC: Society for Neuroscience, 2011.

2016 Annual Performance Report SMCSC.pdf
Whoops! There was a problem loading more pages. Whoops! There was a problem previewing this document. Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. 2016 Annual Performance Report SMCSC.pdf. 2016 Annua

2016 Annual Performance Report SMCSC.pdf
Education. 9.2 12.4 8.4 14.3. Percent of Instruction Delivered Through. Career and Technical Education. 4.2 4 4.1 5.6. Number of Students Receiving Free or.

Placement Performance Report Increased Transparency and ...
developed the Placement Performance report, which offers more insight into where ... Google Analytics, the Placement Performance report becomes a powerful ...

Simulating Reflector Antenna Performance with GRASP9 - GitHub
Surfaces. – conic sections (e.g. parabolas, ellipsoids, etc.) – point cloud (e.g. shaped surface). – planes. – struts. – surface with errors. • Rim defined separately.

School Summary Performance Report - NPMS.pdf
34 WILSON AVENUE. NORTH PLAINFIELD, NJ 07060-4075. Total students: 522. Grades offered: 07-08. Teachers-average years experience: 8.7. Student/Teacher Ratio: 12:1. Students with Disabilities: 18%. Economically Disadvantaged: 64%. English Language Lea

School Performance Report - NPHS.pdf
Contact us at [email protected] ... Students with Disabilities 81 97.8 * 5.30 20.50 * 16.2 Not Met. Students .... School Performance Report - NPHS.pdf.

10th Annual Intel IT Performance Report - Media11
usage models like cloud computing and consumerization. In 2010, Intel IT made significant contributions to Intel·s business results, from increasing supply chain ...

Anonymous Go-Kart: Specification Report Supervisor - GitHub
May 9, 2011 - [email protected] (83238549). Wim Looman ... Department of Computer and Electrical Engineering. University of ... kart, so that it can be easily controlled by a laptop. The second is to ..... BostonDynamicsTRQ6Sep09.pdf.