Lance's Whiteboard

Random scribbling about C#, Javascript, Web Development, Architecture, and anything else that pops into my mind.

News


Creative Commons License
Lance's Whiteboard Blog by Lance Hunt is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
Based on a work at weblogs.asp.net



Sponsored Ad
Sponsored Ad

Blogs I Read

Fixing Lost PerfCounters in .NET

Here is a question I recently answered on the MS .NET Framework Newsgroup:

Question:

"Can anyone tell me how to restore the ".NET CLR Networking" - performance counters in my system?"

Answer:

Open a command prompt and navigate to:  

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\ (for v1.1 framework)

OR

C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\ (for v1.0 framework)

type:

lodctr _NetworkingPerfCounters.ini

This will attempt to reload the .NET Networking perf counters.

Note: you can also use this to reload any other perfcounters via different INI files in that folder.

Posted: Feb 10 2004, 11:16 AM by CodeSniper | with no comments
Filed under:

Comments

No Comments