How to know the remaining amount of email under a tenant

Hi Teams

kcli queue-summary and kcli provider-summary
I have tried to see it, but I still want to make it clear how I know the remaining quantity under a tenant.

Ready queues + Scheduled queues will be total ?

kcli provider-summary --by-pool \
| grep 'egress_pool' \
| awk '{gsub(",", "", $NF); sum += $NF} END {print sum}'

maybe work.