Name | Description | |
---|---|---|
![]() | ServerLoadInfo Constructor |
The following tables list the members exposed by ServerLoadInfo.
Name | Description | |
---|---|---|
![]() | ServerLoadInfo Constructor |
Name | Description | |
---|---|---|
![]() | adTempusCPUUsage | The average CPU utilization of the adTempus service, rounded to the nearest percent. |
![]() | AgentPriority | The priority setting for the Queue. Set to 0 if no priority has been specified. |
![]() | AverageActiveJobCount | The number of executing jobs on the server averaged over a reporting period. |
![]() | AverageCPUUsage | The average CPU utilization on the server, rounded to the nearest percent. |
![]() | AverageInactiveJobCount | The number of inactive jobs (waiting for conditions, etc.) averaged over a reporting period. |
![]() | AverageMemoryInUse | The average amount of memory (in bytes) in use over the reporting period. |
![]() | AveragePendingJobCount | The number of jobs queued for execution averaged over a reporting period. |
![]() | CurrentActiveJobCount | The number of executing jobs on the server. |
![]() | CurrentInactiveJobCount | The number of inactive jobs (waiting for conditions, etc.). |
![]() | CurrentPendingJobCount | The number of jobs queued for execution. |
![]() | QueueInfo | Information about each ExecutionQueue on the server. |
![]() | ReportingPeriodLength | The number of seconds since the last snapshot. |
![]() | ServerID | The MachineID or AgentOID of the source. |
![]() | ServerName | The user-friendly name of the server or agent. |
![]() | SnapshotTimestampUTC | The date/time (in UTC) at which the snapshot was taken. |
![]() | TotalMemory | The total amount of memory on the server (in bytes). |
Name | Description | |
---|---|---|
![]() | GetQueueInfo | Gets QueueLoadInfo for the specified queue. |
![]() | GetStats | Gets a string showing a shorthand report of current metrics |
![]() | SetQueueInfo | Passes in information about the Queues on the server and updates server totals for job counts. |