Interstage Application Serverにおいて、CORBAサーバアプリケーションの現在のスレッド数を確認する方法を教えてください。

CORBAサーバアプリケーションの現在のスレッド数を確認する方法を教えてください。
odlistprocコマンドで確認できます。以下を実行してください。

 odlistproc -i -t

・ 確認例

# odlistproc -i -t
PID    NAME(command line)
       ImplementationRepositoryID
       ThreadConcurrency
10706  /opt/FSUNod/bin/OD_start -M default
       IDL:OM_ORB/admin:1.0
       16
11287  ./simple_s
       IDL:ODsample/stringtest:1.0
       32

上記の場合、simple_sの現在のスレッド数は32です。

製品・サービス区分 Interstage
製品・サービス情報
対象製品 Interstage Application Server
バージョン V9, V8, V7, V6
プラットフォーム Windows, Solaris, Linux
アンサー種別 運用/保守
このページの先頭へ