Skip to content

Static Computer Metrics

Static computer metrics are collected when the agent starts, and whenever a new configuration is applied.

ParameterDescription
TotalDiskSizeThe sum of total space on all fixed disks, as provided by the GetDiskFreeSpaceEx() Win32 API call.
FreeDiskSizeThe sum of the free space on all local fixed disks, as provided by the GetDiskFreeSpaceEx() Win32 API call.
TotalRamThe total amount of physical RAM.
TotalPagingFileSize of available memory to commit, as reported by the Win32 API function GlobalMemoryStatus().
TotalVirtualMemoryTotal size of the user mode portion of the virtual address space of the calling process, as reported by the Win32 API function GlobalMemoryStatus().