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 | |
---|---|---|
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
See Also
Reference
IResourceUsage Interface
Microsoft.ComputeCluster Namespace
ICluster.GetJobResourceUsage Method
ICluster.GetTaskResourceUsage Method