Re: ASP.Net Memory Breakdown



BTW, you can also create your own custom performance monitors inside your
app.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Sometimes you eat the elephant.
Sometimes the elephant eats you.

"Steven Cheng[MSFT]" <v-schang@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:nA0hs7bYFHA.388@xxxxxxxxxxxxxxxxxxxxxxxx
> Hi thejeffross,
>
> I think Alvin's suggestion on using the Perf counters is reasonable since
> NET has provide many existing counters for monitoring the ASP.NET's
> runtime object model such as request/response count, caching usage , CLR
> threadpool....
>
> #HOW TO: Analyze ASP.NET Web Application Performance by Using the
> Performance Administration Tool
> http://support.microsoft.com/default.aspx?scid=kb;en-us;815159
>
> In addition, I'm not sure whether you've ever noticed the "CLR Profiler"
> tool, though it's not a buildin tool shiped with .net or VS.NET, we can
> get
> it from msdn site
>
> CLR Profiler is available as an Internet download from Microsoft Download
> Center at
> http://download.microsoft.com/download/4/4/2/442d67c7-a1c1-4884-9715-803a7b4
> 85b82/clr%20profiler.exe.
>
> This tool can help profile the memory in managed .net
> application(including assemlies, function call, class graphic, object
> graphic.....)
>
> #How To: Use CLR Profiler
> http://msdn.microsoft.com/library/en-us/dnpag/html/scalenethowto13.asp?frame
> =true
>
> Hope helps. Thanks,
>
> Steven Cheng
> Microsoft Online Support
>
> Get Secure! www.microsoft.com/security
> (This posting is provided "AS IS", with no warranties, and confers no
> rights.)
>
>
>


.



Relevant Pages