DnsServerPrivateStatistics class

Represents DNS server statistics related to internal server 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 DnsServerPrivateStatistics
{
  uint32 UdpSocketPnpDelete;
  uint32 UdpRecvFailure;
  uint32 UdpErrorMessageSize;
  uint32 UdpConnResets;
  uint32 UdpConnResetRetryOverflow;
  uint32 UdpGQCSFailure;
  uint32 UdpGQCSFailureWithContext;
  uint32 UdpGQCSConnReset;
  uint32 UdpIndicateRecvFailures;
  uint32 UdpRestartRecvOnSockets;
  uint32 TcpConnect;
  uint32 TcpQuery;
  uint32 TcpDisconnect;
  uint32 SecBigTimeSkewBypass;
  uint32 ZoneLoadInit;
};

Members

The DnsServerPrivateStatistics class has these types of members:

Properties

The DnsServerPrivateStatistics class has these properties.

SecBigTimeSkewBypass

Data type: uint32

Access type: Read-only

The number of times the server received a TKEY that had a time-skew within the allowable range of 1 day.

TcpConnect

Data type: uint32

Access type: Read-only

The number of times the server was able to successfully establish a TCP connection to a remote server.

TcpDisconnect

Data type: uint32

Access type: Read-only

The number of times the server disconnected a TCP connection.

TcpQuery

Data type: uint32

Access type: Read-only

The number of times the server sent a recursive query over a TCP connection.

UdpConnResetRetryOverflow

Data type: uint32

Access type: Read-only

The number of times the server received a connection reset error from UDP and could not clear the error by resubmitting the operation.

UdpConnResets

Data type: uint32

Access type: Read-only

The number of times the server received a connection reset error from UDP.

UdpErrorMessageSize

Data type: uint32

Access type: Read-only

The number of times the server received an error from a UDP socket due to the large size of the receive packet.

UdpGQCSConnReset

Data type: uint32

Access type: Read-only

The number of times the server received an error from UDP indicating that a remote address was unreachable.

UdpGQCSFailure

Data type: uint32

Access type: Read-only

The number of times the server received an error from UDP.

UdpGQCSFailureWithContext

Data type: uint32

Access type: Read-only

The number of times the server received an error from UDP where no internal state for the operation was available.

UdpIndicateRecvFailures

Data type: uint32

Access type: Read-only

The number of times the server received a critical error while attempting to perform a UDP receive operation.

UdpRecvFailure

Data type: uint32

Access type: Read-only

The number of times the server failed to receive a UDP packet.

UdpRestartRecvOnSockets

Data type: uint32

Access type: Read-only

The number of times the server attempted to restart receive operations on its UDP sockets due to UDP errors.

UdpSocketPnpDelete

Data type: uint32

Access type: Read-only

The number of UDP sockets that have been closed and had their locally allocated state freed by the server because a UDP error occurred, or because the socket was closed in response to an IP address change on the local machine.

ZoneLoadInit

Data type: uint32

Access type: Read-only

The number of times the server prepared to load or reload a zone from persistent storage or from a zone transfer.

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