The AspNetClrLoadTest monitors the capacity of the app domains and the loader heap. The measures
made by this test are as
follows:
Measurement
Description
Measurement
Unit
Interpretation
Current_app_domains
The current number of AppDomains loaded in the process plus 1. The additional AppDomain is the default domain.
Number
 
Current_assemblies
The current number of assemblies loaded in the process
Number
 
Loder_heap_mem
This measure displays the current size (in MBytes) of committed memory across all application domains. Committed memory is the physical memory for which space has been reserved in the paging file on disk.
MB
Sudden increase in the value is an indicator of an increase in the number of current assemblies.