The WINS Server performance object reports activity of a computer running WINS. This object's counters are cleared each time you start and stop the service. Windows Internet Name Service (WINS) provides a dynamic database service that can register and resolve NetBIOS names to IP addresses used on your network. Windows 2000 Server provides WINS, which enables the server computer to act as a NetBIOS name server and register and resolve names for WINS-enabled client computers on your network as described in the NetBIOS over TCP/IP standards.
Counter Name | Description | Counter Type |
---|---|---|
Unique Registrations/sec | Shows the rate at which unique registration are received by the server. | PERF_COUNTER_COUNTER |
Group Registrations/sec | Shows the rate at which group registration are received by the server. | PERF_COUNTER_COUNTER |
Total Number of Registrations/sec | Shows is the sum of the Unique and Group registrations per sec. This is the total rate at which registration are received by the server. | PERF_COUNTER_COUNTER |
Unique Renewals/sec | Shows the rate at which unique renewals are received by the server. | PERF_COUNTER_COUNTER |
Group Renewals/sec | Shows the rate at which group renewals are received by the server. | PERF_COUNTER_COUNTER |
Total Number of Renewals/sec | Shows the sum of the Unique and Group renewals per sec. This is the total rate at which renewals are received by the server. | PERF_COUNTER_COUNTER |
Releases/sec | Shows the rate at which releases are received by the server. | PERF_COUNTER_COUNTER |
Queries/sec | Shows the rate at which queries are received by the server. | PERF_COUNTER_COUNTER |
Unique Conflicts/sec | Shows the rate at which unique registrations/renewals received by the server resulted in conflicts with records in the database. | PERF_COUNTER_COUNTER |
Group Conflicts/sec | Shows the rate at which group registration received by the server resulted in conflicts with records in the database. | PERF_COUNTER_COUNTER |
Total Number of Conflicts/sec | Shows the sum of the Unique and Group conflicts per sec. This is the total rate at which conflicts were seen by the server. | PERF_COUNTER_COUNTER |
Successful Releases/sec | Shows the total number of successful releases per second. | PERF_COUNTER_COUNTER |
Failed Releases/sec | Shows the total number of failed releases per second. | PERF_COUNTER_COUNTER |
Successful Queries/sec | Shows the total number of successful queries per second. | PERF_COUNTER_COUNTER |
Failed Queries/sec | Shows the total number of failed queries per second. | PERF_COUNTER_COUNTER |