構文
tadm get-request-limit-prop common_options --config=config_name --vs=vs_name --request-limit=request_limit_name (property_name)*
説明
このコマンドを使用して、リクエスト制限のプロパティを表示します。
オプション
common_options
の詳細は、helpコマンドを実行してください。
--config|-c
リクエスト制限のプロパティを表示する構成の名前を指定します。
--vs|-s
仮想サーバーの名前を指定します。
--request-limit|-l
リクエスト制限の名前を指定します。
オペランド
property-name
表示するプロパティの名前を指定します(オプション)。
リクエスト制限の次のプロパティを表示できます。
max-rps max-connections rps-compute-interval condition continue-condition error-code monitor-attribute
例
tadm get-request-limit-prop --config=www.example.org --vs=soa.example.org --request-limit=request234 error-code
終了コード
次の終了値が戻されます。
0: コマンドの実行に成功しました。
>0: コマンドの実行時にエラーが発生しました。
終了コードと構文表記の詳細は、helpコマンドを実行してください。
関連項目
「help」、「list-request-limits」、「delete-request-limit」、「create-request-limit」、「set-request-limit-prop」