DnsForwarderStatistics
DnsForwarderStatistics
The current statistics counters of the DNS forwarder including cache usages and query numbers per forwarders.
JSON Example
{
"conditional_forwarder_statistics": [
{
"domain_names": [
"string"
],
"upstream_statistics": [
{
"queries_failed": 0,
"queries_succeeded": 0,
"upstream_server": "string"
}
]
}
],
"configured_cache_size": 0,
"default_forwarder_statistics": {
"domain_names": [
"string"
],
"upstream_statistics": [
{
"queries_failed": 0,
"queries_succeeded": 0,
"upstream_server": "string"
}
]
},
"error_message": "string",
"queries_answered_locally": 0,
"queries_forwarded": 0,
"timestamp": 0,
"total_queries": 0,
"used_cache_statistics": [
{
"cached_entries": 0,
"node_id": "string",
"used_cache_size": 0
}
]
}
array of
PerForwarderStatistics
conditional_forwarder_statistics
Optional
Constraints:
minItems: 0
maxItems: 5
The statistics of conditional forwarders
integer As int64
As int64
configured_cache_size
Optional
The configured cache size, in kb
default_forwarder_statistics
Optional
Query statistics counters of a forwarder identified by domain names.
string
error_message
Optional
Error message, if available
integer As int64
As int64
queries_answered_locally
Optional
The totocal number of queries answered from local cache
integer As int64
As int64
queries_forwarded
Optional
The total number of forwarded dns queries
integer As int64
As int64
timestamp
Optional
Time stamp of the current statistics, in ms
integer As int64
As int64
total_queries
Optional
The total number of received dns queries
array of
PerNodeUsedCacheStatistics
used_cache_statistics
Optional
Constraints:
minItems: 0
maxItems: 2
The statistics of used cache