Is these Queue settting right?

Hay,
Please can anybody see my queue setting if its right or its affect on the service?
q2.jpg
q1.jpg

better post actual output of /queues export so one could see what exactly you use, because just by looking at these screen-shots it is hard to tell

Thanks for your reply

Here is my queue export lines:

/queue type
set default kind=pfifo name=default pfifo-limit=50
set ethernet-default kind=pfifo name=ethernet-default pfifo-limit=50
set wireless-default kind=sfq name=wireless-default sfq-allot=1514 sfq-perturb=5
set synchronous-default kind=red name=synchronous-default red-avg-packet=1000 red-burst=20 red-limit=60
red-max-threshold=50 red-min-threshold=10
set hotspot-default kind=sfq name=hotspot-default sfq-allot=1514 sfq-perturb=5
add kind=pcq name=pcq-download pcq-classifier=dst-address pcq-limit=50 pcq-rate=0 pcq-total-limit=2000
add kind=pcq name=pcq-upload pcq-classifier=src-address pcq-limit=50 pcq-rate=0 pcq-total-limit=2000
set default-small kind=pfifo name=default-small pfifo-limit=10
/queue simple
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“” direction=both disabled=no dst-address=0.0.0.0/0
interface=internal limit-at=0/0 max-limit=0/0 name=ServerUnLimited parent=none priority=8 queue=default/default
target-addresses=10.0.0.1/32 total-queue=default
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“” direction=both disabled=no dst-address=0.0.0.0/0
interface=ll limit-at=0/0 max-limit=32000/64000 name=“Limit P2P” p2p=all-p2p parent=none priority=8 queue=
default-small/default-small target-addresses=10.0.0.0/23 total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“” direction=both disabled=no dst-address=0.0.0.0/0
interface=all limit-at=0/0 max-limit=256000/1000000 name=ShareBandwithAll parent=none priority=8 queue=
pcq-upload/pcq-download target-addresses=10.0.0.0/23 total-queue=default-small
/queue tree
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=yes limit-at=10000000 max-limit=10000000 name=downstream
packet-mark=test-down parent=internal priority=8 queue=pcq-download
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=yes limit-at=10000000 max-limit=10000000 name=upstream
packet-mark=test-up parent=global-in priority=8 queue=pcq-upload
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=50000000 max-limit=50000000 name=AAAcache-full
packet-mark=proxy-hit parent=global-out priority=8 queue=default
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 max-limit=1000000 name=download packet-mark=“”
parent=internal priority=8 queue=default
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 max-limit=0 name=queue1 packet-mark=test-down
parent=download priority=8 queue=pcq-download
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 max-limit=256000 name=Upload packet-mark=“”
parent=ll priority=8 queue=default
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 max-limit=0 name=queue2 packet-mark=test-down
parent=Upload priority=8 queue=pcq-upload
/queue interface
set ll queue=ethernet-default
set internal queue=ethernet-default

I strongly suggest 2 things:

  1. ether use queue tree, ether simple queue - they overlap in global-out and global-in HTBs

  2. If you create a tree - make sure that all your queues have limit-at and max-limit or else priorities will not work properly.

Firstful thank you for yoor reply.
What do you see better to delete from my setting ,becuase i am not that expert.
Thanks you