WebSphere Extended Deployment, Version 6.0.x     Operating Systems: AIX, HP-UX, Linux, Solaris, Windows, z/OS

subscribeWPFPMI

subscribeWPFPMI は、区画化機能 (WPF) の非同期 PMI モジュールをサブスクライブするパラメーターです。

以下の例は、このパラメーターの使用法を示しています。

./wpfadmin subscribeWPFPMI [active|cumulative]
[TransactionCount|ResponseTime|FailedTransactionCount]
<application_name><ejb_name><partition_count>
<aggregator_interval>
--c <cluster_name>

active が渡されると、表示データは、集計サービスの期間が終了するたびにリセットされます。cumulative が渡されると、データはリセットされません。TransactionCount が渡されると、処理されたトランザクションの数に関する各区画の最新集計データが戻されます。ResponseTime が渡されると、応答時間の最小値、最大値、および平均値に関する各区画の最新集計データが戻されます。 この 2 つのオプションを指定することにより、ユーザーは、現在最も多くのトランザクションが処理されている区画 (または応答時間が最も長い区画) を、現在までに最も多くのトランザクションが処理された区画の履歴 (または応答時間が最も長かった区画の履歴) に加えて 表示できます。

<application_name> および <ejb_name> は、PMI 統計を保持するアプリケーションおよび EJB を指定します。

<partition_count> は、PMI 統計を保持する区画の数を参照します。例えば、クラスター内の区画数が 10,000 で、partition_count が 20 に設定されている場合は、トランザクション数または応答時間に関して上位 20 区画のみが保管されます。

<aggregator_interval> は、 集計と次の集計の間に集計サービスが待機する間隔を参照します。デフォルト値は 15000 ミリ秒です。

<cluster_name> は、アプリケーションが実行しているクラスターを参照します。wpfModule の PMI 指定レベルが、このクラスター内のどのサーバーに対しても H に設定されていない場合、subscribeWPFPMI は失敗します。

subscribeWPFPMI パラメーターは、整数の ID をユーザーに戻します。ユーザーは、後続のコマンドで統計を収集し、サブスクライブのオプションを更新するときに、この ID を使用します。これらのオプションはすべて個別に設定することもできます。

Example

[root@wpfsample3 bin]# ./wpfadmin subscribeWPFPMI cumulative TransactionCount 
WPFKeyBasedPartitionSample WPFKeyBasedPartition 3 15000 --c cluster1
WASX7209I: Connected to process "Deployment Manager" on node wpfsample3Manager
using SOAP connector;  The type of process is: DeploymentManager
WPFC0065I: Cluster set to cluster1
WPFC0040I: WPF PMI has been subscribed with options range=cumulative, 
type=TransactionCount, application name=WPFKeyBasedPartitionSample,
ejb name=WPFKeyBasedPartition, partition count=3, interval=15000
WPFC0041I: Your client id is 2. Use this in future wpfadmin PMI calls.



Related concepts
管理スクリプト (wpfadmin) と使用法

Reference topic    

Terms of Use | Feedback Last updated: Mar 20, 2006 12:35:11 PM EST
http://publib.boulder.ibm.com/infocenter/wxdinfo/v6r0/index.jsp?topic=?topic=/com.ibm.websphere.xd.doc/info/WPF51/rwpfsubscribeWPFPMI.html

© Copyright IBM 2005, 2006. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)