DnsServerMemtagStatistics class
DNS server statistics related to memory allocations for a given purpose.
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 DnsServerMemtagStatistics
{
uint32 NumberOfMemoryAllocations;
uint32 NumberOfMemoryFrees;
uint32 MemoryUsedBytes;
};
Members
The DnsServerMemtagStatistics class has these types of members:
Properties
The DnsServerMemtagStatistics class has these properties.
-
MemoryUsedBytes
-
-
Data type: uint32
-
Access type: Read-only
The total size of memory, in bytes, currently in use for a given purpose.
-
-
NumberOfMemoryAllocations
-
-
Data type: uint32
-
Access type: Read-only
The cumulative number of times memory allocations have been performed for a given purpose.
-
-
NumberOfMemoryFrees
-
-
Data type: uint32
-
Access type: Read-only
The cumulative number of times memory has been released for a given purpose.
-
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\Microsoft\Windows\Dns |
MOF |
|
DLL |
|