Add support for ballooning memory in check_vmware_rps_memory #643
Closed
Byolock
announced in
Stable Release
Replies: 1 comment 28 replies
-
Hi @Byolock, Per https://pkg.go.dev/github.com/vmware/govmomi/vim25/types#ResourcePoolQuickStats.BalloonedMemory, ballooned memory is tracked and available for reference. This seems like a good fit for a small enhancement in a near future release.
I find both of these keywords when looking in the vcsim source: This suggests that both are available, though I've not looked into the steps needed to retrieve the values. |
Beta Was this translation helpful? Give feedback.
28 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would it be possible to include the ballooning memory in the performance data of the ressource pool memory check? vCenter does show this value for a ressource pool and I found this documentation : https://developer.vmware.com/apis/704/vsphere/memory_counters.html which suggests its available in the vSphere Web Services API. Specifically I would like to monitor vmmemctl (vmmemctltarget might be useful too).
Beta Was this translation helpful? Give feedback.
All reactions