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

8.7 odlistproc

名前

  odlistproc - CORBAアプリケーションのプロセス情報の表示

形式

  odlistproc [-i [-t]] [-M system]

機能説明

  odlistprocはCORBAアプリケーションのプロセス情報として、プロセスID(PID)とコマンド名を表示します。

  本コマンドで指定可能なオプションとパラメタを以下に示します。

-i

  CORBAアプリケーション(サーバアプリケーション)に対応する、インプリメンテーションリポジトリID(ImplementationRepositoryID)を付加して出力します。
  クライアントアプリケーションに対しては出力されません。

-t

  CORBAアプリケーション(サーバアプリケーション)のスレッド多重度の現在値(ThreadConcurrency)を付加して出力します。
  クライアントアプリケーションに対しては出力されません。
  本オプションを指定する場合は、-iオプションを指定している必要があります。

-M system

  拡張システムを生成した場合に、運用の対象となるシステム名systemを指定します。本オプションを省略すると、デフォルトシステムでの運用が対象となります。
  本オプションは、以下の製品で指定可能です。
  -  Interstage Application Server Enterprise Edition

注意事項

使用例

  > odlistproc
  PID     NAME(command line)
  519     "odstart.exe"
  405     D:\WINNT\system32\Naming.exe

  > odlistproc -i
  PID    NAME(command line)
         ImplementationRepositoryID
  856    "odstart.exe"
         IDL:OM_ORB/admin:1.0
  1600   C:\WINNT\system32\Naming.exe
         IDL:CosNaming/NamingContext:1.0
  1628   no_action.exe
  1424   no_action.exe
  1452   "D:\tmp\CPP_Debug\basic_data_srv.exe"
         IDL:BasicData/IntfVoid:1.0

  > odlistproc -i -t
  PID    NAME(command line)
         ImplementationRepositoryID
         ThreadConcurrency
  856    "odstart.exe"
         IDL:OM_ORB/admin:1.0
         16
  1600   C:\WINNT\system32\Naming.exe
         IDL:CosNaming/NamingContext:1.0
         16
  1628   no_action.exe
  1424   no_action.exe
  1452   "D:\tmp\CPP_Debug\basic_data_srv.exe"
         IDL:BasicData/IntfVoid:1.0
         64

  % odlistproc
  PID     NAME(command line)
  1085    OD_start
  1121    CosNaming_s

  % odlistproc -i
  PID     NAME(command line)
          ImplementationRepositoryID
  1085    OD_start
          IDL:OM_ORB/admin:1.0
  1121    CosNaming_s
          IDL:CosNaming/NamingContext:1.0

  % odlistproc -i -t
  PID     NAME(command line)
          ImplementationRepositoryID
          ThreadConcurrency
  1085    OD_start
          IDL:OM_ORB/admin:1.0
          16
  1121    CosNaming_s
          IDL:CosNaming/NamingContext:1.0
          16