Nodes
Monitoring nodes in the RabbitMQ cluster.
all() -> list[dict]
async
List all nodes in the RabbitMQ cluster.
detail(node: str, *, memory: bool = False, binary: bool = False) -> dict
async
Get detailed information about a specific node.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
node
|
str
|
The node name (e.g., 'rabbit@localhost'). |
required |
memory
|
bool
|
If True, includes detailed memory statistics. |
False
|
binary
|
bool
|
If True, includes a breakdown of binary memory usage (expensive). |
False
|