0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-08 20:28:43 +00:00
bird/yang/show_memory.json

31 lines
608 B
JSON
Raw Normal View History

2023-11-15 10:17:55 +00:00
{
"show_memory:message": {
2023-11-15 12:56:37 +00:00
"header": "BIRD memory usage",
"body": {
"routing_tables": {
2023-11-23 08:51:48 +00:00
"effective": 34604,
"overhead": 2848
2023-11-15 12:56:37 +00:00
},
"route_attributes": {
2023-11-23 08:51:48 +00:00
"effective": 26826,
"overhead": 13448
2023-11-15 12:56:37 +00:00
},
"protocols": {
2023-11-23 08:51:48 +00:00
"effective": 70412,
"overhead": 18256
2023-11-15 12:56:37 +00:00
},
"current_config": {
2023-11-23 08:51:48 +00:00
"effective": 299744,
"overhead": 2152
2023-11-15 12:56:37 +00:00
},
"standby_memory": {
2023-11-23 08:51:48 +00:00
"effective": 0,
"overhead": 348160
2023-11-15 12:56:37 +00:00
},
"total": {
2023-11-23 08:51:48 +00:00
"effective": 513602,
"overhead": 391904
2023-11-15 12:56:37 +00:00
}
}
2023-11-15 10:17:55 +00:00
}
2023-11-23 08:51:48 +00:00
}