0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-12 14:18:43 +00:00
bird/yang/show_memory.json
2023-11-15 13:56:37 +01:00

32 lines
581 B
JSON

{
"show_memory:message": {
"header": "BIRD memory usage",
"body": {
"routing_tables": {
"effective": 324,
"overhead": 48
},
"route_attributes": {
"effective": 324,
"overhead": 48
},
"protocols": {
"effective": 324,
"overhead": 48
},
"current_config": {
"effective": 324,
"overhead": 48
},
"standby_memory": {
"effective": 324,
"overhead": 48
},
"total": {
"effective": 324,
"overhead": 48
}
}
}
}