mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 20:28:43 +00:00
31 lines
608 B
JSON
31 lines
608 B
JSON
{
|
|
"show_memory:message": {
|
|
"header": "BIRD memory usage",
|
|
"body": {
|
|
"routing_tables": {
|
|
"effective": 34604,
|
|
"overhead": 2848
|
|
},
|
|
"route_attributes": {
|
|
"effective": 26826,
|
|
"overhead": 13448
|
|
},
|
|
"protocols": {
|
|
"effective": 70412,
|
|
"overhead": 18256
|
|
},
|
|
"current_config": {
|
|
"effective": 299744,
|
|
"overhead": 2152
|
|
},
|
|
"standby_memory": {
|
|
"effective": 0,
|
|
"overhead": 348160
|
|
},
|
|
"total": {
|
|
"effective": 513602,
|
|
"overhead": 391904
|
|
}
|
|
}
|
|
}
|
|
} |