Linux systems do not report total physical memory on agent connect #36
Labels
bug
Something isn't working
win != linux
Behavior in windows is not the same as Linux and/or vice versa
Milestone
On agent connect the following
utilization
hash (example below) is included in the connect payload. On linux systemstotal_ram_mib
is always null. This is because the code that pulls this information only works on Windows.See:
I have not reviewed this discussion very closely, yet, though it appears there is an open discussion around an API to retrieve this data: dotnet/runtime#22948. To my knowledge, there is nothing on
System.Diagnostics.Process
that gets us physical memory, though this should be confirmed.However, even if there was an .NET API to retrieve this information, containerized environments may cause us additional problems.
Example utilization hash:
The text was updated successfully, but these errors were encountered: