So right off the bat, not sure if this question is better suited for another StackExchange site. I\'ve got an ASP.NET MVC 3 web ap开发者_高级运维plication running on Windows Server 2008 and IIS 7.5
Hi I am trying to to create a custom performance counter for use in perfmon. The following code works pretty well, however开发者_运维技巧 I have one problem..
I have a web service (WCF) exposing both http endpoints and a tcp endpoint (using the nettcpbinding). I am trying to measure the difference in \"total bytes sent\" using the different endpoints.
I have a load test for a WCF service, where we are trying out different compression libraries and configurations and we need to measure the total number of mb sent during a test. Is there a performanc
I am trying to understand what is going on in app written in C#. Below are several images taken from Performance Monitor. The blue line is #Bytes in all Heaps. The green line is Large Object Heap Size
System is Windows Server 2008 R2 Enterprise 64 bit Running Microsoft SQL Server 2008 R2 (SP1) - 10.50.2425.0 (X64)
It seems the minimum polling interval of Perfmon is 1 second. Is开发者_如何学编程 there a way to set interval to fractional second? If not, is there another tool can provide this capability?
I开发者_如何学C\'m looking at \"Process:w3wp*:% Processor Time\" in PerfMon and am struggling to follow something.I have traces running for w3wp and then w3wp#1 - w3wp#6, which are the six sites runni
I have a webserver with six App Pools. When I want to add counters in PerfMon for a specific ASP.NET application, the available instances have very different names.
I\'m using CruiseControl.NET with MSTest to build my vs2008 project and run my unit tests. If I run the tests from Visual Studio 2008, they work perfectly. However, when the tests are started by Crui