AllocationProperties Class

Definition

Used to track resource allocations for a task.

public class AllocationProperties
type AllocationProperties = class
Public Class AllocationProperties
Inheritance
AllocationProperties

Properties

AllocationObject

The internal allocation object.

ChangeTime

The last time that an allocation property was changed.

CoreId

The identifier of the core associated with the allocation.

EndTime

The UTC date and time when the allocation ended.

Id

An identifier that uniquely identifies the allocation in the system.

JobId

Identifies the job associated with the allocation.

JobRequeueCount

The number of times that the job was queued again.

MemoryUsed

The amount of memory, in kilobytes, used by the task.

NodeId

Identifies the node associated with the allocation.

NodeName

The name of the node associated with the allocation.

NumProcesses

The number of processes that are running for the task.

PIDS

The processes that are running for the task.

ResourceId

Identifies the resource that is allocated.

StartTime

The UTC date and time for when the allocation started.

TaskId

Identifies the task associated with the allocation.

TaskInstanceId

The instance identifier of the parametric task that is associated with the allocation.

TaskJobId

An identifier that uniquely identifies the task within the job that is associated with the allocation.

TaskRequeueCount

The number of times the task has been queued again.

TotalKernelTime

The total amount of time that the task spent in kernel mode.

TotalUserTime

The total amount of time that the task spent in user mode.

Applies to