AgentSnapshot Class |
Namespace: AGI.Parallel.Infrastructure
The AgentSnapshot type exposes the following members.
Name | Description | |
---|---|---|
AgentSnapshot |
Initializes a new instance of the AgentSnapshot class.
| |
AgentSnapshot(Guid, Boolean) |
Initializes a new instance of the AgentSnapshot class.
|
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.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |
STK Parallel Computing Server 2.9 API for .NET