ページの先頭行へ戻る
Interstage Application Server V12.2.0 Java EE運用ガイド(Java EE 6編)
FUJITSU Software

9.1.1 性能情報の管理に使用するコマンド

9.1.1.1 enable-monitoringサブコマンド

形式

enable-monitoring --modules module-name[:module-name]... [--target target]

機能説明

Systemwalker Service Quality Coordinatorによる性能情報の管理の採取対象の監視レベルをHIGHに設定します。

asadminコマンドの利用方法・注意事項については、「10.1 asadmin」も参照してください。

また共通オプションについては、「10.1.2 asadminコマンドの共通オプション」を参照してください。

オプション

オプション名

簡略名

説明

--modules

なし

指定された採取対象の監視レベルをHIGHに設定します。

指定できるmodule-nameは以下のとおりです。module-nameと採取対象の関係は「性能情報の管理に関する定義項目」-「監視レベル」を参照してください。

jvm、http-service、thread-pool、orb、transaction-service、jdbc-connection-pool、connector-connection-pool、ejb-container

--target

なし

対象のInterstage Java EE 6 DASサービスのインスタンス名(server)/IJServerクラスタ名を指定します。省略値は「server」です。

戻り値

0: 正常終了
1: 異常終了

使用例

以下のように実行します。

C:\Interstage\F3FMisje6\glassfish\bin\asadmin enable-monitoring --modules jvm:thread-pool:transaction-service:jdbc-connection-pool --target IJServer001
Command enable-monitoring executed successfully.

/opt/FJSVisje6/glassfish/bin/asadmin enable-monitoring --modules jvm:thread-pool:transaction-service:jdbc-connection-pool --target IJServer001
Command enable-monitoring executed successfully.

9.1.1.2 disable-monitoringサブコマンド

形式

disable-monitoring --modules module-name[:module-name]... [--target target]

機能説明

Systemwalker Service Quality Coordinatorによる性能情報の管理の採取対象の監視レベルをOFFに設定します。

asadminコマンドの利用方法・注意事項については、「10.1 asadmin」も参照してください。

また共通オプションについては、「10.1.2 asadminコマンドの共通オプション」を参照してください。

オプション

オプション名

簡略名

説明

--modules

なし

指定された採取対象の監視レベルをOFFに設定します。

指定できるmodule-nameは以下のとおりです。module-nameと採取対象の関係は「性能情報の管理に関する定義項目」-「監視レベル」を参照してください。

jvm、http-service、thread-pool、orb、transaction-service、jdbc-connection-pool、connector-connection-pool、ejb-container

--target

なし

対象のInterstage Java EE 6 DASサービスのインスタンス名(server)/IJServerクラスタ名を指定します。省略値は「server」です。

戻り値

0: 正常終了
1: 異常終了

使用例

以下のように実行します。

C:\Interstage\F3FMisje6\glassfish\bin\asadmin disable-monitoring --modules jvm:thread-pool:transaction-service:jdbc-connection-pool --target IJServer001
Command disable-monitoring executed successfully.

/opt/FJSVisje6/glassfish/bin/asadmin disable-monitoring --modules jvm:thread-pool:transaction-service:jdbc-connection-pool --target IJServer001
Command disable-monitoring executed successfully.