WebSphere Message Broker, Version 8.0.0.7
Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS
See information about the latest product version
See information about the latest product version
Resource statistics data: DotNet App Domains
Learn about the data that is returned for the DotNet App Domains resource type when you activate resource statistics collection.
You can view these statistics in the WebSphere® Message Broker Explorer, 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.
Gives high-level memory usage for each application domain that is running in the execution group. 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. |