Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AIX: add additional HostMemoryInfo metrics (#188)
For AIX 7.2, the perfstat_memory_total interface includes additional metrics. This change adds those metrics to `types.HostMemoryInfo.Metrics` in the AIX provider. The new attributes being added are: - 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. Reference: https://www.ibm.com/docs/en/aix/7.2?topic=interfaces-perfstat-memory-total-interface --------- Co-authored-by: Ahmet SALIH <[email protected]>
- Loading branch information