You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If metricbeat could capture hugepages metrics such as HugePages_Total, HugePages_Free,HugePages_Rsvd,HugePages_Surp,Hugepagesize, and Hugetlb it would provide a more granular view of memory usage on the system.
system.memory.used.pct includes memory that the system has allocated to huge pages.
e.g.
Metricbeat reports this system as having ~92% memory used based on 100-(MemFree/(MemTotal/100)) - however there’s actually 23506*2048kB available as huge pages, which is about 58% of huge pages free.
The text was updated successfully, but these errors were encountered:
If metricbeat could capture hugepages metrics such as
HugePages_Total
,HugePages_Free
,HugePages_Rsvd
,HugePages_Surp
,Hugepagesize
, andHugetlb
it would provide a more granular view of memory usage on the system.system.memory.used.pct
includes memory that the system has allocated to huge pages.e.g.
Metricbeat reports this system as having ~92% memory used based on
100-(MemFree/(MemTotal/100))
- however there’s actually 23506*2048kB available as huge pages, which is about 58% of huge pages free.The text was updated successfully, but these errors were encountered: