Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AIX: Mappings for host memory info #188

Merged
merged 3 commits into from
Aug 2, 2023
Merged

AIX: Mappings for host memory info #188

merged 3 commits into from
Aug 2, 2023

Conversation

asalih
Copy link
Contributor

@asalih asalih commented Aug 2, 2023

According to the documentation, the perfstat_memory_total interface includes additional items so I've mapped them to the Metrics field of the types.HostMemoryInfo.

Result on my aix 7.2 environment:
image

New types.HostMemoryInfo.Metrics attributes being added.

Item Descriptor
bytes_coalesced Number of bytes of the calling partition’s logical real memory coalesced
bytes_coalesced_mempool Number of bytes of logical real memory coalesced in the calling partition’s memory pool if the calling partition is authorized to see pool wide statistics else, set to zero.
real_pinned Amount of pinned memory in bytes.
pgins Number of pages paged in .
pgouts Number of pages paged out.
pgsp_free Amount of free paging space in bytes.
pgsp_rsvd Amount of reserved paging space in bytes.

.changelog/187.txt Outdated Show resolved Hide resolved
@andrewkroh andrewkroh added the enhancement New feature or request label Aug 2, 2023
@andrewkroh andrewkroh merged commit 57ae611 into elastic:main Aug 2, 2023
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants