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
Actual available memory reported by Metricbeat 5.0-beta1 is a bit misleading from the user POV.
If you analyze the JSON data on ES (please see the attached screenshot) you can see that values of system.memory.free, system.memory.total and system.memory.used.bytes are correctly related but the system.memory.actual.free one is quite unintelligible.
In the docs I read: "system.memory.actual.free : [...] On Windows, it is the amount of unreserved and uncommitted memory currently in the user-mode portion of the virtual address space of the calling process.". btw I still can't get why its value is so high.
Tested with Metricbeat 5.0-beta1 on Windows 10 x64
The text was updated successfully, but these errors were encountered:
On Windows, system.memory.actual.free = MEMORYSTATUSEX.ullAvailVirtual. This doesn't seem to be consistent with the other OS'es since it's virtual memory.
The value in @alextxm's example does seem really high.
@alextxm Thank you for posting the issue. I think we have now a fix in elastic/gosigar#49. On Windows, the actual free memory is similar with the free memory, as there is nothing specific returned under MEMORYSTATUSEX.
Actual available memory reported by Metricbeat 5.0-beta1 is a bit misleading from the user POV.
If you analyze the JSON data on ES (please see the attached screenshot) you can see that values of system.memory.free, system.memory.total and system.memory.used.bytes are correctly related but the system.memory.actual.free one is quite unintelligible.
In the docs I read: "system.memory.actual.free : [...] On Windows, it is the amount of unreserved and uncommitted memory currently in the user-mode portion of the virtual address space of the calling process.". btw I still can't get why its value is so high.
Tested with Metricbeat 5.0-beta1 on Windows 10 x64
The text was updated successfully, but these errors were encountered: