how can i get rx/tx-rate of an active user (hotspot)?

hello everyone… is there a way to get rx & tx-rate of an active user… i tried

/ip hotspot active print

, including detail, stats, and status… but none outputs rx-rate or tx-rate… I was on quest on finding out how to output it with winbox before using at php API…

Hotspot don’t control wireless L1 communication … only osi L2 and upper. You need get this information from capsman or wireless registrion table.

You can get the rates from “/ip hotspot host”. Those rates include any device going through the hotspot interface, including devices that are not yet logged in. You’ll want to get the user and their IP from “/ip hotspot active” and associate the IP/MAC combos there with what “/ip hotspot host” gives.

I can’t find the rx rate and tx rate from any of the print at /ip hotspot host

I can see the rx rate and tx rate from the hotspot window but I can’t query it at the terminal…

this one is the active window

this one is from the hotspot window ( cropped at different time )

I’m not aware exactly how those values get into that menu, so I can’t say what would be a perfect analog, but a close enough analog would be if you have your hotspot user profile create a queue in “/queue simple”, and then check the queue with “/queue simple print stats”.

any update answer to query the rx-rate and tx-rate of specific active hotspot user?

bump…
I also need this & can’t find out which CLI/API command will retrieve this information.
I need this to create my own “active users” table for a custom admin web application.