|  | 
| 1 | 1 | # rabbitmqadmin-ng Change Log | 
| 2 | 2 | 
 | 
| 3 |  | -## v0.19.0 (in development) | 
|  | 3 | +## v0.19.0 (Jan 5, 2025) | 
| 4 | 4 | 
 | 
| 5 |  | -No (documented) changes yet | 
|  | 5 | +### Enhancements | 
|  | 6 | + | 
|  | 7 | + * Two new commands for reasoning about target [node's memory footprint](https://www.rabbitmq.com/docs/memory-use): | 
|  | 8 | + | 
|  | 9 | +   ```shell | 
|  | 10 | +   # displays a breakdown in bytes | 
|  | 11 | +   rabbitmqadmin show memory_breakdown_in_bytes --node 'rabbit@hostname' | 
|  | 12 | +   ``` | 
|  | 13 | + | 
|  | 14 | +   ```shell | 
|  | 15 | +   # displays a breakdown in percent | 
|  | 16 | +   rabbitmqadmin show memory_breakdown_in_percent --node 'rabbit@sunnyside' | 
|  | 17 | +   ``` | 
|  | 18 | +    | 
|  | 19 | +   Example output of `show memory_breakdown_in_percent`: | 
|  | 20 | + | 
|  | 21 | +   ``` | 
|  | 22 | +    ┌────────────────────────────────────────┬────────────┐ | 
|  | 23 | +    │ key                                    │ percentage │ | 
|  | 24 | +    ├────────────────────────────────────────┼────────────┤ | 
|  | 25 | +    │ total                                  │ 100%       │ | 
|  | 26 | +    ├────────────────────────────────────────┼────────────┤ | 
|  | 27 | +    │ Binary heap                            │ 45.10%     │ | 
|  | 28 | +    ├────────────────────────────────────────┼────────────┤ | 
|  | 29 | +    │ Allocated but unused                   │ 23.45%     │ | 
|  | 30 | +    ├────────────────────────────────────────┼────────────┤ | 
|  | 31 | +    │ Quorum queue ETS tables                │ 23.05%     │ | 
|  | 32 | +    ├────────────────────────────────────────┼────────────┤ | 
|  | 33 | +    │ Other processes                        │ 5.32%      │ | 
|  | 34 | +    ├────────────────────────────────────────┼────────────┤ | 
|  | 35 | +    │ Other (used by the runtime)            │ 4.98%      │ | 
|  | 36 | +    ├────────────────────────────────────────┼────────────┤ | 
|  | 37 | +    │ Code                                   │ 4.54%      │ | 
|  | 38 | +    ├────────────────────────────────────────┼────────────┤ | 
|  | 39 | +    │ Client connections: others processes   │ 3.64%      │ | 
|  | 40 | +    ├────────────────────────────────────────┼────────────┤ | 
|  | 41 | +    │ Management stats database              │ 3.48%      │ | 
|  | 42 | +    ├────────────────────────────────────────┼────────────┤ | 
|  | 43 | +    │ Client connections: reader processes   │ 3.22%      │ | 
|  | 44 | +    ├────────────────────────────────────────┼────────────┤ | 
|  | 45 | +    │ Plugins and their data                 │ 3.12%      │ | 
|  | 46 | +    ├────────────────────────────────────────┼────────────┤ | 
|  | 47 | +    │ Other (ETS tables)                     │ 1.55%      │ | 
|  | 48 | +    ├────────────────────────────────────────┼────────────┤ | 
|  | 49 | +    │ Metrics data                           │ 0.66%      │ | 
|  | 50 | +    ├────────────────────────────────────────┼────────────┤ | 
|  | 51 | +    │ AMQP 0-9-1 channels                    │ 0.40%      │ | 
|  | 52 | +    ├────────────────────────────────────────┼────────────┤ | 
|  | 53 | +    │ Message store indices                  │ 0.27%      │ | 
|  | 54 | +    ├────────────────────────────────────────┼────────────┤ | 
|  | 55 | +    │ Atom table                             │ 0.24%      │ | 
|  | 56 | +    ├────────────────────────────────────────┼────────────┤ | 
|  | 57 | +    │ Client connections: writer processes   │ 0.19%      │ | 
|  | 58 | +    ├────────────────────────────────────────┼────────────┤ | 
|  | 59 | +    │ Quorum queue replica processes         │ 0.10%      │ | 
|  | 60 | +    ├────────────────────────────────────────┼────────────┤ | 
|  | 61 | +    │ Stream replica processes               │ 0.07%      │ | 
|  | 62 | +    ├────────────────────────────────────────┼────────────┤ | 
|  | 63 | +    │ Mnesia                                 │ 0.02%      │ | 
|  | 64 | +    ├────────────────────────────────────────┼────────────┤ | 
|  | 65 | +    │ Metadata store                         │ 0.02%      │ | 
|  | 66 | +    ├────────────────────────────────────────┼────────────┤ | 
|  | 67 | +    │ Stream coordinator processes           │ 0.02%      │ | 
|  | 68 | +    ├────────────────────────────────────────┼────────────┤ | 
|  | 69 | +    │ Classic queue processes                │ 0.00%      │ | 
|  | 70 | +    ├────────────────────────────────────────┼────────────┤ | 
|  | 71 | +    │ Metadata store ETS tables              │ 0.00%      │ | 
|  | 72 | +    ├────────────────────────────────────────┼────────────┤ | 
|  | 73 | +    │ Stream replica reader processes        │ 0.00%      │ | 
|  | 74 | +    ├────────────────────────────────────────┼────────────┤ | 
|  | 75 | +    │ Reserved by the kernel but unallocated │ 0.00%      │ | 
|  | 76 | +    └────────────────────────────────────────┴────────────┘ | 
|  | 77 | +
 | 
|  | 78 | +   ``` | 
|  | 79 | +    | 
| 6 | 80 | 
 | 
| 7 | 81 | 
 | 
| 8 |  | -## v0.18.0 (Jan 1, 2024) | 
|  | 82 | +## v0.18.0 (Jan 1, 2025) | 
| 9 | 83 | 
 | 
| 10 | 84 | ### Enhancements | 
| 11 | 85 | 
 | 
|  | 
0 commit comments