adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ServerLoadInfo Class
Fields Methods

In This Topic
    ServerLoadInfo Class Members
    In This Topic

    The following tables list the members exposed by ServerLoadInfo.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Fields
     NameDescription
    Public Field The average CPU utilization of the adTempus service, rounded to the nearest percent.  
    Public Field The priority setting for the Queue. Set to 0 if no priority has been specified.  
    Public Field The number of executing jobs on the server averaged over a reporting period.  
    Public Field The average CPU utilization on the server, rounded to the nearest percent.  
    Public Field The number of inactive jobs (waiting for conditions, etc.) averaged over a reporting period.  
    Public Field The average amount of memory (in bytes) in use over the reporting period.  
    Public Field The number of jobs queued for execution averaged over a reporting period.  
    Public Field The number of executing jobs on the server.  
    Public Field The number of inactive jobs (waiting for conditions, etc.).  
    Public Field The number of jobs queued for execution.  
    Public Field Information about each ExecutionQueue on the server.  
    Public Field The number of seconds since the last snapshot.  
    Public Field The MachineID or AgentOID of the source.  
    Public Field The user-friendly name of the server or agent.  
    Public Field The date/time (in UTC) at which the snapshot was taken.  
    Public Field The total amount of memory on the server (in bytes).  
    Top
    Public Methods
     NameDescription
    Public Method Gets QueueLoadInfo for the specified queue.  
    Public Method Gets a string showing a shorthand report of current metrics  
    Public Method Passes in information about the Queues on the server and updates server totals for job counts.  
    Top
    See Also