actually I need to monitor BW graph based on queue. But I am facing difficulties to implement queue in router. This router has point to point connection with connectivity provider and several public ip blocks assigned in eth4 interface. I have assigned all ips to my different servers and they are so well. Now problem is I have several streaming server and they use huge BW and I need to monitor the same. I am creating queue based on target interface and destination address. The problem is there is only one queue runs at a time. If I disable one queue it starts showing usage in next queue. until then it shows 0k/0k. I tried to by using parent queue and the problem is same under parent.
Please suggest me what step should I take to make this queue usable.
Thanks in advance.
queue v6.jpg
Can you post the output of “/queue simple print”, and a screenshot of Torch showing traffic to the different destination addresses you’re trying to match?
These two queues are both set up to match exactly the same thing, so only the first active one in line will ever match the traffic
I’m assuming that parent=Robi refers to queue AA and parent=Teletalk refers to queue BB, so these queues should be splitting traffic as you expect.
If you can add a packet-mark or change your target to distinguish traffic for AA and BB, you should get the results you expect for the other sub-queues.