To collect performance data from remote servers, when running a load test for example, use the following PowerShell script: clear$testId = "doodle"$durationSeconds = 20$threadsPerAgent = 5$client = ""$counterList = @( ".NET CLR Exceptions()# of Exceps Thrown / sec", ".NET CLR Memory()# Total committed Bytes", "\ASP.NET\Application Restarts", "\ASP.NET\Request Wait Time", "\ASP.NET\Requests Queued", "\ASP.NET Applications()\Requests/Sec", "\Web Service()\Current... Continue Reading →
Where’s your leak at? [Using WinDbg, SOS, and GCRoot to diagnose a .NET memory leak]
Delay's Blog : Where's your leak at? [Using WinDbg, SOS, and GCRoot to diagnose a .NET memory leak]