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 | |
---|---|---|
![]() |
AllocatedNodes | Retrieves the list of nodes that are allocated to the job or task. |
![]() |
KernelProcessorTime | Retrieves the kernel-mode processor time that is used by the job or task. |
![]() |
NumberOfProcesses | Retrieves the number of processes being used by the job or task. |
![]() |
Processes | Retrieves the list of processes being used by the job or task. |
![]() |
UserProcessorTime | Retrieves the user-mode processor time that is used by the job or task. |
![]() |
WorkingSet | Retrieves the size of the process working set. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Equals | Overloaded. (Inherited from Object ) |
![]() |
GetHashCode | (Inherited from Object ) |
![]() |
GetType | (Inherited from Object ) |
![]() ![]() |
ReferenceEquals | (Inherited from Object ) |
![]() |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object ) |
![]() |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Reference
ResourceUsage Class
Microsoft.ComputeCluster Namespace
Cluster.GetJobResourceUsage Method
Cluster.GetTaskResourceUsage Method