2.2.10.2.21 DNSSRV_NBSTAT_STATS

The DNSSRV_NBSTAT_STATS structure has DNS server statistics related to NBSTAT buffers usage. This structure MUST be formatted as follows:


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

Header

...

NbstatAlloc

NbstatFree

NbstatNetAllocs

NbstatMemory

NbstatUsed

NbstatReturn

NbstatInUse

NbstatInFreeList

Header (8 bytes): A structure of type DNSSRV_STAT_HEADER (section 2.2.10.2.1).

NbstatAlloc (4 bytes): The cumulative number of NetBIOS packet buffers allocated by the server from system memory.

NbstatFree (4 bytes): The cumulative number of NetBIOS packet buffers returned by the server to system memory.

NbstatNetAllocs (4 bytes): The number of NetBIOS packet buffers currently allocated by the server.

NbstatMemory (4 bytes): The total memory used by the NetBIOS packet buffers currently allocated by the server.

NbstatUsed (4 bytes): The cumulative number of NetBIOS buffers currently in use by the server either servicing queries or in a free list.

NbstatReturn (4 bytes): The cumulative number of NetBIOS buffers freed or returned by the server to a free list.

NbstatInUse (4 bytes): The number of NetBIOS buffers currently being used by the server to service queries or being held in a free list.

NbstatInFreeList (4 bytes): The number of NetBIOS buffers currently in a free list.