QuotaInformations

Hello,
I hope it’s a nice day for you.
Is it possible to see the QuotaGatheringJob results somewhere(other than by mail)?
In the logs or with a command. I managed to display the quotas with the command “bm-cli index info all”. But I can only see the size used and I would like to see the maximum size in addition.
Thx for your answer.


Bonjour,
J’espère que vous passé une bonne journée.
Est-il possible de voir les résultats du QuotaGatheringJob quelque part(autre part que par mail) ?
Dans les logs ou bien avec une commande. J’ai réussi a afficher les quotas avec la commande bm-cli index info all . Mais je ne peux voir que la taille utilisée et j’aimerai voir la taille maximum en plus.
Merci d’avance de votre réponse.

Hello,

Normalement, tu devrais trouver quelque chose ici : [Script] : centralisation des scripts en tout genre

Hi there,

I suppose you could try this :

bm-cli user get your_domain.name --no-progress | jq -c "[.value.login, .value.quota]"

…where you replace “your_domain.name” by your actual domain.

You might want to redirect the result to a text file for readability if you have many users.

Regards