SchedulerNodeCounters Class

Definition

Contains counter data information for the node.

[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("B9CCBC76-7756-42a9-90A1-DD6F750B9D60")]
public class SchedulerNodeCounters : Microsoft.Hpc.Scheduler.ISchedulerNodeCounters
type SchedulerNodeCounters = class
    interface ISchedulerNodeCounters
Public Class SchedulerNodeCounters
Implements ISchedulerNodeCounters
Inheritance
SchedulerNodeCounters
Attributes
Implements

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