Thu Apr 07, 2016 6:04 am
[quote="chechito"]i see you tested with 30 parallel streams
would be interesting to see the test with 36 parallel streams, also interesting to see: -same results as 12-36 streams
max total cpu usage: -11 and less streams do not send enough data to max out the cpu cores
using tools-profile see the minimum idle cpu
using system resources cpu see the load distribution across cores, and max load on most busy core: -the load is fully distributed, best in tcp flows with max 36 streams ~33% load per core and total
also interesting to see testing with less conecctions (18 and 9) -12+ udp streams ~6.7Gbps data and max cpu, tcp or less udp streams is lower cpu load
also interesting to see testing with tcp connections: -36 streams max was about 4.2Gbps data.
and know the actual configuration of the ccr1036: -this was an ipv6 test with l3 routing and minimal firewall config
/ipv6 firewall filter
add chain=forward comment="allow established,related" connection-state=established,related
add chain=forward comment="allow lan" in-interface=spf-ether2
add action=drop chain=forward comment="drop invalid" connection-state=invalid
add chain=input comment="allow icmp" protocol=icmpv6
add chain=input comment="allow lan" in-interface=ether2
add chain=input comment="allow management" dst-port=8291,8728,10022,10080 protocol=tcp
add chain=input comment="allow establieshed,related" connection-state=established,related
add action=log chain=input comment="drop all else from wan" in-interface=spf-ether1
add action=drop chain=input comment="drop all else from wan" in-interface=spf-ether1