DnsServerMasterStatistics class

Represents DNS server statistics related to overall DNS protocol processing.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[ClassVersion("1.0.0"), dynamic, provider("DnsServerPSProvider"), AMENDMENT]
class DnsServerMasterStatistics
{
  uint32 NotifySent;
  uint32 Request;
  uint32 NameError;
  uint32 FormError;
  uint32 AxfrLimit;
  uint32 Refused;
  uint32 RefuseSecurity;
  uint32 RefuseShutdown;
  uint32 RefuseLoading;
  uint32 RefuseZoneLocked;
  uint32 RefuseServerFailure;
  uint32 RefuseNotAuth;
  uint32 RefuseReadOnly;
  uint32 Failure;
  uint32 AxfrRequest;
  uint32 AxfrSuccess;
  uint32 StubAxfrRequest;
  uint32 IxfrRequest;
  uint32 IxfrNoVersion;
  uint32 IxfrUpdateSuccess;
  uint32 IxfrTcpRequest;
  uint32 IxfrTcpSuccess;
  uint32 IxfrAxfr;
  uint32 IxfrUdpRequest;
  uint32 IxfrUdpSuccess;
  uint32 IxfrUdpForceTcp;
  uint32 IxfrUdpForceAxfr;
};

Members

The DnsServerMasterStatistics class has these types of members:

Properties

The DnsServerMasterStatistics class has these properties.

AxfrLimit

Data type: uint32

Access type: Read-only

The number of full zone transfer requests rejected due to time restrictions between successive full zone transfers.

AxfrRequest

Data type: uint32

Access type: Read-only

The number of full zone transfer requests received by the server.

AxfrSuccess

Data type: uint32

Access type: Read-only

The number of full zone transfers successfully completed by the server.

Failure

Data type: uint32

Access type: Read-only

The number of times the server hit a zone transfer failure.

FormError

Data type: uint32

Access type: Read-only

The number of invalid format error responses returned by the server.

IxfrAxfr

Data type: uint32

Access type: Read-only

The number of incremental zone transfer requests received by the server, which required a full zone transfer.

IxfrNoVersion

Data type: uint32

Access type: Read-only

The number of servers that received an incremental zone transfer request, but there was not a suitable version number available for incremental zone transfer.

IxfrRequest

Data type: uint32

Access type: Read-only

The number of incremental zone transfer requests received by the server.

IxfrTcpRequest

Data type: uint32

Access type: Read-only

The number of incremental zone transfer requests received by the server over TCP.

IxfrTcpSuccess

Data type: uint32

Access type: Read-only

The number of success responses for incremental zone transfers sent by the server over TCP.

IxfrUdpForceAxfr

Data type: uint32

Access type: Read-only

The number of incremental zone transfer requests received by the server over UDP, for which the server responded with a full zone transfer.

IxfrUdpForceTcp

Data type: uint32

Access type: Read-only

The number of incremental zone transfer requests received by the server over UDP, for which the server responded using TCP.

IxfrUdpRequest

Data type: uint32

Access type: Read-only

The number of incremental zone transfer requests received by the server over UDP.

IxfrUdpSuccess

Data type: uint32

Access type: Read-only

The number of success responses for incremental zone transfers sent by the server over UDP.

IxfrUpdateSuccess

Data type: uint32

Access type: Read-only

The number of success responses for incremental zone transfer sent by the server.

NameError

Data type: uint32

Access type: Read-only

The number of name error responses returned by the server.

NotifySent

Data type: uint32

Access type: Read-only

The number of update notifications sent to secondaries by the server.

Refused

Data type: uint32

Access type: Read-only

The total number of times the server rejected requests for dynamic updates or zone transfers.

RefuseLoading

Data type: uint32

Access type: Read-only

The number of times the server rejected zone transfer requests, due to a zone not being fully loaded.

RefuseNotAuth

Data type: uint32

Access type: Read-only

The number of times the server rejected zone transfer requests, because the zone is not authoritative on the server.

RefuseReadOnly

Data type: uint32

Access type: Read-only

The number of times the server rejected zone transfer requests, due to the zone being hosted on an RODC.

RefuseSecurity

Data type: uint32

Access type: Read-only

The number of times the server rejected zone transfer requests due to secondary security restrictions.

RefuseServerFailure

Data type: uint32

Access type: Read-only

The number of times the server rejected zone transfer requests, due to processing failures at the server.

RefuseShutdown

Data type: uint32

Access type: Read-only

The number of times the server rejected zone transfer requests because zone transfer was disabled, or because the requesting IP address was not allowed to transfer the zone.

RefuseZoneLocked

Data type: uint32

Access type: Read-only

The number of times the server rejected zone transfer requests, due to the zone already being locked for an operation.

Request

Data type: uint32

Access type: Read-only

The number of zone transfer requests received by the server.

StubAxfrRequest

Data type: uint32

Access type: Read-only

The number of full zone transfer requests received by the server for stub zones.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\Dns
MOF
DnsServerPSProvider.mof
DLL
DnsServerPSProvider.dll

See also

DnsServerPSProvider Provider