| Rpc port | {{$ctrl.overview.jmx.RpcPort}} |
| OM Id | {{$ctrl.role.Id}} |
| Current-Role | {{$ctrl.role.Role}} |
| Group-Id | {{$ctrl.role.GroupId}} |
| Election-Count | {{$ctrl.electionCount.Count}} |
| Last Election Elapsed Time | {{$ctrl.elapsedTime.Value}} |
| Host Name | Node ID | Ratis Port | Role | Leader Readiness |
|---|---|---|---|---|
| {{roles[0]}} | {{roles[1]}} | {{roles[2]}} | {{roles[3]}} | {{roles[4]}} |
| {{roles[0]}} | {{roles[1]}} | {{roles[2]}} | {{roles[3]}} | {{roles[4]}} |
| Ratis Log directory | {{$ctrl.overview.jmx.RatisLogDirectory}} |
| RocksDB Directory | {{$ctrl.overview.jmx.RocksDbDirectory}} |
| Store | Reclaimed Size | #Reclaimed Keys | #Iterated Keys | #NotReclaimable Keys (Referred by Snapshots) |
|---|---|---|---|---|
| Active Object Store | {{$ctrl.formatBytes($ctrl.overview.jmx.AosReclaimedSizeLast)}} | {{$ctrl.overview.jmx.AosKeysReclaimedLast || 0}} | {{$ctrl.overview.jmx.AosKeysIteratedLast || 0}} | {{$ctrl.overview.jmx.AosKeysNotReclaimableLast || 0}} |
| Snapshots | {{$ctrl.formatBytes($ctrl.overview.jmx.SnapReclaimedSizeLast)}} | {{$ctrl.overview.jmx.SnapKeysReclaimedLast || 0}} | {{$ctrl.overview.jmx.SnapKeysIteratedLast || 0}} | {{$ctrl.overview.jmx.SnapKeysNotReclaimableLast || 0}} |