ISchedulerNodeCounters Interface

Definition

Contains counter data information for the node.

[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("4F4AF2FE-4EE2-4a7f-B546-398F6BAF40CA")]
public interface ISchedulerNodeCounters
type ISchedulerNodeCounters = interface
Public Interface ISchedulerNodeCounters
Derived
Attributes

Properties

BusyCoreCount

Retrieves the number of cores on the node that are busy processing jobs.

IdleCoreCount

Retrieves the number of cores on the node that are idle.

NumberOfCores

Retrieves the number of cores on the node.

NumberOfSockets

Retrieves the number of sockets on the node.

OfflineCoreCount

Retrieves the number of cores on the node that are offline.

Applies to