perfmon
How to measure memory usage for a Live ASP.NET MVC web application?
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[详细]
2023-04-11 02:43 分类:问答custom performance counter in c# / perfmon
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..[详细]
2023-04-10 11:31 分类:问答Measuring "total bytes sent" from web service with nettcpbinding using perfmon
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.[详细]
2023-04-08 14:37 分类:问答VS Load Test and 'Total Bytes Sent' Performance Counter?
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[详细]
2023-04-06 10:37 分类:问答Strange memory usage pattern in C# Windows Form app
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[详细]
2023-03-22 01:48 分类:问答SQL Server 2008 R2 hangs when adding perfmon counters
System is Windows Server 2008 R2 Enterprise 64 bit Running Microsoft SQL Server 2008 R2 (SP1) - 10.50.2425.0 (X64)[详细]
2023-03-12 14:29 分类:问答Polling interval of Perfmon
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?[详细]
2023-03-09 09:41 分类:问答PerfMon and w3wp?
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[详细]
2023-03-02 23:57 分类:问答Selecting the correct AppPool in PerfMon instances
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.[详细]
2023-02-22 04:34 分类:问答VsPerfMon.exe and VsTestHost.exe Processes Hang when Run by MSTest from CruiseControl.NET
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[详细]
2023-02-19 07:35 分类:问答