From OpenFlow Wiki
What
OFlops (OpenFLow Operations Per Second) is a standalone controller that benchmarks various
aspects of an OpenFlow switch. Oflops implements a modular framework for adding and running
implementation-agnostic tests to quantify an switch's performance.
Benchmarks
Current Benchmarks
- maximum supported packet_in message generate rate
- also calculates the delay between packet arrival and corresponding packet_in
- maximum supported port status messages rate
- also calculates processing delay
Coming Soon
- maximum flow stats handling rate
- as a function of populated flow entries
- maximum aggregate stats handling rate
Download
This code is still considered alpha quality
- git clone git://www.openflowswitch.org/oflops.git
- If you would like to contribute a patch or a new test, please contact the authors for write access to the repository
Authors
- Rob Sherwood
- Kok-Kiong "KK" Yap