- Community Home
- >
- Networking
- >
- Software Defined Networking
- >
- Re: HP VAN SDN Controller benchmark (cbench)
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2016 01:17 AM
05-05-2016 01:17 AM
HP VAN SDN Controller benchmark (cbench)
Hi,
is there a good way to test the controller's performance?
I tried cbench, but without an additional SDN application, no packet-out messages to count by cbench are generated. And with an additional SDN application which sends packet-out messages in response to packet-in messages generated by cbench, I see the following error message in /opt/sdn/virgo/serviceability/logs/log.log
com.mango.cbenchtestapp.impl.CbenchTestAppManager com.hp.of.lib.InvalidMutableException: {ofm-X:[V_1_0,FLOW_MOD,80,4591795],cmd=ADD,match={Match(V_1_0):[type=STANDARD,len=40],fields=ETH_TYPE,IP_PROTO,IPV4_SRC,IPV4_DST},...}
Can anybody help?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2016 11:14 AM
05-16-2016 11:14 AM
Re: HP VAN SDN Controller benchmark (cbench)
Could you check the hybrid.mode setting in ControllerManager? If hybrid.mode=true, then the controller will only respond to packet-in messages which it has explicitly requested (ie: ARP, DHCP, BDDP). If you change the setting to hybrid.mode=false, you should see the VAN controller respond to packet-in messages. The responses will be coming from the "Path Daemon" application, which is installed and active by default (but only operates when hybrid.mode=false).
NOTE. You'll need to restart the controller process (via "sudo service sdnc stop" and "sudo service sdnc start") after changing the hybrid.mode setting.