Browse Source

[2274] define new statistics counters in Xfrin spec

  ixfr_running
  axfr_running
  soa_in_progress
Naoki Kambe 12 years ago
parent
commit
8465110adc
1 changed files with 24 additions and 0 deletions
  1. 24 0
      src/bin/xfrin/xfrin.spec

+ 24 - 0
src/bin/xfrin/xfrin.spec

@@ -250,6 +250,30 @@
             ]
           }
         }
+      },
+      {
+        "item_name": "ixfr_running",
+        "item_type": "integer",
+        "item_optional": false,
+        "item_default": 0,
+        "item_title": "IXFRs running",
+        "item_description": "Number of IXFRs in progress"
+      },
+      {
+        "item_name": "axfr_running",
+        "item_type": "integer",
+        "item_optional": false,
+        "item_default": 0,
+        "item_title": "AXFRs running",
+        "item_description": "Number of AXFRs in progress"
+      },
+      {
+        "item_name": "soa_in_progress",
+        "item_type": "integer",
+        "item_optional": false,
+        "item_default": 0,
+        "item_title": "SOA queries",
+        "item_description": "Number of SOA queries in progress"
       }
     ]
   }