Collecting Memory Data from an ASP.NET Web Application by Using the Profiler Command Line
This section describes the procedures and options for collecting memory allocation and object lifetime data for an ASP.NET Web application by using the profiler command line.
In This Section
How to: Attach the Profiler to an ASP.NET Web Application to Collect Memory Data by Using the Command Line
Describes how to connect the profiler to a running instance of an ASP.NET Web application to collect memory data.How to: Instrument a Statically Compiled ASP.NET Web Application and Collect Memory Data by Using the Profiler Command Line
Describes how to instrument and profile a pre-compiled ASP.NET Web module to collect memory data.How to: Instrument a Dynamically Compiled ASP.NET Web Application and Collect Memory Data by Using the Profiler Command Line
Describes how to instrument and profile a dynamically compiled ASP.NET Web application to collect memory data.
Related Sections
ASP.NET Web Applications
Collecting Application Statistics for ASP.NET Web Applications Using the Profiler Sampling Method from the Command Line
Describes how to collect performance statistics from ASP.NET Web applications by using the sampling method.Collecting Detailed Timing Data for an ASP.NET Application Using the Profiler Instrumentation Method from the Command Line
Describes how to collect detailed timing information from ASP.NET Web applications by using the instrumentation method.
.NET Framework Memory Data
Collecting .NET Framework Memory Data for Stand-Alone Applications by Using the Profiler Command Line
Describes how to collect memory allocation and object lifetime data from .NET Framework stand-alone (client) applications.Collecting Memory Data from .NET Framework Services by Using the Profiler Command Line
Describes how to collect memory allocation and object lifetime data from .NET Framework stand-alone (client) applications.