IResourceUsage interface
Represents the resource usage of a job or task. The resource information is available only after the job or task has started.
The following methods return this interface:
Members
The IResourceUsage interface inherits from the IDispatch interface. IResourceUsage also has these types of members:
- Methods
Methods
The IResourceUsage interface has these methods.
Method | Description |
---|---|
get_AllocatedNodes | Retrieves the list of nodes that are allocated to the job or task. |
get_KernelProcessorTime | Retrieves the kernel-mode processor time that is used by the job or task, in milliseconds. |
get_NumberOfProcesses | Retrieves the number of processes being used by the job or task. |
get_Processes | Retrieves the list of processes being used by the job or task. |
get_UserProcessorTime | Retrieves the user-mode processor time that is used by the job or task, in milliseconds. |
get_WorkingSet | Retrieves the size of the process working set, in bytes. |
Requirements
Product |
Compute Cluster Pack Client Utilities |
Type library |
Ccpapi.tlb |