Click or drag to resize

CommonResources Enumeration

Common resource values.

Namespace:  AGI.Parallel.Infrastructure
Assembly:  AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax
public enum CommonResources
Members
  Member nameValueDescription
Hostname0 Hostname of the agent.
AvailableCores1 Number of available cores.
AvailableMemory2 Available memory. The unit will be in bytes.
AvailableHardDisk3 Available hard disk space. The unit will be in bytes.
CurrentWorkload4 Number of tasks currently being run on the agent.
TotalCores5 Number of CPUs available on the agent.
Is64BitProcess6 Whether agent can run a true 64-bit process.
Version7 The version the agent is running. The version string will be of the format {majorVersion}.{minorVersion}
OSPlatform8 The OS platform the agent is running on.
See Also

STK Parallel Computing Server 2.9 API for .NET