ページの先頭行へ戻る
Interstage Application Server/Interstage Web Server Express リファレンスマニュアル(コマンド編)
Interstage

9.4 isinfobj

名前

isinfobj  -  オブジェクトの詳細表示

形式

isinfobj [-M システム名] [-a] [-e] [wuname] objname

機能説明

isinfobjコマンドは、運用中のIJServer、オブジェクトCORBAアプリケーションのインプリメンテーションリポジトリの詳細情報を表示します。Interstage Application Server Standard-J Editionの場合はIJServerが表示されます。

表示情報は、オブジェクト、アプリケーションまたはインプリメンテーションリポジトリの種別により出力情報が異なります。
表示情報として以下の内容が表示されます。

トランザクションアプリケーションまたはラッパーアプリケーションの場合

(注) オブジェクトに対するクライアントからの要求の累積数となります。

トランザクションアプリケーションの場合

(注) オブジェクトに対するクライアントからの要求の累積数となります。

IJServerの場合

(注) アプリケーションに対するクライアントからの要求の累積数となります。

CORBAアプリケーションに対応するインプリメンテーションリポジトリの場合

以下に、isinfobjコマンドの引数を説明します。

-M システム名

対象のシステム名を指定します。
本オプションを省略すると、デフォルトシステムが対象となります。

-a

objnameにインプリメンテーションリポジトリIDを指定した場合、インプリメンテーションリポジトリID内のインタフェース一覧および状態が表示されます。

-e

縮退運用中のワークユニット状態を表示します。

wuname

詳細情報を表示するobjnameの含まれるワークユニットの名前を指定します。
CORBAワークユニットのインプリメンテーションリポジトリの情報を表示する場合、本パラメタの指定は必須です。

objname

詳細情報を表示するオブジェクトの名前(または、アプリケーションの名前、インプリメンテーションリポジトリID)を指定します。

注意事項

使用例

トランザクションアプリケーションまたはラッパーアプリケーションの場合

  isinfobj TDSAMPLE1/INTF
    objectname       : TDSAMPLE1/INTF
    kind             : TD
    status           : active
    procnum          : 1
    queue            : 10
    accumulation     : 10
    wuname           : TDSAMPLE1

トランザクションアプリケーションの場合

  isinfobj TDSAMPLE1/INTF
    objectname       : TDSAMPLE1/INTF
    kind             : TD
    status           : active
    procnum          : 1
    queue            : 10
    accumulation     : 10
    wuname           : TDSAMPLE1

IJServerの場合

  isinfobj IJServer001
    IJServer name    : IJServer001
    kind             : IJServer
    Web
      status         : active
      procnum        : 1
    EJB
      status         : active
      procnum        : 1
      queue          : 0
      accumulation   : 10
      instance       : 0

isinfobj -e IJServer001
    IJServer name    : IJServer001
    kind             : IJServer
    Web
      status         : degenerate
      procnum        : 1
    EJB
      status         : degenerate
      procnum        : 1
      queue          : 0
      accumulation   : 10
      instance       : 0

CORBAアプリケーションに対応するインプリメンテーションリポジトリの場合

  isinfobj corbawu IDL:FJ/ImplementationRep:1.0
    implID           : IDL:FJ/ImplementationRep:1.0
    kind             : CORBA
    status           : active
    procnum          : 1
    queue            : 10
    accumulation     : 10
    thread           : 3
    wuname           : corbawu

  isinfobj -a corbawu IDL:FJ/ImplementationRep:1.0
    implID           : IDL:FJ/ImplementationRep:1.0
    kind             : CORBA
    status           : active
    procnum          : 1
    queue            : 10
    accumulation     : 10
    thread           : 3
    wuname           : corbawu
  -----------
    object           : IDL:test1/intf1
    status           : active
  -----------
    object           : IDL:test2/intf2
    status           : inhibit

isinfobj -e corbawu IDL:FJ/ImplementationRep:1.0
    implID           : IDL:FJ/ImplementationRep:1.0
    kind             : CORBA
    status           : degenerate
    procnum          : 1
    queue            : 10
    accumulation     : 10
    thread           : 3
    wuname           : corbawu