How to monitor user hotspot traffic like PPPoE

Hello. I need some help.

I have PPPoE and Hotspot users.

To get PPPoE user´s traffic I use:

/interface monitor-traffic

The answer for this command is:

name:
rx-packets-per-second: 0
rx-drops-per-second: 0
rx-errors-per-second: 0
rx-bits-per-second: 379.5kbps
tx-packets-per-second: 0
tx-drops-per-second: 0
tx-errors-per-second: 0
tx-bits-per-second: 2.0Mbps


How do I get “rx-bits-per-second” and “tx-bits-per-second” for hotspot users?

Regards
Fabricio Viana

you could simply winbox in, ip firewall hotspot and look at the hosts list, rx tx data rates show there. also in the active list

I need to make by API or SNMP ok?

Thanks for your reply!