getQueueStats() Purpose This method returns information related to the statistics of TIBCO Rendezvous queue lengths for the server. An administration server is queueing requests from clients before processing those requests. If the queue lengths are big, that means the server is busy. A server maintains different queues for different kind of requests from the different instances. This method provides information on these queues. Calling this method too often will degrade server performance. Therefore, if less than 10 seconds have passed since the previous call, this method returns the previous result. Type Open, Synchronous, IMPACT_INFO Parameters None Returns Name Description Sum of queue lengths Sum of lengths of all TIBCO Rendezvous queues that this server currently maintains. Maximum queue length Maximum queue length for all TIBCO Rendezvous queues this server currently maintains. If the maximum value is high and the average is relatively low, only requests on a certain instance are queued before being processed. Average queue length Average of TIBCO Rendezvous queues lengths that this server currently maintains. Total number of queues Number of TIBCO Rendezvous queues on the server.