Microsoft KB Archive/174568

From BetaArchive Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

PRB: Querying for TCP Performance Data Returns Unchanged

Q174568



The information in this article applies to:


  • Microsoft Win32 Application Programming Interface (API), used with:
    • the operating system: Microsoft Windows NT, versions 3.51, 4.0





SYMPTOMS

A performance monitoring application that uses RegQueryValueEx to take samples of TCP related performance data will not gather any data, or the data buffer returns unchanged for these object counters. In some configurations, the process using RegQueryValueEx may show a growth in Private Bytes usage. Depending on how often the data is queried, the application will eventually cause the system to page excessively and make the system sluggish.



CAUSE

The SNMP service is not installed. These counters require the SNMP service.



RESOLUTION

Install and start the SNMP service.



STATUS

This behavior is by design.



MORE INFORMATION

In order for the performance registry to deliver data for TCP, IP, ICMP, or UDP objects, you must have the SNMP service installed.

For additional information about getting TCP related data and installing the SNMP service, please search the Microsoft Knowledge Base using these words:

TCP IP ICMP UDP SNMP

The respective performance data indexes for the TCP related counters (TCP, IP, ICMP, and UDP) are 638, 546, 582, and 658.

Additional query words: crash leak bug

Keywords : kbnetwork kbAPI kbIP kbKernBase kbOSWinNT351 kbOSWinNT400 kbPerfMon kbSDKPlatform kbSNMP kbDSupport kbGrpDSNet kbGrpDSKernBase
Issue type : kbprb
Technology : kbAudDeveloper kbWin32sSearch kbWin32API


Last Reviewed: October 20, 2000
© 2001 Microsoft Corporation. All rights reserved. Terms of Use.