Technical References
and restart the server Agent.
dns getStats [performance | query | errors | security | maxcounters |
ha | ipv6 | all] [total | sample]
dns resetStats
The getStats command displays the requested DNS server
statistics, either since the last reload or for the last sample
period.
The resetStats commands returns the DNS activity counters
(statistics) to zero.
dns getZoneCount [forward | reverse | primary | secondary | published |
unpublished | ALL]
dns getRRCount [zone <name> | forward | reverse | primary | secondary |
published | unpublished | ALL]
The getZoneCount and getRRCount commands display the number of
zones or resource records for the requested zones. By default,
all published zones are reported.
dns removecachedRR <name> [<type>] [<data>]
The removecachedRR comand allows the removal of non-authoritative
RRs from both the (non-authoritative) persistent cache and
the in-memory cache. An RR name-set can be removed by supplying
only 'name'. An RR-set can be completely removed by specifying
both 'name' and 'type'; a specific RR can be purged by supplying
'name', 'type' and 'data'.
dns setPartnerDown
The setParterDown command notifies the DNS server that its High
Availability DNS partner server is down.
Examples
Status
See Also
server
Attributes
activity-counter-interval rangetime(10s-24h) default = 5m
Sets the period of time that server activity counters use to
collect metrics.
Use this attribute together with the 'collect-sample-counters'
attribute. Make sure the 'collect-sample-counters' is set to
true (enable) to start sampling.
activity-counter-log-settings flags(total=1, sample=2, performance=3, query=4, errors=5,
security=6, maxcounters=7, ha=8, ipv6=9, server=10) default = total,performance,query,errors,
security,maxcounters,ha,ipv6