2

Do perfmon counters degrade application performance in any way?

Msdnexpert
  • 284
  • 1
  • 2
  • 16

1 Answers1

2

Actually updating the counters have negligible effects - They're designed to always be updated with minimum impact. Reading/monitoring them can affect performance though, so you may notice differences when you're actively monitoring.

EDIT: Also see What is the performance hit of Performance Counters

Community
  • 1
  • 1
Erik
  • 88,732
  • 13
  • 198
  • 189