how to get Qpid queue depth with 18.05 Private cloud

anvimalia
Participant III

We are planning to upgrade to 18.05 OPDK. We were using Beta Monitoring Dashboard for 18.01. With that being discontinued, we would like to have similar metrics. So would like to know how can we get the queue depth in the qpid server for the new version?

0 1 657
1 REPLY 1

There are a few scripts that are provided with an Apigee install that can check the queue depths.

qpid-stat -q

returns full stats on all queues.

If you only want a quick "What's the current queue depth" then there's also,

python /opt/apigee/apigee-qpidd/bin/check-queue-depth.py


Both would be easily integrated into scripts to provided metrics to a monitoring system.