Tagged Questions

8
votes
1answer
566 views

Creating & Editing performance counters in a powershell script or command line

I'm trying to move the verification & creation of my performance counter groups, and the counters themselves, out of my web service and into a powershell script that's run during deployment. Can ...
4
votes
2answers
341 views

How do I figure out whether my process is CPU bound, I/O bound, Memory bound or

I'm trying to speed up the time taken to compile my application and one thing I'm investigating is to check what resources, if any, I can add to the build machine to speed things up. To this end, how ...
2
votes
1answer
35 views

RawFraction performance counter persists its state even after deleting the performance category

I am creating and setting up the performance counters correctly but when I delete the category, recreate the category with the same name and add/update the counters to that category, it fails to ...
0
votes
1answer
92 views

unregistering a performance counters

I have added performance custom counters to my application to whether the no of times the operation takes place or not . But now I want to unregister it . Is it possible to unregister it remove ...
0
votes
1answer
188 views

performance counter events associated with false sharing

I am looking at the performance of OpenMP program, specifically cache and memory performance. I have found guidelines while back ago how to analyze performance with Vtune that mentioned which counters ...
0
votes
3answers
582 views

Monitoring dashboard for IIS and SQL Server

We have developed a .NET web application that uses SQL Server as a backend. Now we would like to provide a monitoring dashboard app for the tech support team. The idea is that this monitoring app will ...
0
votes
1answer
457 views

ASP.NET and the Output Cache - how can see if it's working?

Problem: I've got an ASP.NET website and i don't believe that my code is getting OutputCached correctly. I'm using IIS7 performance counters to show me the hits or misses a second. i've got a ...