Share via


ResourceUsage 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 ResourceUsage type.

Public Constructors

  Name Description
ResourceUsage Initializes a new instance of the ResourceUsage class.

Top

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

Public Methods

(see also Protected Methods )

  Name Description
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

ResourceUsage Class
Microsoft.ComputeCluster Namespace
Cluster.GetJobResourceUsage Method
Cluster.GetTaskResourceUsage Method