memory|is_workload_non_green metric - the value was 0Log in to the Operations UI and search for the Cluster object
Click on the Metrics tab and expand Metrics > Memory
Double click Workload (%)
Verify the latest value calculated is less than the threshold defined in the policy (80% by default)
Metric is the amount of memory used on the ESXi host in total. This includes memory used by the VMKernel, other vSphere Services and Management agents, plus the total consumed memory for all the running virtual machines. The latter part is however not an actual sum of what each of the guest operating systems in these virtual machines are consuming internally as the ESXi host is able to employ memory sharing technique. With memory sharing, a workload running on a virtual machine often consumes less memory than it might when running on physical machines. As a result, higher levels of overcommitment can be supported efficiently.
Calculated as Demand / (Usable Capacity after HA and Buffer) * 100
Note that Workload is calculated based on resource demand rather than consumed or used memory.
Returns 1 if memory workload >= workload threshold (80% by default)
Returns 0 if workload < workload threshold (80% by default)
Value 0 is positive for placement and value 1 is negative for placement
With this metric, you are able to monitor if placement on the cluster can be considered at all.
The metric shows if either CPU or MEM workloads have gone over the set thresholds (80% by default)
The metric value returns 1 if both CPU and MEM workload percentages are below the set thresholds (is green), which means that placement can be considered.
The metric value returns 0 if one of the CPU or MEM workloads is over the threshold, which means that no placement can be considered.
The metric is based on Memory | Is Workload non Green and CPU | Is Workload non Green metrics’ negations
IsGreenForPlacement = NOT(Memory|Is Workload non Green) && NOT(CPU|Is Workload non Green)
Based on the capacity remaining for memory (metric Capacity Remaining (KB)) and capacity remaining for CPU (Capacity Remaining (MHz))
Is the percentage of the lower point of capacity remaining for memory and CPU.
Operations can provide additional workload placement information to Automation using the native integration between them. See the following documentation for more.