ISchedulerCounters interface
Contains counter information for the cluster.
To get this interface, call the IScheduler::GetCounters method.
Members
The ISchedulerCounters interface inherits from the IDispatch interface. ISchedulerCounters also has these types of members:
- Properties
Properties
The ISchedulerCounters interface has these properties.
Property | Access type | Description |
---|---|---|
Read-only |
Retrieves the number of cores that are busy running tasks. |
|
Read-only |
Retrieves the number jobs that have been canceled. |
|
Read-only |
Retrieves the number of tasks that have been canceled. |
|
Read-only |
Retrieves the number of jobs that are in the process of being canceled. |
|
Read-only |
Retrieves the number of tasks that are in the process of being canceled. |
|
Read-only |
Retrieves the number of jobs that are being configured. |
|
Read-only |
Retrieves the number of tasks that are being configured. |
|
Read-only |
Retrieves the number of nodes that are in the process of removing jobs from the node. |
|
Read-only |
Retrieves the number of jobs that failed. |
|
Read-only |
Retrieves the number of tasks that failed. |
|
Read-only |
Retrieves the number of jobs that have finished running successfully. |
|
Read-only |
Retrieves the number of tasks that have finished running successfully. |
|
Read-only |
Retrieves the number of jobs for which the server is cleaning up the resources that were allocated to the job. |
|
Read-only |
Retrieves the number of cores that are not allocated to a job. |
|
Read-only |
Retrieves the number of cores that are offline. |
|
Read-only |
Retrieves the number of nodes that are offline. |
|
Read-only |
Retrieves the number of jobs that are in the scheduling queue. |
|
Read-only |
Retrieves the number of tasks that are in the scheduling queue. |
|
Read-only |
Retrieves the number of nodes that are ready to run jobs. |
|
Read-only |
Retrieves the number of jobs that are running. |
|
Read-only |
Retrieves the number of tasks that are running. |
|
Read-only |
Retrieves the number of jobs that have been submitted to the scheduling queue and are awaiting validation. |
|
Read-only |
Retrieves the number of tasks that have been submitted to the scheduling queue and are awaiting validation. |
|
Read-only |
Retrieves the total number of cores in the cluster. |
|
Read-only |
Retrieves the total number of jobs in the cluster. |
|
Read-only |
Retrieves the total number of nodes in the cluster. |
|
Read-only |
Retrieves the total number of sockets in the cluster. |
|
Read-only |
Retrieves the total number of tasks in the cluster. |
|
Read-only |
Retrieves the total number of node in the cluster that are not reachable. |
|
Read-only |
Retrieves the number of jobs being validated. |
Remarks
The counters are a snapshot of the activity in the cluster at the time you retrieved the data. The counter values in the cluster (not this object) will increase or decrease as activity in the cluster occurs.
Requirements
Product |
HPC Pack 2008 R2 Client Utilities, HPC Pack 2008 Client Utilities |
Type library |
Microsoft.Hpc.Scheduler.tlb |