JPH09244998A - On-line program performance information sampling device and sampling method - Google Patents

On-line program performance information sampling device and sampling method

Info

Publication number
JPH09244998A
JPH09244998A JP8057310A JP5731096A JPH09244998A JP H09244998 A JPH09244998 A JP H09244998A JP 8057310 A JP8057310 A JP 8057310A JP 5731096 A JP5731096 A JP 5731096A JP H09244998 A JPH09244998 A JP H09244998A
Authority
JP
Japan
Prior art keywords
performance information
online
processing
transaction processing
transaction
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP8057310A
Other languages
Japanese (ja)
Inventor
Yasuhiro Wake
康裕 和気
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP8057310A priority Critical patent/JPH09244998A/en
Publication of JPH09244998A publication Critical patent/JPH09244998A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PROBLEM TO BE SOLVED: To efficiently record the performance information of a transaction processing. SOLUTION: A communication management means 1 receives a transaction processing request from a user. Before starting a transaction corresponding to the processing request, a transaction processing monitoring means 3 samples the performance information of the transaction and an on-line program 2 executes the transaction corresponding to the processing request. At the end of the transaction, the transaction processing monitoring means 3 obtains the performance information of the transaction by sampling the performance information of the transaction and subtracting the performance information sampled before starting the transaction. A performance information working means 4 collates the performance information with predetermined performance information working conditions and works it to a recording form corresponding to a corresponding procedure. A performance information recording means 5 records the performance information worked into the recording form in a performance information storage area 6.

Description

【発明の詳細な説明】Detailed Description of the Invention

【発明の属する技術分野】本発明は、オンラインプログ
ラムのトランザクション処理の実行性能を監視および分
析するために必要な情報を採取するオンラインプログラ
ム性能情報採取装置および採取方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an online program performance information collecting device and a collecting method for collecting information necessary for monitoring and analyzing execution performance of transaction processing of an online program.

【0001】[0001]

【従来の技術】特開平4−239962号公報には、オ
ンラインプログラムのトランザクション発生時、各トラ
ンザクションの性能情報を採取し、該性能情報に対して
予め利用者によって定められた情報の要・不要の判定処
理を実施し、要と判定されたトランザクションの性能情
報のみを採取する技術が記載されている。
2. Description of the Related Art Japanese Unexamined Patent Publication (Kokai) No. 4-239962 discloses that performance information of each transaction is collected when a transaction of an online program occurs, and whether the performance information does not require information predetermined by a user. A technique is described in which a determination process is performed and only the performance information of a transaction determined to be necessary is collected.

【0002】[0002]

【発明が解決しようとする課題】上述した従来の技術に
おいては、トランザクションの性能情報の内容に応じ
て、情報の要・不要を判定し、必要と判断された情報の
みを採取しているので、採取する情報の量や質を、情報
の内容に応じてきめ細かく制御することが困難であると
いう問題点があった。
In the above-mentioned conventional technique, the necessity / unnecessity of the information is determined according to the content of the performance information of the transaction, and only the information determined to be necessary is collected. There is a problem that it is difficult to finely control the amount and quality of collected information according to the content of the information.

【0003】本発明の目的は、オンラインプログラムの
トランザクション処理の性能監視および性能分析作業を
容易に実施することができることにある。
An object of the present invention is to facilitate performance monitoring and performance analysis work of transaction processing of online programs.

【0004】本発明の他の目的は、オンラインプログラ
ムのトランザクション処理の性能情報を効率良く記録す
ることにある。
Another object of the present invention is to efficiently record performance information of transaction processing of an online program.

【0005】[0005]

【課題を解決するための手段】本発明の第1のオンライ
ンプログラム性能情報採取装置は、オンライントランザ
クション処理の開始要求を受け付ける通信管理手段と、
前記通信管理手段が受け付けたオンライントランザクシ
ョン処理の開始要求に対応するトランザクション処理を
実行するオンラインプログラムと、前記オンラインプロ
グラムによるオンライントランザクション処理の開始時
および終了時に、該トランザクション処理に関する性能
情報を採取するトランザクション処理監視手段と、前記
トランザクション処理監視手段が採取した性能情報を予
め設定した方法にしたがって加工する性能情報加工手段
と、前記性能情報加工手段が加工した性能情報を性能情
報蓄積領域に記録する性能情報記録手段とから構成され
ている。
A first online program performance information collection device of the present invention comprises a communication management means for accepting a start request for online transaction processing,
An online program that executes a transaction process corresponding to an online transaction process start request accepted by the communication management means, and a transaction process that collects performance information regarding the transaction process at the start and end of the online transaction process by the online program. Monitoring means, performance information processing means for processing the performance information collected by the transaction processing monitoring means according to a preset method, and performance information recording for recording the performance information processed by the performance information processing means in a performance information storage area And means.

【0006】本発明の第2のオンラインプログラム性能
情報採取装置は、第1のオンラインプログラム性能情報
採取装置において、前記性能情報が、該性能情報採取時
の時刻と前記オンラインプログラムの該性能情報採取時
点までのCPU使用時間およびIO発行回数とであるこ
とを特徴とする。
A second online program performance information collecting device of the present invention is the first online program performance information collecting device, wherein the performance information is the time when the performance information is collected and the performance information collecting time of the online program. It is characterized by the CPU usage time up to and the number of times of issuing IO.

【0007】本発明の第3のオンラインプログラム性能
情報採取装置は、第1および第2のオンラインプログラ
ム性能情報採取装置において、前記トランザクション処
理監視手段が、前記オンラインプログラムによるオンラ
イントランザクション処理の開始時および終了時に該オ
ンライントランザクション処理に関する性能情報を採取
し、終了時に採取した性能情報と開始時に採取した性能
情報との差分を該オンライントランザクション処理に要
した性能情報とすることを特徴とする。
A third online program performance information collecting device of the present invention is the first and second online program performance information collecting devices, wherein the transaction processing monitoring means starts and ends online transaction processing by the online program. The performance information relating to the online transaction processing is sometimes collected, and the difference between the performance information collected at the end and the performance information collected at the start is used as the performance information required for the online transaction processing.

【0008】本発明の第4のオンラインプログラム性能
情報採取装置は、第1〜第3のいずれかのオンラインプ
ログラム性能情報採取装置において、前記性能情報加工
手段が、前記トランザクション処理監視手段が採取した
性能情報の量を予め設定した方法にしたがって削減する
ことを特徴とする。
A fourth online program performance information collecting device of the present invention is the online program performance information collecting device according to any one of the first to third embodiments, wherein the performance information processing means collects the performance collected by the transaction processing monitoring means. It is characterized in that the amount of information is reduced according to a preset method.

【0009】本発明の第5のオンラインプログラム性能
情報採取装置は、第4のオンラインプログラム性能情報
採取装置において、前記性能情報加工手段が、オンライ
ントランザクション処理の処理時間に応じて、前記トラ
ンザクション処理監視手段が採取した性能情報の取捨選
択、情報精度の調節、および情報の圧縮処理を行い、該
性能情報の量を削減することを特徴とする。
A fifth online program performance information collecting device of the present invention is the fourth online program performance information collecting device, wherein the performance information processing means has the transaction processing monitoring means according to a processing time of online transaction processing. The feature is that the amount of the performance information is reduced by performing selection of the performance information collected by, the adjustment of the information accuracy, and the compression processing of the information.

【0010】本発明の第1のオンラインプログラム性能
情報採取方法は、オンライントランザクション処理の開
始時および終了時に、該トランザクション処理に関する
性能情報を採取するトランザクション処理監視ステップ
と、トランザクション処理監視ステップにおいて採取し
た性能情報を予め設定した方法にしたがって加工する性
能情報加工ステップと、性能情報加工ステップにおいて
加工した性能情報を記録する性能情報記録ステップとを
含む。
A first online program performance information collecting method of the present invention is a transaction processing monitoring step for collecting performance information about the transaction processing at the start and end of the online transaction processing, and a performance collected at the transaction processing monitoring step. The method includes a performance information processing step of processing information according to a preset method, and a performance information recording step of recording performance information processed in the performance information processing step.

【0011】本発明の第2のオンラインプログラム性能
情報採取方法は、第1のオンラインプログラム性能情報
採取方法において、前記性能情報が、該性能情報採取時
の時刻と前記オンラインプログラムの該性能情報採取時
点までのCPU使用時間およびIO発行回数とであるこ
とを特徴とする。
A second online program performance information collecting method of the present invention is the first online program performance information collecting method, wherein the performance information is the time when the performance information is collected and the performance information collecting time of the online program. It is characterized by the CPU usage time up to and the number of times of issuing IO.

【0012】本発明の第3のオンラインプログラム性能
情報採取方法は、第1および第2のオンラインプログラ
ム性能情報採取方法において、前記トランザクション処
理監視ステップが、前記オンライントランザクション処
理の開始時および終了時に該オンライントランザクショ
ン処理に関する性能情報を採取し、終了時に採取した性
能情報と開始時に採取した性能情報との差分を該オンラ
イントランザクション処理に要した性能情報とすること
を特徴とする。
A third online program performance information collecting method according to the present invention is the first and second online program performance information collecting methods, wherein the transaction processing monitoring step is performed at the start and end of the online transaction processing. The performance information relating to the transaction processing is collected, and the difference between the performance information collected at the end and the performance information collected at the start is used as the performance information required for the online transaction processing.

【0013】本発明の第4のオンラインプログラム性能
情報採取方法は、第1〜第3のいずれかのオンラインプ
ログラム性能情報採取方法において、前記性能情報加工
ステップが、前記トランザクション処理監視ステップに
おいて採取した性能情報の量を予め設定した方法にした
がって削減することを特徴とする。
A fourth online program performance information collecting method of the present invention is the online program performance information collecting method according to any one of the first to third embodiments, wherein the performance information processing step includes the performance collected in the transaction processing monitoring step. It is characterized in that the amount of information is reduced according to a preset method.

【0014】本発明の第5のオンラインプログラム性能
情報採取方法は、第4のオンラインプログラム性能情報
採取方法において、前記性能情報加工ステップが、オン
ライントランザクション処理の処理時間に応じて、前記
トランザクション処理監視ステップにおいて採取した性
能情報の取捨選択、情報精度の調節、および情報の圧縮
処理を行い、該性能情報の量を削減することを特徴とす
る。
A fifth online program performance information collecting method of the present invention is the fourth online program performance information collecting method, wherein the performance information processing step comprises the transaction processing monitoring step in accordance with a processing time of online transaction processing. It is characterized in that the amount of the performance information is reduced by performing selection / selection of the performance information collected in (1), adjustment of information accuracy, and compression processing of the information.

【0015】[0015]

【発明の実施の形態】以下、本発明の一実施例につい
て、図を参照しながら詳細に説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS One embodiment of the present invention will be described below in detail with reference to the drawings.

【0016】図1を参照すると、本発明の一実施例であ
るオンラインプログラム性能情報採取装置において、通
信管理手段1は、利用者からのオンライントランザクシ
ョン処理要求を受け付け、該処理要求をオンラインプロ
グラム2に渡して対応するトランザクション処理を行わ
せる。さらに通信管理手段1は、オンラインプログラム
2からトランザクション処理の処理結果を受け取ると、
該処理結果を利用者に通知する。また通信管理手段1
は、利用者からのオンライントランザクション処理要求
を受け付ける毎に、該トランザクション処理の開始およ
び終了時点で、トランザクション処理監視手段3に該ト
ランザクション処理の開始および終了を通知する。
Referring to FIG. 1, in the online program performance information collecting apparatus which is an embodiment of the present invention, the communication management means 1 receives an online transaction processing request from a user and sends the processing request to the online program 2. Pass it to perform the corresponding transaction processing. Further, when the communication management means 1 receives the processing result of the transaction processing from the online program 2,
The processing result is notified to the user. Communication management means 1
Each time the online transaction processing request from the user is accepted, the transaction processing monitoring means 3 is notified of the start and end of the transaction processing at the start and end of the transaction processing.

【0017】トランザクション処理監視手段3は、通信
管理手段1からトランザクション処理の開始および終了
の通知を受けると、その都度、該トランザクション処理
に関する性能情報を採取する。この性能情報とは、該ト
ランザクション処理の処理時間、資源の使用量等、トラ
ンザクション処理の性能監視作業および分析作業に利用
するための情報である。さらにトランザクション処理監
視手段3は、トランザクション処理の終了時点で、採取
した性能情報を性能情報加工手段4に渡す。
When the transaction processing monitoring means 3 receives the notification of the start and end of the transaction processing from the communication management means 1, it collects the performance information about the transaction processing each time. This performance information is information used for performance monitoring work and analysis work of transaction processing, such as processing time of the transaction processing and resource usage. Further, the transaction processing monitoring means 3 passes the collected performance information to the performance information processing means 4 at the end of the transaction processing.

【0018】性能情報加工手段4は、トランザクション
処理監視手段3から渡されたトランザクションの性能情
報を、予め定められた性能情報加工条件に照合し、対応
する手順にしたがって性能情報を記録形式に加工する。
この性能情報の加工とは、性能情報の取捨選択、情報精
度の調節、および情報の圧縮処理等を指す。この後、性
能情報加工手段4は、記録形式に加工した性能情報を性
能情報記録手段5に渡して、性能情報記録を指示する。
The performance information processing means 4 collates the performance information of the transaction passed from the transaction processing monitoring means 3 with a predetermined performance information processing condition, and processes the performance information in a recording format according to a corresponding procedure. .
The processing of performance information refers to selection of performance information, adjustment of information accuracy, compression processing of information, and the like. After that, the performance information processing unit 4 transfers the performance information processed in the recording format to the performance information recording unit 5 to instruct the performance information recording.

【0019】性能情報記録手段5は、性能情報加工手段
4から性能情報記録の指示を受けると、渡された記録形
式の性能情報を、性能情報蓄積領域6に記録する。
When the performance information recording unit 5 receives the performance information recording instruction from the performance information processing unit 4, the performance information recording unit 5 records the passed performance information in the recording format in the performance information storage area 6.

【0020】以下に本発明の一実施例であるオンライン
プログラム性能情報採取装置について、図1〜図2を参
照して説明する。
An online program performance information collecting apparatus according to an embodiment of the present invention will be described below with reference to FIGS.

【0021】通信管理手段1は、利用者が端末から入力
したオンライントランザクション処理要求を受け付ける
(ステップ11)と、該オンライントランザクション処
理を行うべきオンラインプログラム2を特定し(ステッ
プ12)、該オンライントランザクション処理を開始す
る直前に、トランザクション処理監視手段3に対して該
オンライントランザクション処理の開始直前である旨を
通知する(ステップ13)。
When the communication management means 1 receives an online transaction processing request input from the terminal by the user (step 11), the communication management means 1 identifies the online program 2 which should perform the online transaction processing (step 12), and the online transaction processing. Immediately before starting the transaction, the transaction processing monitoring means 3 is notified that the online transaction processing is about to start (step 13).

【0022】トランザクション処理監視手段3は、通信
管理手段1よりオンライントランザクション処理の開始
直前の通知を受ける(ステップ31)と、該オンライン
トランザクション処理を行うオンラインプログラムの現
在までのCPU使用時間およびIO発行回数と、現在の
時刻の情報を採取して記憶する(ステップ32)。
When the transaction processing monitoring means 3 receives a notification from the communication management means 1 immediately before the start of the online transaction processing (step 31), the CPU usage time and the number of IO issuances of the online program for performing the online transaction processing up to the present time. Then, the information of the current time is collected and stored (step 32).

【0023】この後、通信管理手段1は、オンライント
ランザクション処理要求に関する情報を該オンラインプ
ログラム2に渡して処理を行わせる(ステップ14)。
このオンライントランザクション処理要求に関する情報
とは、オンラインプログラム2にオンライントランザク
ション処理を行わせるために必要な各種のパラメータで
ある。
After that, the communication management means 1 passes the information regarding the online transaction processing request to the online program 2 to perform the processing (step 14).
The information on the online transaction processing request is various parameters necessary for causing the online program 2 to perform online transaction processing.

【0024】オンラインプログラム2は、通信管理手段
1からオンライントランザクション処理要求に関する情
報を受け取る(ステップ21)と、受け取った情報に応
じたオンライントランザクション処理を行い、該オンラ
イントランザクション処理が処理すると、処理終了の旨
と処理結果を通信管理手段1に通知する(ステップ2
2)。
When the online program 2 receives the information relating to the online transaction processing request from the communication management means 1 (step 21), it carries out the online transaction processing according to the received information. The effect and the processing result are notified to the communication management means 1 (step 2).
2).

【0025】通信管理手段1は、オンラインプログラム
2からオンライントランザクション処理の終了の通知と
処理結果とを受ける(ステップ15)と、該処理結果を
端末に表示して利用者に通知する(ステップ16)とと
もに、トランザクション処理監視手段3に対して該オン
ライントランザクション処理が終了した旨を通知する
(ステップ17)。
When the communication management means 1 receives the notification of the end of online transaction processing and the processing result from the online program 2 (step 15), it displays the processing result on the terminal and notifies the user (step 16). At the same time, it notifies the transaction processing monitoring means 3 that the online transaction processing has been completed (step 17).

【0026】トランザクション処理監視手段3は、通信
管理手段1からオンライントランザクション処理の終了
の通知を受ける(ステップ33)と、該オンライントラ
ンザクションの処理を行ったオンラインプログラムの現
在までのCPU使用時間およびIO発行回数と、現在の
時刻の情報を採取する(ステップ34)。トランザクシ
ョン処理監視手段3は、ステップ34で採取した性能情
報からステップ32で採取した性能情報を減算し、該オ
ンライントランザクションの処理に要したCPU使用時
間とIO発行回数、および該オンライントランザクショ
ンの処理時間の性能情報を求める(ステップ35)。ト
ランザクション処理監視手段3は、ステップ35で求め
たオンライントランザクション処理の性能情報を性能情
報加工手段4に渡す(ステップ36)。
When the transaction processing monitoring means 3 receives a notification of the end of the online transaction processing from the communication management means 1 (step 33), the CPU usage time and the IO issue of the online program that has processed the online transaction up to the present time. Information on the number of times and the current time is collected (step 34). The transaction processing monitoring means 3 subtracts the performance information collected in step 32 from the performance information collected in step 34 to determine the CPU usage time and the number of IO issuances required for the processing of the online transaction, and the processing time of the online transaction. Performance information is obtained (step 35). The transaction processing monitoring means 3 passes the performance information of the online transaction processing obtained in step 35 to the performance information processing means 4 (step 36).

【0027】性能情報加工手段4は、トランザクション
処理監視手段3からオンライントランザクション処理の
性能情報を受ける(ステップ41)と、該性能情報を予
め設定した性能情報加工条件に照合し、該性能情報の加
工方法を決定する(ステップ42)。本実施例では、オ
ンライントランザクション処理に要したCPU使用時間
とオンライントランザクションの処理時間の情報はミリ
秒単位で得られているものとする。加工方法としては、
性能情報の取捨選択、情報精度の調節、および情報の圧
縮処理等の方法を挙げることができるが、例えば以下の
ように定められているとする。
When the performance information processing means 4 receives the performance information of the online transaction processing from the transaction processing monitoring means 3 (step 41), the performance information processing means 4 collates the performance information with preset performance information processing conditions to process the performance information. A method is determined (step 42). In the present embodiment, it is assumed that the information on the CPU usage time required for the online transaction processing and the online transaction processing time is obtained in milliseconds. As a processing method,
Methods such as selection of performance information, adjustment of information accuracy, and compression processing of information can be mentioned. For example, it is assumed that they are defined as follows.

【0028】オンライントランザクションの処理時間に
対して一定の閾値Teを設定し、該オンライントランザ
クション処理時間が閾値Teを越える場合には詳細な情
報として、該オンライントランザクションの処理に要し
たCPU使用時間とIO発行回数、および該オンライン
トランザクションの処理時間の全情報をそのまま記録用
情報とする。処理時間が閾値Teを越えない場合には、
概要の情報としてCPU使用時間と処理時間のみを記録
することとし、なおかつ記録する単位を秒単位として精
度を落とし、記録する情報量を削減する。
A certain threshold value Te is set for the processing time of the online transaction, and when the online transaction processing time exceeds the threshold value Te, the detailed information is the CPU usage time and IO required for the processing of the online transaction. All the information about the number of issuances and the processing time of the online transaction is directly used as the recording information. If the processing time does not exceed the threshold value Te,
Only the CPU usage time and the processing time are recorded as the outline information, and the recording unit is set to the second unit to reduce the accuracy and reduce the amount of information to be recorded.

【0029】このように性能情報加工手段4は、該オン
ライントランザクションの処理時間に応じて性能情報の
加工方法を判定し、その加工方法にしたがって性能情報
を加工し(ステップ43)、性能情報記録手段5に渡し
て性能情報記録を指示する(ステップ44)。
As described above, the performance information processing means 4 determines the processing method of the performance information according to the processing time of the online transaction, processes the performance information according to the processing method (step 43), and the performance information recording means. Then, the performance information recording is instructed (step 44).

【0030】性能情報記録手段5は、性能情報加工手段
4から性能情報記録の指示を受ける(ステップ51)
と、渡された記録形式の性能情報を性能情報蓄積領域6
に記録する(ステップ52)。
The performance information recording means 5 receives a performance information recording instruction from the performance information processing means 4 (step 51).
And the performance information of the passed recording format is stored in the performance information storage area 6
(Step 52).

【0031】以上により、本発明の一実施例であるオン
ラインプログラム性能情報採取装置の処理が完了する。
With the above, the processing of the online program performance information collecting apparatus according to the embodiment of the present invention is completed.

【0032】本発明の一実施例であるオンラインプログ
ラム性能情報採取装置は、オンライントランザクション
の開始直前から終了時までの性能情報を採取するように
し、該オンライントランザクションの処理時間に応じた
加工方法にしたがって該性能情報を加工するようにした
ことにより、該性能情報の蓄積量を調整することがで
き、該性能情報の蓄積領域を有効に利用することができ
るという効果がある。
An online program performance information collecting device according to an embodiment of the present invention collects performance information from immediately before the start of an online transaction to when it ends, and according to a processing method according to the processing time of the online transaction. By processing the performance information, the storage amount of the performance information can be adjusted, and the storage area of the performance information can be effectively used.

【0033】[0033]

【発明の効果】以上説明したように、本発明のオンライ
ンプログラム性能情報採取装置は、オンラインプログラ
ムのトランザクション処理の性能情報を効率良く記録す
ることができる効果を有している。
As described above, the online program performance information collecting apparatus of the present invention has the effect of efficiently recording the performance information of transaction processing of an online program.

【0034】また、オンラインプログラムのトランザク
ション処理の部分のみの性能情報を採取・記録すること
ができるので、該トランザクション処理の性能監視およ
び性能分析作業を容易に実施することができる効果を有
している。
Further, since the performance information of only the transaction processing part of the online program can be collected and recorded, there is an effect that performance monitoring and performance analysis work of the transaction processing can be easily carried out. .

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の一実施例におけるブロック図である。FIG. 1 is a block diagram according to an embodiment of the present invention.

【図2】本発明の一実施例における通信管理手段1、オ
ンラインプログラム2、トランザクション処理監視手段
3、性能情報加工手段4、および性能情報記録手段5の
処理を示す流れ図である。
FIG. 2 is a flow chart showing the processing of a communication management means 1, an online program 2, a transaction processing monitoring means 3, a performance information processing means 4 and a performance information recording means 5 in an embodiment of the present invention.

【符号の説明】[Explanation of symbols]

1 通信管理手段 2 オンラインプログラム 3 トランザクション処理監視手段 4 性能情報加工手段 5 性能情報記録手段 6 性能情報蓄積領域 1 Communication Management Means 2 Online Program 3 Transaction Processing Monitoring Means 4 Performance Information Processing Means 5 Performance Information Recording Means 6 Performance Information Accumulation Area

Claims (10)

【特許請求の範囲】[Claims] 【請求項1】 オンライントランザクション処理の開始
要求を受け付ける通信管理手段と、 前記通信管理手段が受け付けたオンライントランザクシ
ョン処理の開始要求に対応するトランザクション処理を
実行するオンラインプログラムと、 前記オンラインプログラムによるオンライントランザク
ション処理の開始時および終了時に、該トランザクショ
ン処理に関する性能情報を採取するトランザクション処
理監視手段と、 前記トランザクション処理監視手段が採取した性能情報
を予め設定した方法にしたがって加工する性能情報加工
手段と、 前記性能情報加工手段が加工した性能情報を性能情報蓄
積領域に記録する性能情報記録手段とを備えたことを特
徴とするオンラインプログラム性能情報採取装置。
1. A communication management unit that receives a request to start an online transaction process, an online program that executes a transaction process corresponding to the request to start the online transaction process that the communication management unit receives, and an online transaction process by the online program. Transaction processing monitoring means for collecting performance information relating to the transaction processing at the start and end of a transaction, performance information processing means for processing the performance information collected by the transaction processing monitoring means according to a preset method, and the performance information An online program performance information collecting device, comprising: performance information recording means for recording performance information processed by the processing means in a performance information storage area.
【請求項2】 前記性能情報は、該性能情報採取時の時
刻と前記オンラインプログラムの該性能情報採取時点ま
でのCPU使用時間およびIO発行回数とであることを
特徴とする請求項1記載のオンラインプログラム性能情
報採取装置。
2. The online according to claim 1, wherein the performance information includes a time at which the performance information is collected, a CPU usage time of the online program until the performance information is collected, and an IO issue count. A device for collecting program performance information.
【請求項3】 前記トランザクション処理監視手段は、
前記オンラインプログラムによるオンライントランザク
ション処理の開始時および終了時に該オンライントラン
ザクション処理に関する性能情報を採取し、終了時に採
取した性能情報と開始時に採取した性能情報との差分を
該オンライントランザクション処理に要した性能情報と
することを特徴とする請求項1および請求項2記載のオ
ンラインプログラム性能情報採取装置。
3. The transaction processing monitoring means,
Performance information about the online transaction processing is collected at the start and end of the online transaction processing by the online program, and the difference between the performance information collected at the end and the performance information collected at the start is the performance information required for the online transaction processing. The online program performance information collecting device according to claim 1 or 2, wherein:
【請求項4】 前記性能情報加工手段は、前記トランザ
クション処理監視手段が採取した性能情報の量を予め設
定した方法にしたがって削減することを特徴とする請求
項1〜請求項3のいずれかに記載のオンラインプログラ
ム性能情報採取装置。
4. The performance information processing unit reduces the amount of performance information collected by the transaction processing monitoring unit according to a preset method. Online program performance information collection device.
【請求項5】 前記性能情報加工手段は、オンライント
ランザクション処理の処理時間に応じて、前記トランザ
クション処理監視手段が採取した性能情報の取捨選択、
情報精度の調節、および情報の圧縮処理を行い、該性能
情報の量を削減することを特徴とする請求項4記載のオ
ンラインプログラム性能情報採取装置。
5. The performance information processing means selects the performance information collected by the transaction processing monitoring means according to the processing time of online transaction processing,
5. The online program performance information collecting device according to claim 4, wherein the amount of performance information is reduced by adjusting information accuracy and compressing information.
【請求項6】 オンライントランザクション処理の開始
時および終了時に、該トランザクション処理に関する性
能情報を採取するトランザクション処理監視ステップ
と、 トランザクション処理監視ステップにおいて採取した性
能情報を予め設定した方法にしたがって加工する性能情
報加工ステップと、 性能情報加工ステップにおいて加工した性能情報を記録
する性能情報記録ステップとを含むことを特徴とするオ
ンラインプログラム性能情報採取方法。
6. A transaction processing monitoring step for collecting performance information on the transaction processing at the start and end of online transaction processing, and performance information for processing the performance information collected at the transaction processing monitoring step according to a preset method. An online program performance information collection method comprising: a processing step; and a performance information recording step of recording performance information processed in the performance information processing step.
【請求項7】 前記性能情報は、該性能情報採取時の時
刻と前記オンラインプログラムの該性能情報採取時点ま
でのCPU使用時間およびIO発行回数とであることを
特徴とする請求項1記載のオンラインプログラム性能情
報採取方法。
7. The online according to claim 1, wherein the performance information is a time at the time of collecting the performance information, a CPU usage time of the online program up to the time of collecting the performance information, and an IO issue count. How to collect program performance information.
【請求項8】 前記トランザクション処理監視ステップ
は、前記オンライントランザクション処理の開始時およ
び終了時に該オンライントランザクション処理に関する
性能情報を採取し、終了時に採取した性能情報と開始時
に採取した性能情報との差分を該オンライントランザク
ション処理に要した性能情報とすることを特徴とする請
求項6および請求項7記載のオンラインプログラム性能
情報採取方法。
8. The transaction processing monitoring step collects performance information regarding the online transaction processing at the start and end of the online transaction processing, and obtains a difference between the performance information collected at the end and the performance information collected at the start. 8. The online program performance information collection method according to claim 6, wherein the performance information required for the online transaction processing is used.
【請求項9】 前記性能情報加工ステップは、前記トラ
ンザクション処理監視ステップにおいて採取した性能情
報の量を予め設定した方法にしたがって削減することを
特徴とする請求項6〜請求項8のいずれかに記載のオン
ラインプログラム性能情報採取方法。
9. The method according to claim 6, wherein the performance information processing step reduces the amount of performance information collected in the transaction processing monitoring step according to a preset method. Online program performance information collection method.
【請求項10】 前記性能情報加工ステップは、オンラ
イントランザクション処理の処理時間に応じて、前記ト
ランザクション処理監視ステップにおいて採取した性能
情報の取捨選択、情報精度の調節、および情報の圧縮処
理を行い、該性能情報の量を削減することを特徴とする
請求項9記載のオンラインプログラム性能情報採取方
法。
10. The performance information processing step performs selection of performance information collected in the transaction processing monitoring step, adjustment of information accuracy, and information compression processing according to processing time of online transaction processing, 10. The online program performance information collection method according to claim 9, wherein the amount of performance information is reduced.
JP8057310A 1996-03-14 1996-03-14 On-line program performance information sampling device and sampling method Pending JPH09244998A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8057310A JPH09244998A (en) 1996-03-14 1996-03-14 On-line program performance information sampling device and sampling method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8057310A JPH09244998A (en) 1996-03-14 1996-03-14 On-line program performance information sampling device and sampling method

Publications (1)

Publication Number Publication Date
JPH09244998A true JPH09244998A (en) 1997-09-19

Family

ID=13051997

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8057310A Pending JPH09244998A (en) 1996-03-14 1996-03-14 On-line program performance information sampling device and sampling method

Country Status (1)

Country Link
JP (1) JPH09244998A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007074680A1 (en) * 2005-12-26 2007-07-05 Ibm Japan, Ltd. System, method, and program for logging a transaction process and system building method
JP2008537610A (en) * 2004-12-24 2008-09-18 インターナショナル・ビジネス・マシーンズ・コーポレーション Method and system for monitoring transaction-based systems
JP2009116618A (en) * 2007-11-06 2009-05-28 Toshiba Corp Information processing apparatus
WO2010072084A1 (en) * 2008-12-22 2010-07-01 中兴通讯股份有限公司 Log system and log record method for the cms of the ismp-v

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008537610A (en) * 2004-12-24 2008-09-18 インターナショナル・ビジネス・マシーンズ・コーポレーション Method and system for monitoring transaction-based systems
JP4866861B2 (en) * 2004-12-24 2012-02-01 インターナショナル・ビジネス・マシーンズ・コーポレーション Method and system for monitoring transaction-based systems
US8856312B2 (en) 2004-12-24 2014-10-07 International Business Machines Corporation Method and system for monitoring transaction based system
WO2007074680A1 (en) * 2005-12-26 2007-07-05 Ibm Japan, Ltd. System, method, and program for logging a transaction process and system building method
JPWO2007074680A1 (en) * 2005-12-26 2009-06-04 日本アイ・ビー・エム株式会社 System, method, and program for logging transaction processing and system construction method
US8001094B2 (en) 2005-12-26 2011-08-16 International Business Machines Corporation System, method, program, and system implementation method for transaction process logging
JP2009116618A (en) * 2007-11-06 2009-05-28 Toshiba Corp Information processing apparatus
WO2010072084A1 (en) * 2008-12-22 2010-07-01 中兴通讯股份有限公司 Log system and log record method for the cms of the ismp-v

Similar Documents

Publication Publication Date Title
CN105955876B (en) Data monitoring processing method and device
JPH09259011A (en) Log information gathering/analyzing device
JPH09244998A (en) On-line program performance information sampling device and sampling method
EP1622309A2 (en) Method and system for treating events and data uniformly
JP3193120B2 (en) Tool abnormality detection device
JP3852636B2 (en) Status data collection method and control device
JPH05257758A (en) System for sampling transaction execution trace information
JPH05209816A (en) Plant system analyzer
JPH04273355A (en) Automatic collection system for communication information
JPH02217938A (en) Interactive system monitoring system for operator console
NZ329564A (en) Zombie process detecting and notification
JP2500455B2 (en) Retry frequent suppression control method
JPH04320556A (en) Sampling system for transaction execution tracing information
JP2713032B2 (en) Debug information control method for transaction programs
JPH06214832A (en) Terminal work history reproducing device
JPH03246640A (en) Data sampling system
JPH03131948A (en) Communication abnormality detection sampling system
JPS6232816B2 (en)
JPH07129437A (en) Message logging information output system
JPH02235153A (en) Performance evaluating information accumulating system for computer system
JPH02108136A (en) Automatic stop control system for trace information gathering
JPS63249233A (en) Debugging information collecting list
JP2001333138A (en) Protocol analyzer, trigger detector, recoding medium with trigger detection program recorded therein, and board
TW201034409A (en) Mobile network automated end-to-end faults and quality analysis system
KR20010058113A (en) Event statistic method for exchange

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 19990727