-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Mastering RabbitMQ
By :

RabbitMQ's powerful command-line tools have lots of skills, such as controlling, managing, and monitoring. One of the command-line tools of RabbitMQ, rabbitmqctl
, gives us an opportunity to monitor the RabbitMQ in real-time. We use the rabbitmqctl
tool for its monitoring functions, such as reporting on the RabbitMQ and displaying the status and specific functions of RabbitMQ.
The report
function of the rabbitmqctl
tool shows lots of details of RabbitMQ in realtime. The report
function shows the sum of all monitoring results of the other functions of rabbitmqctl
. We can find the running environment variables, configuration parameters, and cluster statuses, as shown in the next command block.
Moreover, the report
function shows the current state of each functional structure of RabbitMQ, such as connections to RabbitMQ, channels in RabbitMQ, and so on, as shown in the following code:
Cluster status of node rabbit@localhost ... [{nodes,[{disc,[rabbit@localhost]}]}, ...
Change the font size
Change margin width
Change background colour