AgentSnapshot Properties |
The AgentSnapshot type exposes the following members.
Name | Description | |
---|---|---|
Activity |
Gets or sets the current activity performed on the agent.
| |
Capacity |
Gets or sets the capacity, which is the number of hosts that can be run simultaneously.
| |
CpuSpeed |
Gets or sets the CPU speed for the machine where the agent is running.
| |
CurrentCpuUsage |
Gets or sets the current CPU usage.
| |
DateStarted |
Gets or sets the time that agent connected to coordinator.
| |
Description |
Gets or sets the description associated with this agent.
| |
EstimatedMemoryBudget |
Gets or sets the estimated memory budget for the agent.
| |
HardDisk |
Gets or sets the amount of disk space on the drive the agent is running on.
| |
HostPool |
Gets or sets the host pool snapshot.
| |
Id |
Gets or sets the agent identifier.
| |
IsEnabled |
Gets or sets a value indicating whether this agent is enabled or disabled.
| |
IsRegistered |
Gets or sets a value indicating whether this agent is registered.
| |
LoggingLevel |
Gets or sets the current logging level of the agent.
| |
MachineName |
Gets or sets the name of the machine where the agent is running.
| |
MeetsThreshold |
Gets or sets a value indicating whether the agent meets the threshold for agent selection that is set by the coordinator.
| |
Memory |
Gets or sets the memory status (i.e. total and available memory).
| |
Network |
Gets or sets the network activity that agent using for remote connections.
| |
OSPlatform |
Gets or sets a value indicating what OS platform the agent is running on.
| |
Priority |
Gets or sets the current priority of the resource.
| |
Resources |
Gets or sets the resources of the agent.
| |
RuntimeProperties |
Gets or sets the runtime properties.
| |
ThresholdFailureReason |
Gets or sets the reason for the threshold failure. If MeetsThreshold is false, this property should
explain the reason for the threshold failure.
| |
TimeStamp |
Gets or sets the time of snapshot creation.
| |
UserName |
Gets or sets the name of the user of this agent.
|
STK Parallel Computing Server 2.9 API for .NET