Constant SYSTEM_MEMORY_LINUX_HUGEPAGES_SURPLUS
pub const SYSTEM_MEMORY_LINUX_HUGEPAGES_SURPLUS: &'static str;Available on crate features
opentelemetry and semconv_experimental only.Expand description
§Description
Number of surplus hugepages.
§Notes
Overcommitted hugepages beyond the persistent pool.
This is reported as a separate metric rather than a usage state because surplus pages can be in either used or free state.
Including them in usage would break the convention that usage states sum to the limit
§Metadata
| Instrument: | updowncounter |
| Unit: | {page} |
| Status: | Development |