Share via


IClusterCounter interface

Contains counter values related to the scheduling queue and cluster nodes (for example, the number of queued jobs and the number of idle nodes).

To get this interface, call the ICluster::get_ClusterCounter method.

Members

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

  • Methods

Methods

The IClusterCounter interface has these methods.

Method Description
Equals

Determines whether two instances of the ClusterCounter object are equal.

get_NumberOfBusyProcessors

Retrieves the number of busy processors in the cluster.

get_NumberOfCancelledJobs

Retrieves the number of canceled jobs.

get_NumberOfCancelledTasks

Retrieves the number of canceled tasks.

get_NumberOfFailedJobs

Retrieves the number of failed jobs.

get_NumberOfFailedTasks

Retrieves the number of failed tasks.

get_NumberOfFinishedJobs

Retrieves the number of finished jobs.

get_NumberOfFinishedTasks

Retrieves the number of finished tasks.

get_NumberOfIdleNodes

Retrieves the number of idle nodes in the cluster.

get_NumberOfIdleProcessors

Retrieves the number of idle processors in the cluster.

get_NumberOfNotSubmittedJobs

Retrieves the number of jobs that have not been submitted.

get_NumberOfNotSubmittedTasks

Retrieves the number of tasks that have not been submitted.

get_NumberOfPausedNodes

Retrieves the number of paused nodes in the cluster.

get_NumberOfPendingNodes

Retrieves the number of pending nodes in the cluster.

get_NumberOfPendingProcessors

Retrieves the number of pending processors in the cluster.

get_NumberOfQueuedJobs

Retrieves the number of queued jobs.

get_NumberOfQueuedTasks

Retrieves the number of queued tasks.

get_NumberOfReadyNodes

Retrieves the number of ready nodes in the cluster.

get_NumberOfRunningJobs

Retrieves the number of running jobs.

get_NumberOfRunningTasks

Retrieves the number of running tasks.

get_NumberOfUnreachableNodes

Retrieves the number of nodes in the cluster that are not reachable.

get_NumberOfUnreachableProcessors

Retrieves the number of processors in the cluster that are not reachable.

get_Timestamp

Do not call this method. The time stamp is an opaque object that is used internally by the compute cluster server.

get_TotalNumberOfJobs

Retrieves the number of jobs in the cluster.

get_TotalNumberOfNodes

Retrieves the number of nodes in the cluster.

get_TotalNumberOfProcessors

Retrieves the number of processors in the cluster.

get_TotalNumberOfTasks

Retrieves the number of tasks in the cluster.

 

Requirements

Product

Compute Cluster Pack Client Utilities

Type library

Ccpapi.tlb

See also

CCP Interfaces