<div dir="ltr">Hi,<br>Do we have any command/way to get the count of the current active leases?<br>I checked out <b>statistic-get-all, </b>but that is giving like timestamp-wise count.<br>Do we have any method to get the total count of active leases in sync with the configuration?<br><br>Below is the sample output of  statistic-get-all<br> "subnet[818405].assigned-addresses": [<br>      [<br>        <b>60000</b>,<br>        "2023-06-16 05:17:16.174369"<br>      ],<br>      [<br>        <b>0</b>,<br>        "2023-06-16 05:17:16.174354"<br>      ]<br>    ],<br>    "subnet[818405].cumulative-assigned-addresses": [<br>      [<br>        0,<br>        "2023-06-16 05:17:16.168734"<br>      ]<br>    ],<br>    "subnet[818405].declined-addresses": [<br>      [<br>        0,<br>        "2023-06-16 05:17:16.174356"<br>      ]<br>    ],<br>    "subnet[818405].reclaimed-declined-addresses": [<br>      [<br>        0,<br>        "2023-06-16 05:17:16.174358"<br>      ]<br>    ],<br>    "subnet[818405].reclaimed-leases": [<br>      [<br>        0,<br>        "2023-06-16 05:17:16.174361"<br>      ]<br>    ],<br>    "subnet[818405].total-addresses": [<br>      [<br>        110002,<br>        "2023-06-16 05:17:16.168732"<br>      ]<br>    ],<br>    "subnet[818405].v4-reservation-conflicts": [<br>      [<br>        0,<br>        "2023-06-16 05:17:16.168736"<br>      ]<br>    ],<br><div><br></div><div>Thank you,<br><br>Shobhith</div></div>