ISchedulerNodeCounters interface

Contains counter data information for the node.

To get this interface, call the ISchedulerNode::GetCounters method.

Members

The ISchedulerNodeCounters interface inherits from the IDispatch interface. ISchedulerNodeCounters also has these types of members:

  • Properties

Properties

The ISchedulerNodeCounters interface has these properties.

Property Access type Description

BusyCoreCount

Read-only

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

IdleCoreCount

Read-only

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

NumberOfCores

Read-only

Retrieves the number of cores on the node.

NumberOfSockets

Read-only

Retrieves the number of sockets on the node.

OfflineCoreCount

Read-only

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

 

Requirements

Product

HPC Pack 2008 R2 Client Utilities, HPC Pack 2008 Client Utilities

Type library

Microsoft.Hpc.Scheduler.tlb

See also

HPC Interfaces

ISchedulerCounters

ISchedulerJobCounters

ISchedulerNode

ISchedulerTaskCounters