WebSphere Message Broker バージョン 8.0.0.5 オペレーティング・システム: AIX、HP-Itanium、Linux、Solaris、Windows、z/OS

製品の最新バージョンについては、IBM Integration Bus バージョン 9.0 をご覧ください。

メッセージ・フローのアカウンティングおよび統計に関するユーザー・トレース・エントリーの例

この例では、メッセージ・フローのアカウンティングおよび統計データを含むユーザー・トレースについて示されています。

以下の例では、スナップショット・レポートで生成される内容が示されています。 トレースに書き込まれるメッセージは、メッセージ・フローの名前が myExampleFlow であり、ブローカー MQ01BRK 上の default という名前の実行グループで実行していることを示しています。 メッセージ・フローには、以下のノードが含まれています。
  • inNode という名前の MQInput ノード
  • First1 という名前の Compute ノード
  • outNode という名前の MQOutput ノード

ノードは 1 つに接続されます (接続ごとに Out ターミナルから In ターミナルへ)。

統計が収集されたインターバルの間に、このメッセージ・フローでは 150 の入力メッセージが処理されました。

レコードは、2 つのスレッドがこのメッセージ・フローに割り当てられていることを示しています。 一方のスレッドは、メッセージ・フローのデプロイ時に割り当てられます (デフォルト番号)。 別のスレッド (スレッド 0) は、入力キューで listen します。 listen するスレッドは、そのメッセージ・フロー用に構成されているインスタンスの数、および入力キューでの入力メッセージの到着率に応じて、入力メッセージを処理するために別のスレッドを開始します。

次のコマンドを発行し、以下の結果になりました。
mqsichangeflowstats MQ01BRK -s -c active -e default -f myExampleFlow -n advanced -t basic -b basic

トレース・エントリーが mqsireadlog コマンドで取り出され、mqsiformatlog コマンドを使用してフォーマット設定されます。 mqsiformatlog からの出力を次の例に示します。 読みやすくするために、改行が加えられています。

ブローカーは、統計およびアカウンティングに関する情報をオペレーティング・システムから取得します。 Windows、UNIX、および Linux のようなオペレーティング・システムにおいては、プロセッサー時間を決定するために使用されるシステム・コールが十分に細分化されていないために、丸めが生じる可能性があります。 この丸めは、データの精度に影響を与える場合があります。

BIP2380I: WMQI message flow statistics. ProcessID='328467', Key='6', Type='SnapShot', Reason='Snapshot', 
BrokerLabel='MQ01BRK', BrokerUUID='18792e66-e100-0000-0080-f197e5ed81bd', 
ExecutionGroupName='default', ExecutionGroupUUID='15d4314a-3607-11d4-8000-09140f7b0000', 
MessageFlowName='myExampleFlow', 
StartDate='2003-05-20', StartTime='13:44:31.885862', 
EndDate='2003-05-20', EndTime='13:44:51.310080', 
TotalElapsedTime='9414843', MaximumElapsedTime='1143442', MinimumElapsedTime='35154', 
TotalCPUTime='760147', MaximumCPUTime='70729', MinimumCPUTime='3124', 
CPUTimeWaitingForInputMessage='45501', ElapsedTimeWaitingForInputMessage='11106438', 
TotalInputMessages='150', TotalSizeOfInputMessages='437250', 
MaximumSizeOfInputMessages='2915', MinimumSizeOfInputMessages='2915', 
NumberOfThreadsInPool='1', TimesMaximumNumberOfThreadsReached='150', 
TotalNumberOfMQErrors='0', TotalNumberOfMessagesWithErrors='0', 
TotalNumberOfErrorsProcessingMessages='0', TotalNumberOfTimeOuts='0', 
TotalNumberOfCommits='150', TotalNumberOfBackouts='0', AccountingOrigin="DEPT2". 
Statistical information for message flow 'myExampleFlow' in broker 'MQ01BRK'. 
This is an information message produced by WMQI statistics. 

BIP2381I: WMQI thread statistics. ProcessID='328467', Key='6', Number='0', 
TotalNumberOfInputMessages='0', 
TotalElapsedTime='0', TotalCPUTime='0', CPUTimeWaitingForInputMessage='110', 
ElapsedTimeWaitingForInputMessage='5000529', TotalSizeOfInputMessages='0', 
MaximumSizeOfInputMessages='0', MinimumSizeOfInputMessages='0'. 
Statistical information for thread '0'. 
This is an information message produced by WMQI statistics. 

BIP2381I: WMQI thread statistics. ProcessID='328467', Key='6', Number='18', 
TotalNumberOfInputMessages='150', 
TotalElapsedTime='9414843', TotalCPUTime='760147', CPUTimeWaitingForInputMessage='45391', 
ElapsedTimeWaitingForInputMessage='6105909', TotalSizeOfInputMessages='437250', 
MaximumSizeOfInputMessages='2915', MinimumSizeOfInputMessages='2915'. 
Statistical information for thread '18'. 
This is an information message produced by WMQI statistics.
BIP2382I: WMQI node statistics. ProcessID='328467', Key='6', 
Label='First1', Type='ComputeNode', 
TotalElapsedTime='6428815', MaximumElapsedTime='138261', MinimumElapsedTime='28367', 
TotalCPUTime='604060', MaximumCPUTime='69645', MinimumCPUTime='2115', 
CountOfInvocations='150', NumberOfInputTerminals='1', NumberOfOutputTerminals='2'. 
Statistical information for node 'First1'. 
This is an information message produced by WMQI statistics. 

BIP2383I: WMQI terminal statistics. ProcessID='328467', Key='6', 
Label='failure', Type='Output', CountOfInvocations='0', 
Statistical information for terminal 'failure'. 
This is an information message produced by WMQI statistics.  

BIP2383I: WMQI terminal statistics. ProcessID='328467', Key='6', 
Label='in', Type='Input', CountOfInvocations='150', 
Statistical information for terminal 'in'. 
This is an information message produced by WMQI statistics.

BIP2383I: WMQI terminal statistics. ProcessID='328467', Key='6', 
Label='out', Type='Output', CountOfInvocations='150', 
Statistical information for terminal 'out'. 
This is an information message produced by WMQI statistics. 
BIP2382I: WMQI node statistics. ProcessID='328467', Key='6', 
Label='inNode', Type='MQInputNode', 
TotalElapsedTime='1813446', MaximumElapsedTime='1040209', MinimumElapsedTime='1767', 
TotalCPUTime='70565', MaximumCPUTime='686', MinimumCPUTime='451', 
CountOfInvocations='150', NumberOfInputTerminals='0', NumberOfOutputTerminals='3'. 
Statistical information for node 'inNode'. 
This is an information message produced by WMQI statistics. 

BIP2383I: WMQI terminal statistics. ProcessID='328467', Key='6', 
Label='catch', Type='Output', CountOfInvocations='0', 
Statistical information for terminal 'catch'. 
This is an information message produced by WMQI statistics. 

BIP2383I: WMQI terminal statistics. ProcessID='328467', Key='6', 
Label='failure', Type='Output', CountOfInvocations='0', 
Statistical information for terminal 'failure'. 
This is an information message produced by WMQI statistics. 

BIP2383I: WMQI terminal statistics. ProcessID='328467', Key='6', 
Label='out', Type='Output', CountOfInvocations='150', 
Statistical information for terminal 'out'. 
This is an information message produced by WMQI statistics. 

BIP2382I: WMQI node statistics. ProcessID='328467', Key='6', 
Label='outNode', Type='MQOutputNode', 
TotalElapsedTime='1172582', MaximumElapsedTime='177516', MinimumElapsedTime='3339', 
TotalCPUTime='85522', MaximumCPUTime='762', MinimumCPUTime='536', 
CountOfInvocations='150', NumberOfInputTerminals='1', NumberOfOutputTerminals='2'. 
Statistical information for node 'outNode'. 
This is an information message produced by WMQI statistics. 

BIP2383I: WMQI terminal statistics. ProcessID='328467', Key='6', 
Label='failure', Type='Output', CountOfInvocations='0', 
Statistical information for terminal 'failure'. 
This is an information message produced by WMQI statistics. 

BIP2383I: WMQI terminal statistics. ProcessID='328467', Key='6', 
Label='in', Type='Input', CountOfInvocations='150', 
Statistical information for terminal 'in'. 
This is an information message produced by WMQI statistics. 

BIP2383I: WMQI terminal statistics. ProcessID='328467', Key='6', 
Label='out', Type='Output', CountOfInvocations='0', 
Statistical information for terminal 'out'. 
This is an information message produced by WMQI statistics.
特記事項 | 商標 | ダウンロード | ライブラリー | サポート | フィードバック

Copyright IBM Corporation 1999, 2014Copyright IBM Corporation 1999, 2014.

        
        最終更新:
        
        最終更新: 2015-02-28 17:45:38


参照トピック参照トピック | バージョン 8.0.0.5 | ac19070_