ClusterCounter Members
Contains counter values related to the scheduling queue and cluster nodes (for example, the number of queued jobs and the number of idle nodes).
The following tables list the members exposed by the ClusterCounter type.
Public Constructors
Name | Description | |
---|---|---|
ClusterCounter | Initializes a new instance of the ClusterCounter class. |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
NumberOfBusyProcessors | Retrieves the number of busy processors in the cluster. |
![]() |
NumberOfCancelledJobs | Retrieves the number of canceled jobs. |
![]() |
NumberOfCancelledTasks | Retrieves the number of canceled tasks. |
![]() |
NumberOfFailedJobs | Retrieves the number of failed jobs. |
![]() |
NumberOfFailedTasks | Retrieves the number of failed tasks. |
![]() |
NumberOfFinishedJobs | Retrieves the number of finished jobs. |
![]() |
NumberOfFinishedTasks | Retrieves the number of finished tasks. |
![]() |
NumberOfIdleNodes | Retrieves the number of idle nodes in the cluster. |
![]() |
NumberOfIdleProcessors | Retrieves the number of idle processors in the cluster. |
![]() |
NumberOfNotSubmittedJobs | Retrieves the number of jobs that have not been submitted. |
![]() |
NumberOfNotSubmittedTasks | Retrieves the number of tasks that have not been submitted. |
![]() |
NumberOfPausedNodes | Retrieves the number of paused nodes in the cluster. |
![]() |
NumberOfPendingNodes | Retrieves the number of pending nodes in the cluster. |
![]() |
NumberOfPendingProcessors | Retrieves the number of pending processors in the cluster. |
![]() |
NumberOfQueuedJobs | Retrieves the number of queued jobs. |
![]() |
NumberOfQueuedTasks | Retrieves the number of queued tasks. |
![]() |
NumberOfReadyNodes | Retrieves the number of ready nodes in the cluster. |
![]() |
NumberOfRunningJobs | Retrieves the number of running jobs. |
![]() |
NumberOfRunningTasks | Retrieves the number of running tasks. |
![]() |
NumberOfUnreachableNodes | Retrieves the number of nodes in the cluster that are not reachable. |
![]() |
NumberOfUnreachableProcessors | Retrieves the number of processors in the cluster that are not reachable. |
![]() |
Timestamp | Do not call this method. The time stamp is an opaque object that is used internally by the compute cluster server. |
![]() |
TotalNumberOfJobs | Retrieves the number of jobs in the cluster. |
![]() |
TotalNumberOfNodes | Retrieves the number of nodes in the cluster. |
![]() |
TotalNumberOfProcessors | Retrieves the number of processors in the cluster. |
![]() |
TotalNumberOfTasks | Retrieves the number of tasks in the cluster. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Equals | Overloaded. Determines whether two instances of the ClusterCounter object are equal. |
![]() |
GetHashCode | (Inherited from Object ) |
![]() |
GetType | (Inherited from Object ) |
![]() ![]() |
ReferenceEquals | (Inherited from Object ) |
![]() |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object ) |
![]() |
MemberwiseClone | (Inherited from Object ) |
Top