Microsoft Virtualization Discussions

PowerShell Get-NcNode - "CpuBusytime"?

pjorg
2,352 Views

Hello,

 

Can someone explain (or point me at the documentation which explains) what the "CpuBusytime" attribute means in the context of a cDOT node?

 

PS C:\Users\pjorg> Get-NcNode | select Node,CpuBusytime | ft -a

 
Node   CpuBusytime
----   -----------
myn-01     1902506
myn-02     2171813
myn-03      119583
myn-04       59405

Thanks in advance! 

 

1 REPLY 1

Aparajita
2,308 Views
CPU-BusyTime is defined as "The time (in hundredths of a second) that the CPU has been doing useful work since the last boot". In context of a cDOT node, I believe this is the CPU BusyTime stat of a node, not of the cluster. Hope this helps, Aparajita
Public