I have a quick question about the performance of the new 850Gx2. I am currently running an RB450G at 800MHz. I currently have a 130mbps/12mbps pipe, and am going to upgrade to something closer to 175/20. With the below configuration and it running at 800MHz, the CPU hits about 85-90% utilization. Since it is at around 90% at 130mbps, I am thinking that I might want to get something with a little more power for anything faster. I would really like something fanless, and the fact that the 850Gx2 would fit in the same case is a plus.
Code: Select all
Flags: X - disabled, I - invalid, D - dynamic
0 ;;; DNS UDP
chain=forward action=mark-connection new-connection-mark=DNS
passthrough=yes protocol=udp port=53 log=no log-prefix=""
1 ;;; DNS TCP
chain=forward action=mark-connection new-connection-mark=DNS
passthrough=yes protocol=tcp port=53 log=no log-prefix=""
2 ;;; HTTP
chain=forward action=mark-connection new-connection-mark=HTTP
passthrough=yes protocol=tcp port=80 log=no log-prefix=""
3 ;;; HTTP
chain=forward action=mark-connection new-connection-mark=HTTP
passthrough=yes protocol=tcp port=443 log=no log-prefix=""
4 ;;; NAS DL
chain=forward action=mark-connection new-connection-mark=P2P
passthrough=yes dst-address=192.168.15.14 log=no log-prefix=""
5 ;;; NAS UL
chain=forward action=mark-connection new-connection-mark=P2P
passthrough=yes src-address=192.168.15.14 log=no log-prefix=""
6 ;;; Packet Mark P2P
chain=forward action=mark-packet new-packet-mark=Packet-P2P
passthrough=no connection-mark=P2P log=no log-prefix=""
7 ;;; Packet Mark HTTP
chain=forward action=mark-packet new-packet-mark=Packet-HTTP
passthrough=no connection-mark=HTTP log=no log-prefix=""
8 ;;; Packet Mark DNS
chain=forward action=mark-packet new-packet-mark=Packet-DNS
passthrough=no connection-mark=DNS log=no log-prefix=""
Code: Select all
Flags: X - disabled, I - invalid
0 name="Total Download" parent=LAN packet-mark="" limit-at=0 queue=default
priority=1 max-limit=125M burst-limit=0 burst-threshold=0 burst-time=0s
1 name="P2P DL" parent=Total Download packet-mark=Packet-P2P limit-at=20M
queue=wireless-default priority=8 max-limit=115M burst-limit=0
burst-threshold=0 burst-time=0s
2 name="Total Upload" parent=WAN packet-mark="" limit-at=0 queue=default
priority=1 max-limit=11M burst-limit=0 burst-threshold=0 burst-time=0s
3 name="P2P UL" parent=Total Upload packet-mark=Packet-P2P limit-at=2M
queue=wireless-default priority=8 max-limit=10M burst-limit=0
burst-threshold=0 burst-time=0s
4 name="DNS DL" parent=Total Download packet-mark=Packet-DNS limit-at=512k
queue=default priority=2 max-limit=1M burst-limit=0 burst-threshold=0
burst-time=0s
5 name="DNS UL" parent=Total Upload packet-mark=Packet-DNS limit-at=512k
queue=default priority=2 max-limit=1M burst-limit=0 burst-threshold=0
burst-time=0s
6 name="HTTP DL" parent=Total Download packet-mark=Packet-HTTP limit-at=50M
queue=wireless-default priority=3 max-limit=125M burst-limit=0
burst-threshold=0 burst-time=0s
7 name="HTTP UL" parent=Total Upload packet-mark=Packet-HTTP limit-at=5M
queue=wireless-default priority=3 max-limit=11M burst-limit=0
burst-threshold=0 burst-time=0s
8 name="Other" parent=Total Download packet-mark=no-mark limit-at=40M
queue=wireless-default priority=7 max-limit=125M burst-limit=0
burst-threshold=0 burst-time=0s
9 name="Other UL" parent=Total Upload packet-mark=no-mark limit-at=2M
queue=wireless-default priority=7 max-limit=11M burst-limit=0
burst-threshold=0 burst-time=0s
Thank you.