WebSphere Application Server をインスツルメントする場合のヒント

WebSphere® Application Server をインスツルメントして応答時間明細データを収集する場合、以下のヒントに従います。

正しい情報を Application Server Instrumenter に指定する必要があります。

「サーバー・ホーム」は、WebSphere Application Server インストール・ディレクトリーの絶対パスです。Microsoft Windows の場合、デフォルトのサーバー・ホームは C:¥Program Files¥IBM¥WebSphere¥AppServer です。Linux および AIX® の場合、デフォルトのサーバー・ホームは /opt/IBM/WebSphere/AppServer です。

「サーバー名」は、インスツルメントする WebSphere Application Server インスタンスの名前です。サーバー名のリストを表示するには、bin ディレクトリーに移動し、コマンド・プロンプトに wsadmin -conntype none -c "puts stdout [$AdminConfig list Server]" というコマンドを入力します。

以下は、このコマンドからの出力例です。

WASX7357I: By request, this scripting client is not connected to any server process. Certain configuration and application operations will be available in local mode. server1(cells/MachinenameNode01Cell/nodes/MachinenameNode01/servers/server1|server.xml#Server_1183122130078)

この場合、server1 がサーバー名です。

「プロファイル名」は、インスツルメントするサーバーに関連付けられたプロファイルの名前です。

WebSphere Application Server のプロファイルのリストを表示するには、bin ディレクトリーに移動し、コマンド・プロンプトに manageprofiles -listProfiles と入力します。Microsoft Windows の場合、デフォルトの bin ディレクトリーは C:¥Program Files¥IBM¥WebSphere¥AppServer¥bin です。Linux および AIX の場合、デフォルトの bin ディレクトリーは /opt/IBM/WebSphere/AppServer/bin です。


フィードバック