QoS=btest.

One basic question.

I’m using QoS PCQ and it’s working well. Actually what is my problem. When im testing the capacity from B-Test i’m getting full capacity, not the capacity when i been set up, also when im testing on speedtest.net it shows up the values same as i’ve written on QoS.

Well i like to get same resolt on btest as speedtest.

Thanks

Where are you testing BTest from? Some other router, or this router? Your rules are probably made for customer traffic, not Router itself.

Sorry i forget to say that, i’m tasting to this router, for e.g client=server.

Mangle:
add action=mark-connection chain=forward comment=LOCAL new-connection-mark=local passthrough=yes src-address-list=Local
add action=mark-packet chain=forward connection-mark=local new-packet-mark=local passthrough=no


/queue tree
add name=Total_dow parent=loopback priority=1 queue=default
add name=local packet-mark=local parent=Total_dow queue=PCQ_down
add name=Total_up parent=pppoe-out queue=default
add name=local_UP packet-mark=local parent=Total_up queue=PCQ_UP

You see the problem?
You are shaping “forwarded” traffic, then you need to test “forwarded” traffic. Not from the router itself, but from a client behind it.

Not from the router itself, but from a client behind it.

im testing form the client to the router

Also not good. You need to test it from a client at one side of the router to a server on the other side (e.g. on internet).
When you want your queues to work on input and/or output, you need to mark the input and/or output traffic like you marked the forward traffic.