Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to reset Performance objects in perfmon?

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

like image 285
sthiers Avatar asked Oct 28 '08 09:10

sthiers


People also ask

Does running perfmon affect performance?

It's the monitoring of (or capturing of) those performance counters that will cause a degradation of performance. So, only when you use something like perfmon to capture the data. In effect, the performance counter objects will have the effect of only "doing it when you measure." Thanks.

How do I add a performance counter in perfmon?

In the navigation pane, expand Monitoring Tools, and then choose Performance Monitor. In the console pane toolbar, choose the Add button. In the Add Counters window, in the Select counters from computer drop-down list, choose the computer that is running Business Central Server.


1 Answers

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
like image 189
sthiers Avatar answered Sep 18 '22 15:09

sthiers