Share via


IResourceUsage Members

Represents the resource usage of a job or task. The resource information is available only after the job or task has started.

The following tables list the members exposed by the IResourceUsage type.

Public Properties

  Name Description
public property AllocatedNodes Retrieves the list of nodes that are allocated to the job or task.
public property KernelProcessorTime Retrieves the kernel-mode processor time that is used by the job or task.
public property NumberOfProcesses Retrieves the number of processes being used by the job or task.
public property Processes Retrieves the list of processes being used by the job or task.
public property UserProcessorTime Retrieves the user-mode processor time that is used by the job or task.
public property WorkingSet Retrieves the size of the process working set.

Top

See Also

Reference

IResourceUsage Interface
Microsoft.ComputeCluster Namespace
ICluster.GetJobResourceUsage Method
ICluster.GetTaskResourceUsage Method