getTransactionCount は、集計サービスの期間中に処理されたトランザクションの数に関して、電子掲示板から区画ごとの最新の集計データを返すパラメーターです。戻されるデータの区画数は、setPartitionCount コマンドで設定します。
オプションの [--top <更新間隔>] を渡すと、UNIX の top のように、<更新間隔> 秒ごとに最新のトランザクション・データを表示できます。
使用法: ./wpfadmin getTransactionCount --top 30 --id 10
root@wpfsample3 bin]# ./wpfadmin getTransactionCount --id 2 WASX7209I: Connected to process "Deployment Manager" on node wpfsample3Manager using SOAP connector; The type of process is: DeploymentManager WPFC0065I: Id set to 2 PartitionName TransactionCount TotalResponseTime MinimumTime MaximumTime PK000030 6 1755 64 496 PK000026 6 1472 25 998 PK000025 6 3558 424 792
Related concepts
管理スクリプト (wpfadmin) と使用法