Skip to main content

SYSTEM_MEMORY_LINUX_HUGEPAGES_RESERVED

Constant SYSTEM_MEMORY_LINUX_HUGEPAGES_RESERVED 

pub const SYSTEM_MEMORY_LINUX_HUGEPAGES_RESERVED: &'static str;
Available on crate features opentelemetry and semconv_experimental only.
Expand description

§Description

Number of reserved hugepages.

§Notes

Hugepages for which a commitment to allocate has been made, but no allocation has yet been made. This is reported as a separate metric rather than a usage state because reserved pages are already counted in free pages. They represent a subset of free pages that cannot be used for non-reserved allocations

§Metadata

Instrument:updowncounter
Unit:{page}
Status:Development