How to reset Performance objects in perfmon?

前端 未结 2 1657
深忆病人
深忆病人 2021-01-18 14:49

When I launch perfmon and try to add a counter, the displayed performance objects are all numbers. How can I reset these Performance objects?

相关标签:
2条回答
  • 2021-01-18 14:57

    I found a way to solve the problem:

    • copy C:\WINDOWS\system32\PerfStringBackup.INI from a PC where perfmon works correctly
    • cd C:\WINDOWS\system32
    • lodctr /R:PerfStringBackup.INI
    0 讨论(0)
  • 2021-01-18 14:58

    What do you mean my "reset"? What's the behavior you're expecting?

    The perfmon "System Monitor" view shows the (near) real time value of the counter. Since these measurements are always being taken there will (almost) always be a number there.

    If you want to be able to control the collection of these measurements, you need to create a Counter Log. Additionally, you can use the logman command to manage the log from the command line or a script.

    0 讨论(0)
提交回复
热议问题