Problem with simple queue stats

I’ve set up a simple queue to monitor traffic to/from an IP using this command

/queue simple add name=“temporary monitor” target-address=“192.168.015” queue=“default/default”

The queue shows up and traffic is monitored but the “Total Bytes” is always 0. Total Rx Bytes and Total Tx Bytes increment but not the total bytes.

Is there some other variable that represents the total traffic? Why would this value be 0?

Version 5.24 on a RB951G-2HnD

Try changing the total-queue setting to default as well:
/queue simple set “temporary monitor” total-queue=default

Worked perfectly, thanks!