hello everybody, I have a problem and need help, please.
i have 1024 - packages, and i want to add all 1024 package users in one Parent Queue and Adjust parent queue limit based on the number of customers, for example, 10 users.
each 1024 package is shared with 3 users.
so for each 1024 user, I want to add 333kbps for example to the parent group,
so I need to get the number of users inside the parent queue and add 333kbps to the queue.
how can I get this goal, I will make MikroTik script which will run every 1 min for example, and then set the new queue bandwidth as (number of users * 333kbps)
but I don’t know very well about Mikrotik scripting, so can you help me please