How to check current usage of RabbitMQ on CircleCI server

Overview

You would need to check the current usage of databases on CircleCI server. Our document explains how to do it for PostgreSQL, MongoDB and Redis, but not RabbitMQ. This article will explain how to check for it.

 

How to check

You can see the current usage by running the command:

kubectl exec -n <namespace> rabbitmq-0 -- df -h /opt/bitnami/rabbitmq/.rabbitmq/mnesia

 

Additional Resources:

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.