ISchedulerTaskCounters interface

Contains counter data for the tasks that are running in the cluster.

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

Members

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

  • Properties

Properties

The ISchedulerTaskCounters interface has these properties.

Property Access type Description

TotalCpuTime

Read-only

Retrieves the total CPU time used by all tasks that are running in the cluster.

TotalKernelTime

Read-only

Retrieves the elapsed execution time for kernel-mode instructions (the total time that all tasks that are running in the cluster have spent in kernel-mode).

TotalMemory

Read-only

Retrieves the total memory used by all tasks that are running in the cluster.

TotalUserTime

Read-only

Retrieves the elapsed execution time for user-mode instructions (the total time that all tasks that are running in the cluster have spent in user-mode).

 

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

ISchedulerNodeCounters

ISchedulerTask