The NBT Connection performance object consists of counters that measure the rates at which bytes are sent and received over the NetBIOS over TCP/IP (NetBT or NBT) protocol provides NetBIOS support for the TCP/IP protocol. NBT connection between the local computer and a remote computer. The connection is identified by the name of the remote computer.
Counter Name | Description | Counter Type |
---|---|---|
Bytes Received/sec | Shows the rate at which bytes are received by the local computer over an NBT connection to a remote computer. All bytes received by the local computer over the particular NBT connection are counted. | PERF_COUNTER_BULK_COUNT |
Bytes Sent/sec | shows the rate at which bytes are sent by the local computer over an NBT connection to a remote computer. All bytes sent by the local computer over the particular NBT connection are counted. | PERF_COUNTER_BULK_COUNT |
Bytes Total/sec | Shows the rate at which bytes are transmitted by the local computer over an NBT connection to a remote computer. All bytes transmitted by the local computer over the particular NBT connection are counted. | PERF_COUNTER_BULK_COUNT |