get-thread-pool-prop

Syntax

tadm get-thread-pool-prop common_options --config=config_name (property_name)*

Description

Use this command to view the thread-pool properties. The thread-pool element configures the threads used to process HTTP requests. You can use thread pools to allocate a certain number of threads to a specific service. By defining a pool with the maximum number of threads as 1, only one request is allowed to the specified service function.

Options

For information about common_options, run the help command.

--config|-c

Specify the name of the configuration to view the thread-pool properties.

Operands

property-name

Specify the name of the property that you want to view (Optional).

You can view the following thread-pool properties:

enabled
queue-size
min-threads
max-threads
stack-size

Note:

The properties max-threads, queue-size and min-threads can return auto-tuned as a value. Auto-tuned implies that the server will compute the value of these properties at runtime.

Example

tadm get-thread-pool-prop --user=admin --port=8989 
--password-file=./admin.passwd --host=admin.example.com 
--no-prompt --config=www.example.org queue-size

Exit Codes

The following exit values are returned:

0: command executed successfully

>0: error in executing the command

For more information about exit codes and syntax notations, run the help command.