プライマリ・コンテンツに移動
Oracle® Traffic Directorコマンドライン・リファレンス
11g リリース1 (11.1.1.9.0)
B66437-05
  目次へ移動
目次
索引へ移動
索引

前
 
次
 

get-http-listener-prop

構文

tadm get-http-listener-prop common_options --config=config_name --http-listener=name (property_name)* 

説明

このコマンドを使用して、HTTPリスナー・ソケットのプロパティを表示します。

オプション

common_optionsの詳細は、helpコマンドを実行してください。

--config|-c

HTTPリスナーのプロパティを表示する構成を指定します。

--http-listener|-r

HTTPリスナーの名前を指定します。

オペランド

property-name

表示するプロパティの名前を指定します(オプション)。

HTTPリスナーの次のプロパティを表示できます。

enabled
ip
port
acceptor-threads
server-name
blocking-io
handle-protocol-mismatch
family
listen-queue-size
receive-buffer-size
send-buffer-size
default-virtual-server-name
description

注意:

プロパティfamilyおよびacceptor-threadsは、値としてdefaultを戻す場合があります。defaultは、サーバーが実行時にこれらのプロパティの値を計算することを示します。

tadm get-http-listener-prop --user=admin --host=admin.example.com --password-file=./admin.passwd --port=8989 
--no-prompt --config=www.example.org --http-listener=listener1 
blocking-io

終了コード

次の終了値が戻されます。

0: コマンドの実行に成功しました。

>0: コマンドの実行時にエラーが発生しました。

終了コードと構文表記の詳細は、helpコマンドを実行してください。