mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-12 14:18:43 +00:00
32 lines
581 B
JSON
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
|
|
}
|
|
}
|
|
}
|
|
}
|