Hyper-V: VM NUMA Spanning (Remote Memory)
Aus Wiki-WebPerfect
Version vom 23. Januar 2018, 11:25 Uhr von Admin (Diskussion | Beiträge)
Display NUMA Spanning / Remote Memory
$vm = "<VM-Name>" $RemoteMemory = (get-counter -Counter "\Hyper-V VM Vid Partition($vm)\Remote Physical Pages").CounterSamples $LocalMemory = (get-counter -Counter "\Hyper-V VM Vid Partition($vm)\Physical Pages Allocated").CounterSamples $RemoteMemory, $LocalMemory Remote Memory = Memory on the other NUMA-Node (over the Intersocket connection) Local Memory = Memory on the same NUMA-Node [[Kategorie:PowerShell]] [[Kategorie:Hyper-V / VMM]]