CAM Executors Test

This test monitors the CAM executor thread pools and report the pool size, current queue and total usage of the pool. This helps administrators with identifying whether the pools are configured according to the task load. This way, the test prompts administrators to fine-tune the pool configuration, to improve load processing.

Target of the test : A CAM Payment System

Agent deploying the test : A remote agent

Outputs of the test : One set of results for the target CAM Payment System being monitored.

Configurable parameters for the test
Parameter Description

Test Period

How often should the test be executed.

Host

The host for which the test is to be configured.

Port

The port number at which the target application listens. The default is 7077.

URL

In this text box, specify the URL to be accessed by this test for extracting the CAM Payment System's performance statistics.

Username

Specify the Username for accessing the URL specified in the URL text box.

Password

Specify the Password of the above mentioned user in this text box.

Confirm password

Confirm the password by retyping it here.

Measurements made by the test

Measurement

Description

Measurement Unit

Interpretation

Core pool size

Indicates the core size of the executor thread pool.

Number

This measure displays the size of the pool of currently available executors.

Current queue size

Indicates the current size of the executor’s task queue.

Number

This measure indicates the number of executors that are currrently being used.

Total usage

Indicates the percentage of executor pool size that is currently utilized.

Percent

A value close to 100% indicates that almost all the threads in the pool are actively engaged in processing request processing tasks.