Missing processor/memory counters in the Windows XP Performance Monitor application (perfmon)

perfmonperformanceperformance-monitorwindows-xp

Perfmon is a Windows utility that helps the developer to find bottlenecks in his applications, by measuring system counters.

I was reading a perfmon tutorial and from this list of essential counters I have found the following ones on my machine:

  1. PhysicalDisk\Bytes/sec_Total
  2. Network Interface\Bytes Total/Sec\nic name

But I haven't found the following counters nowhere:

  1. Processor\% Processor Time_Total
  2. Process\Working Set_Total
  3. Memory\Available MBytes

Where do I find them? Note that my Windows is pt-BR (instead of en-US). Where do I find language specific documentation for windows tools like PerfMon?

Best Answer

I suspect this has nothing to do with your specific localized version of Windows. Google for "missing perfmon counters" and you will find lots of people, on all versions of windows, that have encountered similar problems.

The fix is to follow the instructions found in MS KB 300956.

There are lots of other good resources for restoring certain types of missing counters:

Now if I am misreading your question, and the problem is that you can't read Portuguese to figure out which counters are the equivalent for the English ones you actually want, then I'm afraid I can't help you. Just use Google Translate.

Related Topic