Security in CPS/Networking

[ONOS] Flow Setup Rate

mjune.kim 2020. 8. 11. 12:06

ONOS 공식 홈페이지에 따르면 SDN 스위치로 부터 SDN Controller 로 유입되는 패킷의 수가 4000 p/s 가 넘을 경우 Packet_OUT의  Latency 가 급격히 증가하고, Packet_In rate 이 100000 p/s 가 넘는 경우에는 Packet loss 가 발생한다고 나와있네요.

참고: wiki.onosproject.org/pages/viewpage.action?pageId=11864711

 

Test 6:Packet Out Rate Performance - ONOS - Wiki

Description Packet_out is one of the most important content of SDN controller. It is the most frequent message between the controller and the openflow switch. This test will create a switch connected to a controller, through the switch, we send different r

wiki.onosproject.org

참고: wiki.onosproject.org/pages/viewpage.action?pageId=11864719