Salesforce

RqLoad (Magic xpa 4.x)

« Go Back

Information

 
Created BySalesforce Service User
Approval Process StatusPublished
Objective
Description

RqLoad (Magic xpa 4.x)

Provides statistical information about the load of one or all services of a single broker.

Syntax:

RqLoad(service/server name, supervisor password)

Parameters:

service/server name: An Alpha variable or constant with a service/server name.

supervisor password: An Alpha variable defining the supervisor password of the service Broker.

Returns:

String with the following comma-delimited information:

  1. Average queue time – float numeric value with 2 digits after the decimal point. This is the average time that a user has to wait for an Enterprise server to be assigned to them.

  2. Total number of requests – numeric value

  3. Number of pending/ in queue requests – numeric value

  4. Number of requests in progress: (received enterprise server) – numeric value

  5. Number of requests that were executed – numeric value

  6. Number of requests that failed – numeric value

  7. Daily number of requests – numeric value (Since version: 1.5 SP3)

  8. Daily response time of requests – numeric value (Since version: 1.5 SP3)

Exception:

This function is supported only while using the Broker as a middleware.

Note:

Invalid service name causes the function to fail and return a blank string. If the password is not the supervisor password, then the function also fails.

See also:

The Online and Rich Client Samples projects (program ES06 and RES06)

Reference
Attachment 
Attachment