connections stats collector / cmd output, remote dhcp resolver, fixes / optimizations

This commit is contained in:
Arseniy Kuznetsov
2023-02-04 20:48:51 +01:00
parent 18ddbe3311
commit 9a381d028c
21 changed files with 351 additions and 161 deletions

View File

@@ -146,6 +146,11 @@ Selected metrics info can be printed on the command line. For more information,
help = "DHCP clients metrics",
action = 'store_true')
optional_args_group.add_argument('-cn', '--conn_stats', dest='conn_stats',
help = "IP connections stats",
action = 'store_true')
# Options checking
def _check_args(self, args, parser):
''' Validation of supplied CLI arguments