DnsServerNetBiosStatistics class
DNS server statistics related to NBSTAT buffers usage.
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 DnsServerNetBiosStatistics
{
uint32 NbstatAlloc;
uint32 NbstatFree;
uint32 NbstatNetAllocs;
uint32 NbstatMemory;
uint32 NbstatUsed;
uint32 NbstatReturn;
uint32 NbstatInUse;
uint32 NbstatInFreeList;
};
Members
The DnsServerNetBiosStatistics class has these types of members:
Properties
The DnsServerNetBiosStatistics class has these properties.
-
NbstatAlloc
-
-
Data type: uint32
-
Access type: Read-only
The cumulative number of NetBIOS packet buffers allocated by the server from system memory.
-
-
NbstatFree
-
-
Data type: uint32
-
Access type: Read-only
The cumulative number of NetBIOS packet buffers returned by the server to system memory.
-
-
NbstatInFreeList
-
-
Data type: uint32
-
Access type: Read-only
The number of NetBIOS buffers currently in a free list.
-
-
NbstatInUse
-
-
Data type: uint32
-
Access type: Read-only
The number of NetBIOS buffers currently being used by the server to service queries or being held in a free list.
-
-
NbstatMemory
-
-
Data type: uint32
-
Access type: Read-only
The total memory used by the NetBIOS packet buffers currently allocated by the server.
-
-
NbstatNetAllocs
-
-
Data type: uint32
-
Access type: Read-only
The number of NetBIOS packet buffers currently allocated by the server.
-
-
NbstatReturn
-
-
Data type: uint32
-
Access type: Read-only
The cumulative number of NetBIOS buffers freed or returned by the server to a free list.
-
-
NbstatUsed
-
-
Data type: uint32
-
Access type: Read-only
The cumulative number of NetBIOS buffers currently in use by the server either servicing queries or in a free list.
-
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\Microsoft\Windows\Dns |
MOF |
|
DLL |
|