SchedulerTaskCounters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains counter data for the tasks that are running in the cluster.
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("A38EE29E-09D0-4b5a-9F4B-1CE778960946")]
public class SchedulerTaskCounters : Microsoft.Hpc.Scheduler.ISchedulerTaskCounters
type SchedulerTaskCounters = class
interface ISchedulerTaskCounters
Public Class SchedulerTaskCounters
Implements ISchedulerTaskCounters
- Inheritance
-
SchedulerTaskCounters
- Attributes
- Implements
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). |