Constant DOTNET_PROCESS_MEMORY_WORKING_SET
pub const DOTNET_PROCESS_MEMORY_WORKING_SET: &'static str;Expand description
§Description
The number of bytes of physical memory mapped to the process context.
§Notes
Meter name: System.Runtime; Added in: .NET 9.0.
This metric reports the same values as calling Environment.WorkingSet
§Metadata
| Instrument: | updowncounter |
| Unit: | By |
| Status: | Stable |