ISchedulerTaskCounters Interface

Definition

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

[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("985D81B2-64FD-4e98-8270-0CB99155199F")]
public interface ISchedulerTaskCounters
type ISchedulerTaskCounters = interface
Public Interface ISchedulerTaskCounters
Derived
Attributes

Properties

TotalCpuTime

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

TotalKernelTime

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

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

TotalUserTime

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).

Applies to