Accessing Remote Counter Data

To access counter data on a remote computer:

  • The remote computer must have the Remote Registry service enabled.
  • The File and Print Sharing exception must be selected in Windows Firewall Settings.

Prior to Windows Vista: The Remote Registry service is enabled by default.

Note

Windows Performance Counter APIs and tools include limited support for accessing performance counters from other machines via RPC (for V2 providers) and Remote Registry (for V1 providers). This support is often hard to use in terms of authentication controls (the tools and APIs can only authenticate as the current user) as well as in terms of system configuration (the necessary endpoints and services are disabled by default on most systems). In many cases, it is better to access the performance counters of remote systems via WMI rather than via the built-in remote access support.