--- /dev/null
+{
+ "name": "statistic-set-max-sample-age-all",
+ "brief": "The statistic-set-max-sample-age-all command sets time based limit for all statistics. It takes a single integer parameter called duration.",
+ "description": "See <xref linkend=\"command-statistic-set-max-sample-age-all\"/>",
+ "support": [ "kea-dhcp4", "kea-dhcp6" ],
+ "avail": "1.6.0",
+ "cmd-syntax": "{
+ \"command\": \"statistic-set-max-sample-age-all\",
+ \"arguments\": {
+ \"duration\": 1245
+ }
+}",
+ "cmd-comment": "The server will respond with message about successfully setted limits for all statistics, with a result set to 0 indicating success and an empty parameters field."
+}
--- /dev/null
+{
+ "name": "statistic-set-max-sample-age",
+ "brief": "The statistic-set-max-sample-age command sets time based limit for single statistic. It takes two parameters: a string called name and an integer value called duration.",
+ "description": "See <xref linkend=\"command-statistic-set-max-sample-age\"/>",
+ "support": [ "kea-dhcp4", "kea-dhcp6" ],
+ "avail": "1.6.0",
+ "cmd-syntax": "{
+ \"command\": \"statistic-set-max-sample-age\",
+ \"arguments\": {
+ \"name\": \"pkt4-received\",
+ \"duration\": 1245
+ }
+}",
+ "cmd-comment": "The server will respond with message about successfully setted limit for the given statistic, with a result set to 0 indicating success and an empty parameters field."
+}
--- /dev/null
+{
+ "name": "statistic-set-max-sample-count-all",
+ "brief": "The statistic-set-max-sample-count-all command sets size based limit for all statistics. It takes a single integer parameter called max-samples.",
+ "description": "See <xref linkend=\"command-statistic-set-max-sample-count-all\"/>",
+ "support": [ "kea-dhcp4", "kea-dhcp6" ],
+ "avail": "1.6.0",
+ "cmd-syntax": "{
+ \"command\": \"statistic-set-max-sample-count-all\",
+ \"arguments\": {
+ \"max-samples\": 100
+ }
+}",
+ "cmd-comment": "The server will respond with message about successfully setted limits for all statistics, with a result set to 0 indicating success and an empty parameters field."
+}
--- /dev/null
+{
+ "name": "statistic-set-max-sample-count",
+ "brief": "The statistic-set-max-sample-count command sets size based limit for single statistic. It takes two parameters: a string called name and an integer value called max-samples.",
+ "description": "See <xref linkend=\"command-statistic-set-max-sample-count\"/>",
+ "support": [ "kea-dhcp4", "kea-dhcp6" ],
+ "avail": "1.6.0",
+ "cmd-syntax": "{
+ \"command\": \"statistic-set-max-sample-count\",
+ \"arguments\": {
+ \"name\": \"pkt4-received\",
+ \"max-samples\": 100
+ }
+}",
+ "cmd-comment": "The server will respond with message about successfully setted limit for the given statistic, with a result set to 0 indicating success and an empty parameters field."
+}
lease6-update
lease6-wipe
leases-reclaim
-libreload
+libreloadAle trzeba
list-commands
network4-add
network4-del
statistic-remove-all
statistic-reset
statistic-reset-all
+statistic-set-max-sample-age
+statistic-set-max-sample-age-all
+statistic-set-max-sample-count
+statistic-set-max-sample-count-all
subnet4-add
subnet4-del
subnet4-get