get-keep-alive-prop

Syntax

tadm get-keep-alive-prop common_options --config=config_name 
(property_name)*

Description

Use this command to view the keep-alive properties. The keep-alive or HTTP/1.1 persistent connection handling subsystem in Oracle Traffic Director is designed to be scalable. If the configuration does not conform as required, the performance can be less than optimal if the workload is not persistent (that is, HTTP/1.0 without the KeepAlive header), or for a lightly loaded system that is primarily servicing keep-alive connections.

Options

For information about common_options, run the help command.

--config|-c

Specify the name of the configuration for viewing the keep-alive properties.

Operands

property-name

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

You can view the following keep-alive properties:

enabled
threads
max-connections
timeout
poll-interval

Note:

The properties threads and max-connections can return default as a value. Default implies that the server will compute the value of these properties at runtime.

Example

tadm get-keep-alive-prop --user=admin --host=admin.example.com 
--password-file=./admin.passwd --port=8989 
--no-prompt --config=www.example.org
poll-interval

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.

See Also

help, set-keep-alive-prop