-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MT-CBENCH usage #4
Comments
Adding to this thread.. I am trying to make it work with ODL Lithium. |
Hi, First, to experiment with ODL Lithium, a good starting point is to use the Lithium handlers provided in the NSTAT tool repo. Specifically, start_droptestDS.sh and start_droptestRPC.sh start the ODL controller with the "drop-test" feature (needed to play with MT-/Cbench) on "DataStore" and "RPC" mode, respectively. Now, as for a sample usage, after MTCbench is built, you can issue a command like the following to produce relatively intense traffic:
This triggers controller responses that have been verified to be as high as ~100K per second in our experimental setup, and with MT-Cbench operating in Latency mode. Please have a look at MT-Cbench help message for a detailed description of each cmd line argument. For other possible usages, I would suggest having a look at our Performance Reports, and specifically at the test cases where MT-Cbench is involved. The detailed configurations from these results are also available in NSTAT repo, under the folder |
I have a small SDN testbed for experimentation purposes. I would like make various stress tests on the controllers that I have installed. I am trying to build “build_mtcbench.sh” on an Ubuntu 14.4 LTS, and it seems that the process went fine, but I am not sure how to issue the actual usage commands. Can you please provide an example?
The text was updated successfully, but these errors were encountered: