Resource statistics data: .NET Application Domains

Learn about the data that is returned for the .NET Application Domains resource type when you activate resource statistics collection.

You can view these statistics in the web user interface, or you can write a program that subscribes to a publication (single XML message) that returns this data. For an example of the publication message, see Example XML output.

High-level memory usage is shown for each application domain that is running in the integration server. Statistics are updated only after a full blocking garbage collection.

Measurements Description
name The name of the application domain.
CurrentlyInUseMB The memory used by the domain at time of the last garbage collection.
TotalAllocatedInMB The total amount of memory allocated by the application domain since it started (including any memory that has been garbage-collected).
Id The numeric ID for this application domain.
ApplicationBase The directory currently being used to load assemblies for this domain.