How to test sctp load-balancing with loxilb ? #143
-
Hello All, I was able to do some basic sctp load-balancer test with loxilb using tools like socat and sctp_test. Is there a way to check sctp performance ? iperf in ubuntu20.04 does not seem to support sctp option. Appreciate any pointers regarding this. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
It is possible to use iperf3 but it is not reliable/stable as per this issue |
Beta Was this translation helpful? Give feedback.
-
There are various open-source tools to test sctp as OP mentioned. Just a recap for interested readers : 1. sctp_test (Part of lksctp-tools in Ubuntu) Server usage :
Client usage :
2. socat tool Server usage :
Client usage :
3. iperf3 tool Server usage :
Client usage :
|
Beta Was this translation helpful? Give feedback.
There are various open-source tools to test sctp as OP mentioned. Just a recap for interested readers :
1. sctp_test (Part of lksctp-tools in Ubuntu)
Server usage :
Client usage :
2. socat tool
Server usage :
Client usage :
3. iperf3 tool
Server usage :
Client usage :