How to graph mangle rule rate

Hello guys,

I have ROS v5.0 and I created some mangle rules. I can see the real time rate graphic using winbox but I need to store this graphic. Please help me to do that. Using SNMP, Dude or traffic flow?

Create queue (it could without limitation) and make graph for it.

Thank you Sergejs. Upload traffic is okay. Download traffic is not right. Please see the attached picture. Mangle is working fine, but queue can`t catch marked packets.

[otgonkhuu@MobiNetAU] > ip firewall mangle print where comment="ExtDownlink"                  
Flags: X - disabled, I - invalid, D - dynamic 
 0   ;;; ExtDownlink
     chain=postrouting action=mark-packet new-packet-mark=Download-Garts passthrough=yes src-address-list=!OTHERISP dst-address-list=LOCAL 

[otgonkhuu@MobiNetAU] > queue simple print where name=External-Download
Flags: X - disabled, I - invalid, D - dynamic 
 0    name="External-Download" dst-address=0.0.0.0/0 interface=ether1 parent=none packet-marks=Download-Garts direction=both priority=8 queue=default/default 
      limit-at=0/0 max-limit=0/0 burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=Test-Gueue

Strange that gueue doesn`t work. I tried to change Chain=forward and priority=1
Mangel&Queue.jpg

Set interfaces=all to your /queue simple.

Thank you Sergejs. Now I can see all download and upload. But gueue graphic is always less than mangle rule graphic. What can I do for fix it. Difference between gueue and mangle graphic is 3Mbps to 8Mbps.
Queue Graphing.jpg

I see that your queue is grabbing packets in TX and RX. Looks like the summ of them equals, more or less
those of your mangle queue. I think the queue will reflect the quantity of rate of the mangle a little bit later
than the rate you see in the mangle itself.

Thank you for reply. I will try again.
Sergejs… Can I graph /queue simple print count-only ? It means I want to graph active users.

Today I found mistake. No way to use queue for graphing. When I was added unlimited simple queue for graphing, all my PPPoE clients dynamic queues was stopped. Hotspot client dynamic queues are working fine. So I have disabled this simple queue today.
It is was very big mistake. Best choice is add feature to store graphic of Mangle rules.