I am trying to get the % CPU load in python on win32
win32pdhutil.GetPerformanceAttributes("Processor(_Total)","% Processor
Time")
only ever returns 99 whatever the machine load ?
Running on Windows XP-pro + ActivePython 2.3.2 Build 231
Any ideas ?