JPH11288382A - System resource using information collecting device, system resource using information collecting method, and storage medium recorded with program - Google Patents

System resource using information collecting device, system resource using information collecting method, and storage medium recorded with program

Info

Publication number
JPH11288382A
JPH11288382A JP10091363A JP9136398A JPH11288382A JP H11288382 A JPH11288382 A JP H11288382A JP 10091363 A JP10091363 A JP 10091363A JP 9136398 A JP9136398 A JP 9136398A JP H11288382 A JPH11288382 A JP H11288382A
Authority
JP
Japan
Prior art keywords
input
collection
transaction processing
storage area
management means
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
JP10091363A
Other languages
Japanese (ja)
Inventor
Toshiyuki Chiwaki
敏幸 千脇
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 Solution Innovators Ltd
Original Assignee
NEC Solution Innovators Ltd
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 Solution Innovators Ltd filed Critical NEC Solution Innovators Ltd
Priority to JP10091363A priority Critical patent/JPH11288382A/en
Publication of JPH11288382A publication Critical patent/JPH11288382A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)
  • Multi Processors (AREA)

Abstract

PROBLEM TO BE SOLVED: To collect both of performance information for system resources used by individual programs and the performance information for the system resources used by the entire system and to perform accurate performance analysis. SOLUTION: When a message is inputted to a transaction processing means 12 from an input/output device 11, a communication management means 14 issues an information collection start notice to a system management means 15 and the system management means 15 generates a collection information storage area 16 and outputs the conditions of the resource utilization of the system resource 131 utilized by the transaction processing means 12 and the conditions of the resource utilization of the entire system to the system resource 131 to the collection information storage area 16. When an information collection end notice is received from the communication management means 14, the processing of a log write means 17 is activated. The log write means 17 turns the collection information storage area 16 to input and performs output to a log file 18.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、システム資源使用
情報収集装置、システム資源使用情報収集方法、および
プログラムを記録する記録媒体に関し、特に、個々のプ
ログラムが使用するシステム資源に対する性能情報とシ
ステム全体が使用するシステム資源に対する性能情報と
の両方の性能情報を採取するシステム資源使用情報収集
装置、システム資源使用情報収集方法、およびプログラ
ムを記録する記録媒体に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a system resource use information collecting apparatus, a system resource use information collecting method, and a recording medium for recording a program, and more particularly to performance information on system resources used by individual programs and the entire system. The present invention relates to a system resource use information collecting device, a system resource use information collecting method, and a recording medium for recording a program, which collects both performance information and performance information for system resources used by the system.

【0002】[0002]

【従来の技術】従来、コンピュータシステムの性能・負
荷状況を定量的に評価し、分析するにあたって、その分
析に利用可能な編集情報としては、システム全体の性能
情報および各プログラムごとに編集集計された性能情報
の2種類がある。
2. Description of the Related Art Conventionally, when quantitatively evaluating and analyzing the performance and load status of a computer system, editing information that can be used for the analysis is performance information of the entire system and edited and compiled for each program. There are two types of performance information.

【0003】システム全体の性能情報は、システム全体
で使用されるシステム資源に対する性能情報(たとえ
ば、ディスクごとのI/O回数、使用メモリ容量、CP
U時間、ジョブ多重度等)が、一定時間間隔で編集集計
されるものである。
The performance information of the entire system includes performance information on system resources used in the entire system (for example, the number of I / Os per disk, the used memory capacity,
U time, job multiplicity, etc.) are edited and compiled at regular time intervals.

【0004】また、各プログラムごとの性能情報は、オ
ンラインプログラムが使用するシステム資源(たとえ
ば、CPU時間、ディスクI/O回数、使用メモリ容量
等)が、各プログラム単位あるいはトランザクション単
位で編集集計されるものである。
In addition, performance information for each program is compiled and compiled for system resources (for example, CPU time, disk I / O count, used memory capacity, etc.) used by the online program for each program or each transaction. Things.

【0005】従来のこの種の技術としては、たとえば、
「特開平10−3395号公報」記載の技術がある。こ
の技術は、計算機の資源使用情報を収集するにあたり、
過渡的な資源使用情報の採用を避け、資源利用状況を正
確に反映する資源使用情報を設定するものである。具体
的には、時間間隔tごとに計算機資源の使用値を収集
し、2以上の整数をnとするとき連続するn回の資源使
用値を平均した値を時間間隔t×nに関する資源使用値
として設定するものである。
[0005] Conventional techniques of this type include, for example,
There is a technique described in "JP-A-10-3395". This technology is used to collect computer resource usage information.
This avoids the use of transient resource usage information and sets resource usage information that accurately reflects the resource usage status. Specifically, the usage values of the computer resources are collected at each time interval t, and when n is an integer equal to or greater than 2, an average value of n consecutive resource usage values is used as the resource usage value for the time interval t × n. It is set as.

【0006】また、さらに、最新の資源使用値と前回設
定した資源使用値とを比較し、資源使用値が増加してい
る場合には収集の時間間隔tを増加させ、資源使用値が
減少している場合には時間間隔tを減少させるものであ
る。
Further, the latest resource usage value is compared with the previously set resource usage value. If the resource usage value is increasing, the collection time interval t is increased, and the resource usage value decreases. If so, the time interval t is reduced.

【0007】[0007]

【発明が解決しようとする課題】上述した従来の技術の
問題点は、プログラムの性能・負荷状況を基準にその同
一時間帯におけるシステム全体の性能・負荷状況を比較
分析するための性能情報がないため、正確な分析ができ
ないことである。
The problem with the conventional technique described above is that there is no performance information for comparing and analyzing the performance / load status of the entire system in the same time zone based on the performance / load status of the program. Therefore, accurate analysis cannot be performed.

【0008】その理由は、個々のプログラムが使用する
システム資源に対する性能情報とシステム全体が使用す
るシステム資源に対する性能情報との両方の性能情報が
採取できないからである。
The reason is that it is not possible to collect both performance information on system resources used by individual programs and performance information on system resources used by the entire system.

【0009】本発明の目的は、個々のプログラムが使用
するシステム資源に対する性能情報とシステム全体が使
用するシステム資源に対する性能情報との両方の性能情
報を採取し、正確な性能分析を可能とすることである。
An object of the present invention is to collect both performance information on system resources used by individual programs and performance information on system resources used by the entire system, and to enable accurate performance analysis. It is.

【0010】[0010]

【課題を解決するための手段】本発明の第1のシステム
資源使用情報収集装置は、キーボードやディスプレイ装
置を含む入出力装置と、前記入出力装置からのメッセー
ジ入力により起動されオンラインプログラムを実行する
トランザクション処理手段と、ファイルを含むシステム
資源の集合であるシステム資源群と、前記入出力装置−
前記トランザクション処理手段間の仲介を行う通信管理
手段と、前記トランザクション処理手段−前記システム
資源群間の仲介を行うシステム管理手段と、採取情報格
納領域と、ログ書き込み手段と、ログファイルとを備
え、前記入出力装置より前記トランザクション処理手段
へのメッセージ入力が行われると前記システム管理手段
へ情報採取開始通知を発行し、前記トランザクション処
理手段より前記入出力装置へのメッセージ出力が行われ
ると前記システム管理手段へ情報採取終了通知を発行す
る前記通信管理手段と、前記通信管理手段より前記情報
採取開始通知を受けると、採取情報格納領域を生成し、
前記トランザクション処理手段による前記オンラインプ
ログラムの実行における前記システム資源、または前記
システム資源群の利用の状況や、全てのプログラムの実
行における前記オンラインプログラムにより利用されて
いる前記システム資源、または前記システム資源群の利
用の状況を前記採取情報格納領域に出力し、また、前記
通信管理手段より前記情報採取終了通知を受けると、前
記ログ書き込み手段の処理を起動する前記システム管理
手段と、前記採取情報格納領域を入力として前記ログフ
ァイルへの出力を行い、前記採取情報格納領域削除する
ログ書き込み手段と、を有する。
According to a first aspect of the present invention, an apparatus for collecting information on use of system resources includes an input / output device including a keyboard and a display device, and is activated by a message input from the input / output device to execute an online program. Transaction processing means, a system resource group which is a set of system resources including files,
A communication management unit that mediates between the transaction processing units, a system management unit that mediates between the transaction processing unit and the system resource group, a collection information storage area, a log writing unit, and a log file; When a message is input from the input / output device to the transaction processing means, an information collection start notification is issued to the system management means. When a message is output from the transaction processing means to the input / output device, the system management is executed. The communication management means for issuing an information collection end notification to the means, and upon receiving the information collection start notification from the communication management means, generates a collection information storage area;
The use status of the system resources or the system resource group in the execution of the online program by the transaction processing means, and the status of the system resource or the system resource group used by the online program in the execution of all programs. Outputting the status of use to the collection information storage area, and, upon receiving the information collection end notification from the communication management means, activating the processing of the log writing means; and Log writing means for outputting to the log file as input and deleting the collection information storage area.

【0011】本発明の第2のシステム資源使用情報収集
装置は、キーボードやディスプレイ装置を含む入出力装
置と、前記入出力装置からのメッセージ入力により起動
されオンラインプログラムを実行するトランザクション
処理手段と、ファイルを含むシステム資源の集合である
システム資源群と、前記入出力装置−前記トランザクシ
ョン処理手段間の仲介を行う通信管理手段と、前記トラ
ンザクション処理手段−前記システム資源群間の仲介を
行うシステム管理手段と、採取情報格納領域と、ログ書
き込み手段と、ログファイルとを備え、前記入出力装置
より前記トランザクション処理手段へのメッセージ入力
が行われると前記システム管理手段へ情報採取開始通知
を発行し、前記トランザクション処理手段より前記入出
力装置へのメッセージ出力が行われると前記システム管
理手段へ情報採取終了通知を発行する前記通信管理手段
と、前記通信管理手段より前記情報採取開始通知を受け
ると、システム資源群の一部であるI/O装置に対する
I/O処理を発行し、採取情報格納領域を生成し、前記
トランザクション処理手段による前記オンラインプログ
ラムの実行における前記システム資源、前記システム資
源群の利用の状況や、全てのプログラムの実行における
前記オンラインプログラムにより利用されている前記シ
ステム資源、前記システム資源群、および前記I/O装
置の利用の状況を前記採取情報格納領域に出力し、ま
た、前記通信管理手段より前記情報採取終了通知を受け
ると、前記ログ書き込み手段の処理を起動する前記シス
テム管理手段と、前記採取情報格納領域を入力として前
記ログファイルへの出力を行い、前記採取情報格納領域
削除するログ書き込み手段と、を有する。
According to a second aspect of the present invention, there is provided an input / output device including a keyboard and a display device, a transaction processing means which is activated by a message input from the input / output device and executes an online program, A system resource group that is a set of system resources including: a communication management unit that mediates between the input / output device and the transaction processing unit; and a system management unit that mediates between the transaction processing unit and the system resource group. A collection information storage area, a log writing unit, and a log file, and when a message is input from the input / output device to the transaction processing unit, an information collection start notification is issued to the system management unit. A message from the processing means to the input / output device. The communication management unit that issues an information collection end notification to the system management unit when the output is performed, and the I / O device that is a part of the system resource group when the information collection start notification is received from the communication management unit. Issues an I / O process to the system, generates a collection information storage area, and uses the system resources and the system resource group in the execution of the online program by the transaction processing means, and the online status in the execution of all programs. When the system resource, the system resource group, and the use status of the I / O device used by the program are output to the collection information storage area, and the information collection completion notification is received from the communication management unit. The system management means for activating the processing of the log writing means, and the collection information storage area. Performs output to the log file as input, having a log writing unit that deletes the collected data storage area.

【0012】本発明の第1のシステム資源使用情報収集
方法は、キーボードやディスプレイ装置を含む入出力装
置と、前記入出力装置からのメッセージ入力により起動
されオンラインプログラムを実行するトランザクション
処理手段と、ファイルを含むシステム資源の集合である
システム資源群と、前記入出力装置−前記トランザクシ
ョン処理手段間の仲介を行う通信管理手段と、前記トラ
ンザクション処理手段−前記システム資源群間の仲介を
行うシステム管理手段と、採取情報格納領域と、ログ書
き込み手段と、ログファイルとを備えるシステム資源使
用情報収集装置のためのシステム資源使用情報収集方法
であって、(a)前記通信管理手段に、前記入出力装置
からの前記トランザクション処理手段へのメッセージに
よりオンラインプログラムのトランザクション処理が開
始したことを認識させ、前記システム管理手段に対し情
報採取開始を通知させるステップと、(b)前記システ
ム管理手段に、前記情報採取開始通知により、採取情報
格納領域を生成させるステップと、(c)前記システム
管理手段に、前記オンラインプログラムの実行による前
記トランザクション処理手段からの前記システム資源お
よび前記システム資源群の利用状況を前記採取情報格納
領域に出力させるステップと、(d)前記システム管理
手段に、前記オンラインプログラムで使用している前記
システム資源および前記システム資源群に対し、全ての
プログラムでの利用状況を前記採取情報格納領域に出力
させるステップと、(e)前記トランザクション処理手
段に、前記入出力装置に対して終了を示すメッセージ出
力を行わせるステップと、(f)前記通信管理手段に、
終了を示すメッセージにより前記オンラインプログラム
のトランザクション処理が終了したことを認識させ、前
記システム管理手段に対し情報採取終了を通知させるス
テップと、(g)前記システム管理手段に、前記情報採
取終了通知にしたがって前記ログ書き込み手段を起動さ
せるステップと、(h)起動された前記ログ書き込み手
段に、前記採取情報格納領域を入力として前記ログファ
イルへの出力を行わせ、前記採取情報格納領域を削除さ
せるステップと、を含む。
A first method for collecting system resource usage information according to the present invention includes an input / output device including a keyboard and a display device, a transaction processing means which is activated by a message input from the input / output device and executes an online program, A system resource group that is a set of system resources including: a communication management unit that mediates between the input / output device and the transaction processing unit; and a system management unit that mediates between the transaction processing unit and the system resource group. A collection information storage area, a log writing means, and a log file, a system resource usage information collecting method for a system resource usage information collecting apparatus, comprising: (a) Online transaction by means of a message to the transaction processing means. (B) causing the system management means to notify the start of information collection, and (b) causing the system management means to generate a collection information storage area based on the information collection start notification. (C) causing the system management means to output the use status of the system resources and the system resource group from the transaction processing means by executing the online program to the collection information storage area; Causing the system management means to output, to the collection information storage area, the usage status of all of the system resources and the system resource group used in the online program; and (e) performing the transaction processing. Means to the input / output device end A step of causing the message output shown in (f) said communication managing means,
Recognizing the end of the transaction processing of the online program by a message indicating the end, and notifying the system management unit of the end of information collection; and (g) instructing the system management unit in accordance with the information collection end notification. Activating the log writing means; and (h) causing the activated log writing means to output the collected information storage area to the log file as input and to delete the collected information storage area. ,including.

【0013】本発明の第2のシステム資源使用情報収集
方法は、キーボードやディスプレイ装置を含む入出力装
置と、前記入出力装置からのメッセージ入力により起動
されオンラインプログラムを実行するトランザクション
処理手段と、ファイルを含むシステム資源の集合である
システム資源群と、前記入出力装置−前記トランザクシ
ョン処理手段間の仲介を行う通信管理手段と、前記トラ
ンザクション処理手段−前記システム資源群間の仲介を
行うシステム管理手段と、採取情報格納領域と、ログ書
き込み手段と、ログファイルとを備えるシステム資源使
用情報収集装置のためのシステム資源使用情報収集方法
であって、(a)前記通信管理手段に、前記入出力装置
からの前記トランザクション処理手段へのメッセージに
よりオンラインプログラムのトランザクション処理が開
始したことを認識させ、前記システム管理手段に対し情
報採取開始を通知させるステップと、(b)前記システ
ム管理手段に、前記情報採取開始通知を受けると、前記
システム資源群の一部であるI/O装置に対するI/O
処理を発行させるステップと、(c)前記システム管理
手段に、前記情報採取開始通知により、採取情報格納領
域を生成させるステップと、(d)前記システム管理手
段に、前記オンラインプログラムの実行による前記トラ
ンザクション処理手段からの前記システム資源および前
記システム資源群の利用状況を前記採取情報格納領域に
出力させるステップと、(e)前記システム管理手段
に、前記オンラインプログラムで使用している前記シス
テム資源、前記システム資源群および前記I/O装置に
対し、全てのプログラムでの利用状況を前記採取情報格
納領域に出力させるステップと、(f)前記トランザク
ション処理手段に、前記入出力装置に対して終了を示す
メッセージ出力を行わせるステップと、(g)前記通信
管理手段に、終了を示すメッセージにより前記オンライ
ンプログラムのトランザクション処理が終了したことを
認識させ、前記システム管理手段に対し情報採取終了を
通知させるステップと、(h)前記システム管理手段
に、前記情報採取終了通知にしたがって前記ログ書き込
み手段を起動させるステップと、(i)起動された前記
ログ書き込み手段に、前記採取情報格納領域を入力とし
て前記ログファイルへの出力を行わせ、前記採取情報格
納領域を削除させるステップと、を含む。
According to a second method of collecting information on use of system resources of the present invention, an input / output device including a keyboard and a display device, a transaction processing means which is started by a message input from the input / output device and executes an online program, A system resource group that is a set of system resources including: a communication management unit that mediates between the input / output device and the transaction processing unit; and a system management unit that mediates between the transaction processing unit and the system resource group. A collection information storage area, a log writing means, and a log file, a system resource usage information collecting method for a system resource usage information collecting apparatus, comprising: (a) Online transaction by means of a message to the transaction processing means. (B) recognizing that the transaction processing of the program has started, and notifying the system management means of the start of information collection; and (b) receiving the information collection start notification from the system management means. I / O for some I / O devices
Issuing a process; (c) causing the system management means to generate a collection information storage area based on the information collection start notification; and (d) causing the system management means to execute the transaction by executing the online program. Outputting the use status of the system resources and the system resource group from a processing unit to the collection information storage area; and (e) causing the system management unit to output the system resources and the system used by the online program. Causing the resource group and the I / O device to output the usage status of all the programs to the collection information storage area; and (f) providing the transaction processing means with a message indicating completion of the input / output device. Causing the communication management means to end the process; (E) recognizing the end of the transaction processing of the online program by a message to notify the system management means of the end of information collection; and (h) instructing the system management means to log the log in accordance with the information collection end notification. Activating the writing means; and (i) causing the activated log writing means to output the collected information storage area to the log file as input and delete the collected information storage area. Including.

【0014】本発明の第1の記録媒体は、キーボードや
ディスプレイ装置を含む入出力装置と、前記入出力装置
からのメッセージ入力により起動されオンラインプログ
ラムを実行するトランザクション処理手段と、ファイル
を含むシステム資源の集合であるシステム資源群と、前
記入出力装置−前記トランザクション処理手段間の仲介
を行う通信管理手段と、前記トランザクション処理手段
−前記システム資源群間の仲介を行うシステム管理手段
と、採取情報格納領域と、ログ書き込み手段と、ログフ
ァイルとを備えるシステム資源使用情報収集装置のため
の、(a)前記通信管理手段に、前記入出力装置からの
前記トランザクション処理手段へのメッセージによりオ
ンラインプログラムのトランザクション処理が開始した
ことを認識させ、前記システム管理手段に対し情報採取
開始を通知させるステップと、(b)前記システム管理
手段に、前記情報採取開始通知により、採取情報格納領
域を生成させるステップと、(c)前記システム管理手
段に、前記オンラインプログラムの実行による前記トラ
ンザクション処理手段からの前記システム資源および前
記システム資源群の利用状況を前記採取情報格納領域に
出力させるステップと、(d)前記システム管理手段
に、前記オンラインプログラムで使用している前記シス
テム資源および前記システム資源群に対し、全てのプロ
グラムでの利用状況を前記採取情報格納領域に出力させ
るステップと、(e)前記トランザクション処理手段
に、前記入出力装置に対して終了を示すメッセージ出力
を行わせるステップと、(f)前記通信管理手段に、終
了を示すメッセージにより前記オンラインプログラムの
トランザクション処理が終了したことを認識させ、前記
システム管理手段に対し情報採取終了を通知させるステ
ップと、(g)前記システム管理手段に、前記情報採取
終了通知にしたがって前記ログ書き込み手段を起動させ
るステップと、(h)起動された前記ログ書き込み手段
に、前記採取情報格納領域を入力として前記ログファイ
ルへの出力を行わせ、前記採取情報格納領域を削除させ
るステップとをコンピュータに実行させるプログラムを
記録する。
A first recording medium according to the present invention comprises: an input / output device including a keyboard and a display device; a transaction processing means which is activated by a message input from the input / output device to execute an online program; and a system resource including a file. A system resource group, which is a set of: a communication management unit that mediates between the input / output device and the transaction processing unit; a system management unit that mediates between the transaction processing unit and the system resource group; For a system resource usage information collection device comprising an area, a log writing means, and a log file, (a) the communication management means transmits a transaction of an online program by a message from the input / output device to the transaction processing means. Recognize that processing has started, (B) causing the system management means to generate a collection information storage area based on the information collection start notification; and (c) causing the system management means to: Outputting the usage status of the system resources and the system resource group from the transaction processing unit to the collection information storage area by executing the online program; and (d) using the system management unit to execute the online program. Outputting the usage status of all the programs to the collection information storage area for the system resources and the system resource group, and (e) instructing the transaction processing means to terminate the input / output device. And (f) communicating the message. Causing the system management means to recognize that the transaction processing of the online program has been completed by a message indicating the end, and notifying the system management means of the end of the information collection; and (g) Activating the log writing means in accordance with an end notification; and (h) causing the activated log writing means to output the collected information storage area to the log file by inputting the collected information storage area. A program for causing a computer to execute the steps of deleting is recorded.

【0015】本発明の第2の記録媒体は、キーボードや
ディスプレイ装置を含む入出力装置と、前記入出力装置
からのメッセージ入力により起動されオンラインプログ
ラムを実行するトランザクション処理手段と、ファイル
を含むシステム資源の集合であるシステム資源群と、前
記入出力装置−前記トランザクション処理手段間の仲介
を行う通信管理手段と、前記トランザクション処理手段
−前記システム資源群間の仲介を行うシステム管理手段
と、採取情報格納領域と、ログ書き込み手段と、ログフ
ァイルとを備えるシステム資源使用情報収集装置のため
の、(a)前記通信管理手段に、前記入出力装置からの
前記トランザクション処理手段へのメッセージによりオ
ンラインプログラムのトランザクション処理が開始した
ことを認識させ、前記システム管理手段に対し情報採取
開始を通知させるステップと、(b)前記システム管理
手段に、前記情報採取開始通知を受けると、前記システ
ム資源群の一部であるI/O装置に対するI/O処理を
発行させるステップと、(c)前記システム管理手段
に、前記情報採取開始通知により、採取情報格納領域を
生成させるステップと、(d)前記システム管理手段
に、前記オンラインプログラムの実行による前記トラン
ザクション処理手段からの前記システム資源および前記
システム資源群の利用状況を前記採取情報格納領域に出
力させるステップと、(e)前記システム管理手段に、
前記オンラインプログラムで使用している前記システム
資源、前記システム資源群および前記I/O装置に対
し、全てのプログラムでの利用状況を前記採取情報格納
領域に出力させるステップと、(f)前記トランザクシ
ョン処理手段に、前記入出力装置に対して終了を示すメ
ッセージ出力を行わせるステップと、(g)前記通信管
理手段に、終了を示すメッセージにより前記オンライン
プログラムのトランザクション処理が終了したことを認
識させ、前記システム管理手段に対し情報採取終了を通
知させるステップと、(h)前記システム管理手段に、
前記情報採取終了通知にしたがって前記ログ書き込み手
段を起動させるステップと、(i)起動された前記ログ
書き込み手段に、前記採取情報格納領域を入力として前
記ログファイルへの出力を行わせ、前記採取情報格納領
域を削除させるステップとをコンピュータに実行させる
プログラムを記録する。
[0015] A second recording medium of the present invention includes an input / output device including a keyboard and a display device, a transaction processing means which is activated by a message input from the input / output device and executes an online program, and a system resource including a file. A system resource group, which is a set of: a communication management unit that mediates between the input / output device and the transaction processing unit; a system management unit that mediates between the transaction processing unit and the system resource group; For a system resource usage information collection device comprising an area, a log writing means, and a log file, (a) the communication management means transmits a transaction of an online program by a message from the input / output device to the transaction processing means. Recognize that processing has started, And (b) receiving the information collection start notification from the system management means, and performing I / O to an I / O device that is a part of the system resource group. Issuing a process; (c) causing the system management means to generate a collection information storage area based on the information collection start notification; and (d) causing the system management means to execute the transaction by executing the online program. Outputting the use status of the system resources and the system resource group from the processing unit to the collection information storage area; and (e) causing the system management unit to:
Causing the system resources, the system resource group, and the I / O device used in the online program to output usage states of all the programs to the collection information storage area; and (f) the transaction processing Causing the means to output a message indicating the end to the input / output device; and (g) causing the communication management means to recognize that the transaction processing of the online program has ended by a message indicating the end, Causing the system management means to notify the end of information collection; and (h)
Activating the log writing means in accordance with the information collection completion notification; and (i) causing the activated log writing means to output the log information with the collection information storage area as input. And a program for causing a computer to execute the steps of deleting the storage area.

【0016】[0016]

【発明の実施の形態】次に、本発明の第1の実施の形態
について図面を参照して詳細に説明する。図1は、本発
明の第1の実施の形態を示すブロック図である。図1を
参照すると、本発明の第1の実施の形態は、キーボード
やディスプレイ装置等の入出力装置11と、プログラム
制御により動作するトランザクション処理手段12と、
CPUやディスク等のシステム資源群13(資源の集
合、たとえば、1つのディスク等)と、入出力装置11
とトランザクション処理手段12との仲介を行う通信管
理手段14と、トランザクション処理手段12とシステ
ム資源群13との仲介を行うシステム管理手段15と、
採取情報格納領域16と、ログ書き込み手段17と、ロ
グファイル18とを備える。また、システム資源群13
は、システム資源131を含む。
Next, a first embodiment of the present invention will be described in detail with reference to the drawings. FIG. 1 is a block diagram showing a first embodiment of the present invention. Referring to FIG. 1, a first embodiment of the present invention includes an input / output device 11 such as a keyboard and a display device, a transaction processing unit 12 operated by program control,
A system resource group 13 (a set of resources, for example, one disk, etc.) such as a CPU and a disk;
A communication management means 14 for mediating between the transaction processing means 12 and the transaction processing means 12, a system management means 15 for mediating between the transaction processing means 12 and the system resource group 13,
It includes a collection information storage area 16, a log writing unit 17, and a log file 18. Also, the system resource group 13
Includes system resources 131.

【0017】通信管理手段14は、入出力装置11より
トランザクション処理手段12へのメッセージ入力が行
われるとシステム管理手段15へ情報採取開始通知を発
行する。また、トランザクション処理手段12より入出
力装置11へのメッセージ出力が行われるとシステム管
理手段15へ情報採取終了通知を発行する。
The communication management means 14 issues an information collection start notice to the system management means 15 when a message is input from the input / output device 11 to the transaction processing means 12. Further, when a message is output from the transaction processing unit 12 to the input / output device 11, an information collection end notification is issued to the system management unit 15.

【0018】システム管理手段15は、通信管理手段1
4より情報採取開始通知を受けると、採取情報格納領域
16を生成し、トランザクション処理手段12が利用す
るシステム資源131の利用時間あるいはI/O回数等
の資源利用の状況や、システム資源131に対するシス
テム全体の資源利用の状況を採取情報格納領域16に出
力する。また、通信管理手段14より情報採取終了通知
を受けると、ログ書き込み手段17の処理を起動する。
The system management means 15 is a communication management means 1
When the information collection start notification is received from the system resource 4, the collection information storage area 16 is generated, and the usage status of the system resources 131 used by the transaction processing unit 12, such as the usage time or the number of I / Os, The overall resource utilization status is output to the collection information storage area 16. When receiving the information collection end notification from the communication management unit 14, the process of the log writing unit 17 is started.

【0019】また、システム管理手段15は、オンライ
ンプログラム以外のバッチプログラムに関しても同様
に、トランザクション処理手段12が利用するシステム
資源131の利用時間あるいはI/O回数等の資源利用
の状況をシステム全体の資源利用の状況として採取情報
格納領域16に出力する。バッチプログラムは通信管理
手段14を介さずにトランザクション処理手段12(バ
ッチプログラムの場合、プログラムの開始から終了まで
を意味する)に入り、システム管理手段15を経て、前
記システム資源および前記システム資源群を利用し、ま
た通信管理手段14を介さずに終了する。以下、全ての
プログラムとは、オンラインプログラムとバッチプログ
ラムとの両方を含める総称である。また、システム全体
とは、やはりオンラインプログラムとバッチプログラム
とを含めるものである。
The system management unit 15 also determines the status of resource use such as the use time or the number of I / Os of the system resources 131 used by the transaction processing unit 12 for batch programs other than the online program. The information is output to the collection information storage area 16 as the resource use status. The batch program enters the transaction processing unit 12 (in the case of a batch program, means from the start to the end of the program) without passing through the communication management unit 14, and passes the system resources and the system resource group through the system management unit 15. The process ends without using the communication management means 14. Hereinafter, all programs are generic terms including both online programs and batch programs. The entire system also includes an online program and a batch program.

【0020】ログ書き込み手段17は、採取情報格納領
域16を入力としてログファイル18への出力を行い、
採取情報格納領域16を削除して終了する。
The log writing means 17 outputs the collected information storage area 16 to the log file 18 by using the input as the input.
The collection information storage area 16 is deleted, and the process ends.

【0021】次に、本発明の第1の実施の形態の動作に
ついて図2を参照して説明する。図2(a)は、本発明
の第1の実施の形態の動作を示すフローチャートであ
る。図2(b)は、図1のステップS2の詳細フローチ
ャートである。図2(a)、(b)を参照すると、ま
ず、入出力装置11よりトランザクション処理手段12
へメッセージ入力が行われる。
Next, the operation of the first embodiment of the present invention will be described with reference to FIG. FIG. 2A is a flowchart showing the operation of the first embodiment of the present invention. FIG. 2B is a detailed flowchart of step S2 in FIG. Referring to FIGS. 2A and 2B, first, the input / output device 11 sends the transaction processing unit 12.
A message is input to.

【0022】通信管理手段14はそのメッセージにより
オンラインプログラムのトランザクション処理が開始し
たことを認識し、システム管理手段15に対し情報採取
開始を通知する(図2(a)ステップS1)。
The communication management means 14 recognizes from the message that the transaction processing of the online program has started, and notifies the system management means 15 of the start of information collection (step S1 in FIG. 2A).

【0023】システム管理手段15は、情報採取開始通
知により、採取情報格納領域16を生成する(図2
(b)ステップS21)とともに、開始時刻等を採取情
報格納領域16に出力し、トランザクション処理手段1
2からのシステム資源131およびシステム資源群13
の利用状況を採取情報格納領域16に出力し(図2
(b)ステップS22)、そのオンラインプログラムで
使用しているシステム資源131およびシステム資源群
13に対し、全てのプログラムでの利用状況も採取情報
格納領域16に出力する(図2(b)ステップS2
3)。
The system management means 15 generates a collection information storage area 16 in response to the information collection start notification.
(B) Along with step S21), the start time and the like are output to the collection information storage area 16, and the transaction processing means 1
2 and system resource group 13
2 is output to the collection information storage area 16 (FIG. 2).
(B) Step S22) With respect to the system resources 131 and the system resource group 13 used in the online program, the usage status of all the programs is also output to the collection information storage area 16 (FIG. 2 (b) Step S2).
3).

【0024】次に、トランザクション処理手段12は入
出力装置11に対して終了を示すメッセージ出力を行う
(図2(b)ステップS24)。
Next, the transaction processing means 12 outputs a message indicating the end to the input / output device 11 (step S24 in FIG. 2B).

【0025】通信管理手段14は終了を示すメッセージ
によりオンラインプログラムのトランザクション処理が
終了したことを認識し、システム管理手段15に対し情
報採取終了を通知する(図2(a)ステップS3)。
The communication management means 14 recognizes that the transaction processing of the online program has been completed by a message indicating the end, and notifies the system management means 15 of the end of information collection (step S3 in FIG. 2A).

【0026】次に、システム管理手段15は、情報採取
終了通知により、ログ書き込み手段17を起動する(図
2(a)ステップS4)。
Next, the system management means 15 activates the log writing means 17 in response to the information collection end notification (step S4 in FIG. 2A).

【0027】起動されたログ書き込み手段17は、採取
情報格納領域16を入力としてログファイル18への出
力を行い、採取情報格納領域16を削除して終了する
(図2(a)ステップS5)。
The activated log writing means 17 outputs the collected information storage area 16 as an input to the log file 18, deletes the collected information storage area 16, and terminates (step S5 in FIG. 2A).

【0028】次に、さらに詳細に図1、図3を参照して
説明する。図3は、本発明の実施の形態の動作を示す動
作説明図である。図3を参照すると、オンラインプログ
ラムX、Y、Zが処理されている。ここでは、オンライ
ンプログラムXを基準とした性能情報の採取について説
明する。性能採取の時間は、オンラインプログラムXの
開始(図2のT0)から、終了(図2のT1)までであ
る。
Next, a more detailed description will be given with reference to FIGS. FIG. 3 is an operation explanatory diagram showing the operation of the embodiment of the present invention. Referring to FIG. 3, online programs X, Y, and Z are being processed. Here, the collection of the performance information based on the online program X will be described. The time of the performance collection is from the start of the online program X (T0 in FIG. 2) to the end (T1 in FIG. 2).

【0029】オンラインプログラムXは、システム資源
131およびシステム資源132を使用し、オンライン
プログラムYは、システム資源131、133、および
231を使用し、オンラインプログラムZは、システム
資源232および233を使用している。
The online program X uses the system resources 131 and 132, the online program Y uses the system resources 131, 133 and 231 and the online program Z uses the system resources 232 and 233. I have.

【0030】オンラインプログラムXのトランザクショ
ン処理において、オンラインプログラムXのシステム資
源利用状況として採取される情報は以下のようである。 「資源名称−−システム資源131、その利用回数−−2」、 「資源名称−−システム資源132、その利用回数−−1」、 「資源名称−−システム資源群13、その利用回数−−3」。
In the transaction processing of the online program X, information collected as the system resource use status of the online program X is as follows. "Resource name--system resource 131, number of uses--2", "resource name--system resource 132, number of uses --- 1", "resource name--system resource group 13, number of uses --- 3"".

【0031】また、システム全体のシステム資源利用状
況として採取される情報は以下のようである。 「資源名称−−システム資源131、その利用回数−−3」、 「資源名称−−システム資源132、その利用回数−−1」、 「資源名称−−システム資源133、その利用回数−−1」、 「資源名称−−システム資源群13、その利用回数−−5」、 「ジョブ多重度−−X,Yの2」。
Information collected as the system resource use status of the entire system is as follows. "Resource name--system resource 131, the number of uses --- 3", "Resource name--system resource 132, the number of uses --- 1", "Resource name--system resource 133, the number of uses --- 1" , "Resource name--system resource group 13, the number of times of use --- 5", "job multiplicity--two of X and Y".

【0032】このとき、オンラインプログラムZはオン
ラインプログラムXが使用しているシステム資源131
〜132を使用していないので、ジョブ多重度の対象に
はならない。
At this time, the online program Z is the system resource 131 used by the online program X.
132 132 are not used, so they are not subject to job multiplicity.

【0033】次に、システム資源群がディスクであり、
システム資源が個々のファイルである場合について説明
する。システム資源131はディスクaのファイルa
1、システム資源132はディスクaのファイルa2、
システム資源133はディスクaのファイルa3、シス
テム資源231はディスクbのファイルb1、システム
資源232はディスクbのファイルb2、システム資源
233はディスクbのファイルb3とすると、オンライ
ンプログラムXのトランザクション処理において、オン
ラインプログラムXのシステム資源利用状況として採取
される情報は以下のようである。 「資源名称−−ファイルa1、その利用回数−−2」、 「資源名称−−ファイルa2、その利用回数−−1」、 「資源名称−−ディスクa、その利用回数−−3」。
Next, the system resource group is a disk,
A case where the system resources are individual files will be described. System resource 131 is file a on disk a
1, system resources 132 are file a2 on disk a,
Assuming that the system resource 133 is the file a3 of the disk a, the system resource 231 is the file b1 of the disk b, the system resource 232 is the file b2 of the disk b, and the system resource 233 is the file b3 of the disk b. Information collected as the system resource use status of the online program X is as follows. "Resource name--file a1, the number of uses--2", "Resource name--file a2, the number of uses --- 1", "Resource name--disk a, number of uses --- 3".

【0034】また、システム全体のシステム資源利用状
況として採取される情報は以下のようである。 「資源名称−−ファイルa1、その利用回数−−3」、 「資源名称−−ファイルa2、その利用回数−−1」、 「資源名称−−ファイルa3、その利用回数−−1」、 「資源名称−−ディスクa、その利用回数−−5」、 「ジョブ多重度−−X,Yの2」。
The information collected as the system resource use status of the entire system is as follows. "Resource name-file a1, its use count-3", "Resource name-file a2, its use count-1", "Resource name-file a3, its use count-1", "resource Name--disk a, number of uses --- 5 "," job multiplicity--X, Y 2 ".

【0035】このように、範囲の狭いシステム資源から
広いシステム資源にわたり、関連情報が採取される。
As described above, related information is collected from a system resource having a narrow range to a system resource having a wide range.

【0036】次に、本発明の第2の実施の形態について
図1、図4を参照して説明する。図4は、本発明の第2
の実施の形態の動作を示すフローチャートである。図4
を参照すると、本発明の第2の実施の形態は、通信管理
手段14より、情報採取開始通知を受けたシステム管理
手段15は、新たに、全I/O装置に対しI/O処理を
発生し、その時間を測定するとともに、全I/Oをシス
テム全体での情報採取の対象に加える(図4ステップS
6)。ステップS6以外のステップは、第1の実施の形
態のステップと同一である。
Next, a second embodiment of the present invention will be described with reference to FIGS. FIG. 4 shows a second embodiment of the present invention.
9 is a flowchart showing the operation of the embodiment. FIG.
In the second embodiment of the present invention, the system management unit 15 that has received the information collection start notification from the communication management unit 14 newly generates an I / O process for all I / O devices. Then, the time is measured, and all I / Os are added to information collection targets in the entire system (step S in FIG. 4).
6). Steps other than step S6 are the same as the steps of the first embodiment.

【0037】これにより無条件で全I/O装置のI/O
時間とI/O回数等がシステム全体の情報として採取さ
れることになる。
As a result, the I / O of all I / O devices is unconditionally
The time and the number of I / O times are collected as information of the entire system.

【0038】たとえば、図3のような場合であれば、オ
ンラインプログラムXのトランザクション処理におい
て、自己プログラムのシステム資源利用状況として採取
されるのは、第1の実施の形態と同様であるが、システ
ム全体のシステム資源利用状況として新たに以下の情報
が採取される。 「資源名称−−システム資源群23、その利用回数−−
3」。
For example, in the case of FIG. 3, in the transaction processing of the online program X, it is collected as the system resource use status of the own program as in the first embodiment. The following information is newly collected as the overall system resource use status. "Resource name --- system resource group 23, the number of times of use-"
3 ".

【0039】この場合、オンラインプログラムXにおい
て利用されていないディスクのシステム全体としての利
用状況情報が得られるので、たとえば、ディスクに対す
るI/O処理の回数、時間に対する偏りがあった場合
に、他のディスクへの移行等のファイルの再配置の検討
資料として非常に有用な情報になる。
In this case, use status information of the disk not used in the online program X as the entire system can be obtained. For example, when there is a bias in the number of times of I / O processing for the disk and time, the other information is used. This is very useful information for studying the relocation of files such as migration to a disk.

【0040】また、以下のステップを含むシステム資源
使用情報収集方法が実現可能である。 (a)通信管理手段14に、入出力装置11からのトラ
ンザクション処理手段12へのメッセージによりオンラ
インプログラムのトランザクション処理が開始したこと
を認識させ、システム管理手段15に対し情報採取開始
を通知させるステップ(図2(a)ステップS1)と、
(b)システム管理手段15に、情報採取開始通知によ
り、採取情報格納領域16を生成させるステップ(図2
(b)ステップS21)と、(c)システム管理手段1
5に、オンラインプログラムの実行によるトランザクシ
ョン処理手段12からのシステム資源131およびシス
テム資源群13の利用状況を採取情報格納領域16に出
力させるステップ(図2(b)ステップS22)と、
(d)システム管理手段15に、そのオンラインプログ
ラムで使用しているシステム資源131およびシステム
資源群13に対し、全てのプログラムでの利用状況も採
取情報格納領域16に出力させるステップ(図2(b)
ステップS23)と、(e)トランザクション処理手段
12に、入出力装置11に対して終了を示すメッセージ
出力を行わせるステップ(図2(b)ステップS24)
と、(f)通信管理手段14に、終了を示すメッセージ
によりオンラインプログラムのトランザクション処理が
終了したことを認識させ、システム管理手段15に対し
情報採取終了を通知させるステップ(図2(a)ステッ
プS3)と、(g)システム管理手段15に、情報採取
終了通知にしたがってログ書き込み手段17を起動させ
るステップ(図2(a)ステップS4)と、(h)起動
されたログ書き込み手段17に、採取情報格納領域16
を入力としてログファイル18への出力を行わせ、採取
情報格納領域16を削除させるステップ(図2(a)ス
テップS5)。
Further, a system resource use information collecting method including the following steps can be realized. (A) causing the communication management means 14 to recognize that the transaction processing of the online program has started by a message from the input / output device 11 to the transaction processing means 12 and to notify the system management means 15 of the start of information collection ( FIG. 2 (a) step S1),
(B) causing the system management unit 15 to generate the collection information storage area 16 based on the information collection start notification (FIG. 2)
(B) Step S21) and (c) System management means 1
5, a step of outputting the use status of the system resources 131 and the system resource group 13 from the transaction processing means 12 by executing the online program to the collection information storage area 16 (step S22 in FIG. 2B);
(D) causing the system management means 15 to output, to the collection information storage area 16, the usage status of all the programs for the system resources 131 and the system resource group 13 used in the online program (FIG. 2 (b )
Step S23) and (e) a step of causing the transaction processing means 12 to output a message indicating the end to the input / output device 11 (FIG. 2B, step S24).
(F) causing the communication management means 14 to recognize that the transaction processing of the online program has ended by a message indicating the end, and notifying the system management means 15 of the end of information collection (step S3 in FIG. 2A). ), (G) causing the system management means 15 to activate the log writing means 17 in accordance with the information collection completion notification (FIG. 2 (a), step S4), and (h) collecting the collected information by the activated log writing means 17. Information storage area 16
To output the log information to the log file 18 and delete the collection information storage area 16 (step S5 in FIG. 2A).

【0041】また、さらに、以下のステップを含むシス
テム資源使用情報収集方法が実現可能である。 (a)通信管理手段14に、入出力装置11からのトラ
ンザクション処理手段12へのメッセージによりオンラ
インプログラムのトランザクション処理が開始したこと
を認識させ、システム管理手段15に対し情報採取開始
を通知させるステップ(図4ステップS1)と、(b)
システム管理手段15に、情報採取開始通知を受ける
と、システム資源群13またはシステム資源群23の一
部であるI/O装置に対するI/O処理を発行させるス
テップ(図4ステップS6)と、(c)システム管理手
段15に、情報採取開始通知により、採取情報格納領域
16を生成させるステップ(図2(b)ステップS2
1)と、(d)システム管理手段15に、オンラインプ
ログラムの実行によるトランザクション処理手段12か
らのシステム資源131およびシステム資源群13の利
用状況を採取情報格納領域16に出力させるステップ
(図2(b)ステップS22)と、(e)システム管理
手段15に、そのオンラインプログラムで使用している
システム資源131、システム資源群13およびI/O
装置に対し、全てのプログラムでの利用状況も採取情報
格納領域16に出力させるステップ(図2(b)ステッ
プS23)と、(f)トランザクション処理手段12
に、入出力装置11に対して終了を示すメッセージ出力
を行わせるステップ(図2(b)ステップS24)と、
(g)通信管理手段14に、終了を示すメッセージによ
りオンラインプログラムのトランザクション処理が終了
したことを認識させ、システム管理手段15に対し情報
採取終了を通知させるステップ(図2(a)ステップS
3)と、(h)システム管理手段15に、情報採取終了
通知にしたがってログ書き込み手段17を起動させるス
テップ(図2(a)ステップS4)と、(i)起動され
たログ書き込み手段17に、採取情報格納領域16を入
力としてログファイル18への出力を行わせ、採取情報
格納領域16を削除させるステップ(図2(a)ステッ
プS5)。
Further, a system resource use information collecting method including the following steps can be realized. (A) causing the communication management means 14 to recognize that the transaction processing of the online program has started by a message from the input / output device 11 to the transaction processing means 12 and to notify the system management means 15 of the start of information collection ( FIG. 4 step S1) and (b)
Upon receiving the information collection start notification, the system management unit 15 issues an I / O process to an I / O device that is a part of the system resource group 13 or a part of the system resource group 23 (step S6 in FIG. 4); c) causing the system management means 15 to generate the collection information storage area 16 based on the information collection start notification (step S2 in FIG. 2B)
1) and (d) causing the system management means 15 to output the usage status of the system resources 131 and the system resource group 13 from the transaction processing means 12 by executing the online program to the collection information storage area 16 (FIG. 2 (b) Step S22) and (e) In the system management means 15, the system resource 131, the system resource group 13, and the I / O used by the online program are stored.
A step of causing the apparatus to output the usage status of all programs to the collection information storage area 16 (step S23 in FIG. 2B); and (f) the transaction processing means 12
Causing the input / output device 11 to output a message indicating the end (step S24 in FIG. 2B);
(G) A step of causing the communication management means 14 to recognize that the transaction processing of the online program has ended by a message indicating the end, and notifying the system management means 15 of the end of the information collection (step S in FIG. 2A)
3), (h) causing the system management means 15 to activate the log writing means 17 in accordance with the information collection end notification (step S4 in FIG. 2A), and (i) starting the log writing means 17 A step of outputting the collected information storage area 16 to the log file 18 using the input as the input, and deleting the collected information storage area 16 (step S5 in FIG. 2A).

【0042】また、図5に示すように、上記2種のシス
テム資源使用情報収集方法をコンピュータ100に実行
させる記録媒体120も実現可能である。
As shown in FIG. 5, a recording medium 120 for causing the computer 100 to execute the two types of system resource usage information collecting methods can also be realized.

【0043】[0043]

【発明の効果】本発明の第1の効果は、オンラインプロ
グラムのトランザクション処理情報とシステム全体の情
報との比較が容易となることである。
A first effect of the present invention is that it is easy to compare the transaction processing information of an online program with the information of the entire system.

【0044】その理由は、個々のオンラインプログラム
が使用するシステム資源に対する性能情報とシステム全
体が使用するシステム資源に対する性能情報との両方の
性能情報を採取できるからである。
The reason is that both the performance information on the system resources used by the individual online programs and the performance information on the system resources used by the entire system can be collected.

【0045】第2の効果は、個々のトランザクションに
対し、関連情報がまとめて編集出力できることである。
A second effect is that related information can be edited and output collectively for each transaction.

【0046】その理由は、性能情報がプログラム・シス
テムともに同一時間帯で、まとめて採取されるからであ
る。
The reason is that the performance information is collectively collected in the same time zone for both the program and the system.

【0047】第3の効果は、分析にかかる時間の短縮を
図ることができることである。
A third effect is that the time required for analysis can be reduced.

【0048】その理由は、情報の採取時間が、個々のオ
ンラインプログラムの開始から終了までの明確な時間で
あるからである。
The reason is that the information collection time is a clear time from the start to the end of each online program.

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

【図1】本発明の第1の実施の形態を示すブロック図で
ある。
FIG. 1 is a block diagram showing a first embodiment of the present invention.

【図2】本発明の第1の実施の形態の動作を示すフロー
チャートである。
FIG. 2 is a flowchart showing an operation of the first exemplary embodiment of the present invention.

【図3】本発明の実施の形態の動作を示す動作説明図で
ある。
FIG. 3 is an operation explanatory diagram showing an operation of the exemplary embodiment of the present invention.

【図4】本発明の第2の実施の形態の動作を示すフロー
チャートである。
FIG. 4 is a flowchart illustrating an operation of the second exemplary embodiment of the present invention.

【図5】コンピュータと記録媒体とを示すブロック図で
ある。
FIG. 5 is a block diagram showing a computer and a recording medium.

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

11 入出力装置 12 トランザクション処理手段 13 システム資源群 14 通信管理手段 15 システム管理手段 16 採取情報格納領域 17 ログ書き込み手段 18 ログファイル 23 システム資源群 100 コンピュータ 120 記録媒体 131 システム資源 132 システム資源 133 システム資源 231 システム資源 232 システム資源 233 システム資源 DESCRIPTION OF SYMBOLS 11 I / O device 12 Transaction processing means 13 System resource group 14 Communication management means 15 System management means 16 Collection information storage area 17 Log writing means 18 Log file 23 System resource group 100 Computer 120 Recording medium 131 System resources 132 System resources 133 System resources 231 System resources 232 System resources 233 System resources

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 キーボードやディスプレイ装置を含む入
出力装置と、前記入出力装置からのメッセージ入力によ
り起動されオンラインプログラムを実行するトランザク
ション処理手段と、ファイルを含むシステム資源の集合
であるシステム資源群と、前記入出力装置−前記トラン
ザクション処理手段間の仲介を行う通信管理手段と、前
記トランザクション処理手段−前記システム資源群間の
仲介を行うシステム管理手段と、採取情報格納領域と、
ログ書き込み手段と、ログファイルとを備え、 前記入出力装置より前記トランザクション処理手段への
メッセージ入力が行われると前記システム管理手段へ情
報採取開始通知を発行し、前記トランザクション処理手
段より前記入出力装置へのメッセージ出力が行われると
前記システム管理手段へ情報採取終了通知を発行する前
記通信管理手段と、 前記通信管理手段より前記情報採取開始通知を受ける
と、採取情報格納領域を生成し、前記トランザクション
処理手段による前記オンラインプログラムの実行におけ
る前記システム資源、または前記システム資源群の利用
の状況や、全てのプログラムの実行における前記オンラ
インプログラムにより利用されている前記システム資
源、または前記システム資源群の利用の状況を前記採取
情報格納領域に出力し、また、前記通信管理手段より前
記情報採取終了通知を受けると、前記ログ書き込み手段
の処理を起動する前記システム管理手段と、 前記採取情報格納領域を入力として前記ログファイルへ
の出力を行い、前記採取情報格納領域削除するログ書き
込み手段と、を有することを特徴とするシステム資源使
用情報収集装置。
An input / output device including a keyboard and a display device; a transaction processing unit which is activated by a message input from the input / output device to execute an online program; and a system resource group which is a set of system resources including files. Communication management means for mediating between the input / output device and the transaction processing means, system management means for mediating between the transaction processing means and the system resource group, a collection information storage area,
A log writing unit; and a log file. When a message is input from the input / output device to the transaction processing unit, an information collection start notification is issued to the system management unit. A communication management unit that issues an information collection end notification to the system management unit when a message is output to the system management unit; and, when the information collection start notification is received from the communication management unit, generates a collection information storage area, The state of use of the system resources or the group of system resources in the execution of the online program by the processing means, and the use of the system resources or the group of system resources used by the online program in the execution of all programs. Store the status of the collected information The system management means for starting the processing of the log writing means when receiving the information collection end notification from the communication management means, and outputting the collected information storage area as input to the log file And a log writing unit for deleting the collected information storage area.
【請求項2】 キーボードやディスプレイ装置を含む入
出力装置と、前記入出力装置からのメッセージ入力によ
り起動されオンラインプログラムを実行するトランザク
ション処理手段と、ファイルを含むシステム資源の集合
であるシステム資源群と、前記入出力装置−前記トラン
ザクション処理手段間の仲介を行う通信管理手段と、前
記トランザクション処理手段−前記システム資源群間の
仲介を行うシステム管理手段と、採取情報格納領域と、
ログ書き込み手段と、ログファイルとを備え、 前記入出力装置より前記トランザクション処理手段への
メッセージ入力が行われると前記システム管理手段へ情
報採取開始通知を発行し、前記トランザクション処理手
段より前記入出力装置へのメッセージ出力が行われると
前記システム管理手段へ情報採取終了通知を発行する前
記通信管理手段と、 前記通信管理手段より前記情報採取開始通知を受ける
と、システム資源群の一部であるI/O装置に対するI
/O処理を発行し、採取情報格納領域を生成し、前記ト
ランザクション処理手段による前記オンラインプログラ
ムの実行における前記システム資源、前記システム資源
群の利用の状況や、全てのプログラムの実行における前
記オンラインプログラムにより利用されている前記シス
テム資源、前記システム資源群、および前記I/O装置
の利用の状況を前記採取情報格納領域に出力し、また、
前記通信管理手段より前記情報採取終了通知を受ける
と、前記ログ書き込み手段の処理を起動する前記システ
ム管理手段と、 前記採取情報格納領域を入力として前記ログファイルへ
の出力を行い、前記採取情報格納領域削除するログ書き
込み手段と、を有することを特徴とするシステム資源使
用情報収集装置。
2. An input / output device including a keyboard and a display device, a transaction processing means activated by a message input from the input / output device and executing an online program, and a system resource group as a set of system resources including files. Communication management means for mediating between the input / output device and the transaction processing means, system management means for mediating between the transaction processing means and the system resource group, a collection information storage area,
A log writing unit; and a log file. When a message is input from the input / output device to the transaction processing unit, an information collection start notification is issued to the system management unit. The communication management means for issuing an information collection end notification to the system management means when a message is output to the system management means; and receiving the information collection start notification from the communication management means, I for O device
/ O processing is issued, a collection information storage area is generated, and the use status of the system resources and the system resource group in the execution of the online program by the transaction processing means, and the online program in the execution of all programs. Outputting the used system resources, the system resource group, and the use status of the I / O device to the collection information storage area;
Upon receiving the information collection completion notification from the communication management unit, the system management unit that starts the processing of the log writing unit, and outputs the collection information storage area to the log file as input, and stores the collection information A system resource use information collection device, comprising: a log writing unit for deleting an area.
【請求項3】 キーボードやディスプレイ装置を含む入
出力装置と、前記入出力装置からのメッセージ入力によ
り起動されオンラインプログラムを実行するトランザク
ション処理手段と、ファイルを含むシステム資源の集合
であるシステム資源群と、前記入出力装置−前記トラン
ザクション処理手段間の仲介を行う通信管理手段と、前
記トランザクション処理手段−前記システム資源群間の
仲介を行うシステム管理手段と、採取情報格納領域と、
ログ書き込み手段と、ログファイルとを備えるシステム
資源使用情報収集装置のためのシステム資源使用情報収
集方法であって、(a)前記通信管理手段に、前記入出
力装置からの前記トランザクション処理手段へのメッセ
ージによりオンラインプログラムのトランザクション処
理が開始したことを認識させ、前記システム管理手段に
対し情報採取開始を通知させるステップと、(b)前記
システム管理手段に、前記情報採取開始通知により、採
取情報格納領域を生成させるステップと、(c)前記シ
ステム管理手段に、前記オンラインプログラムの実行に
よる前記トランザクション処理手段からの前記システム
資源および前記システム資源群の利用状況を前記採取情
報格納領域に出力させるステップと、(d)前記システ
ム管理手段に、前記オンラインプログラムで使用してい
る前記システム資源および前記システム資源群に対し、
全てのプログラムでの利用状況を前記採取情報格納領域
に出力させるステップと、(e)前記トランザクション
処理手段に、前記入出力装置に対して終了を示すメッセ
ージ出力を行わせるステップと、(f)前記通信管理手
段に、終了を示すメッセージにより前記オンラインプロ
グラムのトランザクション処理が終了したことを認識さ
せ、前記システム管理手段に対し情報採取終了を通知さ
せるステップと、(g)前記システム管理手段に、前記
情報採取終了通知にしたがって前記ログ書き込み手段を
起動させるステップと、(h)起動された前記ログ書き
込み手段に、前記採取情報格納領域を入力として前記ロ
グファイルへの出力を行わせ、前記採取情報格納領域を
削除させるステップと、を含むことを特徴とするシステ
ム資源使用情報収集方法。
3. An input / output device including a keyboard and a display device, a transaction processing means activated by a message input from the input / output device to execute an online program, and a system resource group which is a set of system resources including files. Communication management means for mediating between the input / output device and the transaction processing means, system management means for mediating between the transaction processing means and the system resource group, a collection information storage area,
A method for collecting system resource usage information for a system resource usage information collection device including a log writing unit and a log file, comprising: (a) providing the communication management unit with a request from the input / output device to the transaction processing unit; Making the system program recognize that the transaction processing of the online program has started by a message, and informing the system management means of the start of information collection; and (b) providing the system management means with the information collection start notification by using the information collection start notification (C) causing the system management means to output the use status of the system resources and the system resource group from the transaction processing means by executing the online program to the collection information storage area; (D) In the system management means, Relative to the system resources and the system resource group using online program,
(E) causing the transaction processing means to output a message indicating termination to the input / output device; and (f) causing the transaction processing means to output a message indicating termination to the input / output device. Causing the communication management means to recognize that the transaction processing of the online program has ended by a message indicating the end, and notifying the system management means of the end of information collection; and (g) providing the system management means with the information Activating the log writing means in accordance with the collection completion notification; and (h) causing the activated log writing means to output the log information with the collection information storage area as an input. Deleting the system resource usage information. Method.
【請求項4】 キーボードやディスプレイ装置を含む入
出力装置と、前記入出力装置からのメッセージ入力によ
り起動されオンラインプログラムを実行するトランザク
ション処理手段と、ファイルを含むシステム資源の集合
であるシステム資源群と、前記入出力装置−前記トラン
ザクション処理手段間の仲介を行う通信管理手段と、前
記トランザクション処理手段−前記システム資源群間の
仲介を行うシステム管理手段と、採取情報格納領域と、
ログ書き込み手段と、ログファイルとを備えるシステム
資源使用情報収集装置のためのシステム資源使用情報収
集方法であって、(a)前記通信管理手段に、前記入出
力装置からの前記トランザクション処理手段へのメッセ
ージによりオンラインプログラムのトランザクション処
理が開始したことを認識させ、前記システム管理手段に
対し情報採取開始を通知させるステップと、(b)前記
システム管理手段に、前記情報採取開始通知を受ける
と、前記システム資源群の一部であるI/O装置に対す
るI/O処理を発行させるステップと、(c)前記シス
テム管理手段に、前記情報採取開始通知により、採取情
報格納領域を生成させるステップと、(d)前記システ
ム管理手段に、前記オンラインプログラムの実行による
前記トランザクション処理手段からの前記システム資源
および前記システム資源群の利用状況を前記採取情報格
納領域に出力させるステップと、(e)前記システム管
理手段に、前記オンラインプログラムで使用している前
記システム資源、前記システム資源群および前記I/O
装置に対し、全てのプログラムでの利用状況を前記採取
情報格納領域に出力させるステップと、(f)前記トラ
ンザクション処理手段に、前記入出力装置に対して終了
を示すメッセージ出力を行わせるステップと、(g)前
記通信管理手段に、終了を示すメッセージにより前記オ
ンラインプログラムのトランザクション処理が終了した
ことを認識させ、前記システム管理手段に対し情報採取
終了を通知させるステップと、(h)前記システム管理
手段に、前記情報採取終了通知にしたがって前記ログ書
き込み手段を起動させるステップと、(i)起動された
前記ログ書き込み手段に、前記採取情報格納領域を入力
として前記ログファイルへの出力を行わせ、前記採取情
報格納領域を削除させるステップと、を含むことを特徴
とするシステム資源使用情報収集方法。
4. An input / output device including a keyboard and a display device, a transaction processing means activated by a message input from the input / output device to execute an online program, and a system resource group which is a set of system resources including files. Communication management means for mediating between the input / output device and the transaction processing means, system management means for mediating between the transaction processing means and the system resource group, a collection information storage area,
A method for collecting system resource usage information for a system resource usage information collection device including a log writing unit and a log file, comprising: (a) providing the communication management unit with a request from the input / output device to the transaction processing unit; Causing the system management means to notify the system management means of the start of information collection; and (b) receiving the information collection start notification from the system management means. Issuing an I / O process to an I / O device that is a part of a resource group; (c) causing the system management means to generate a collection information storage area based on the information collection start notification; The system management means may have the transaction by executing the online program. Outputting the use status of the system resources and the system resource group from a processing unit to the collection information storage area; and (e) causing the system management unit to output the system resources and the system used by the online program. Resource group and the I / O
Causing the device to output the usage status of all programs to the collection information storage area; and (f) causing the transaction processing means to output a message indicating termination to the input / output device. (G) causing the communication management means to recognize that the transaction processing of the online program has ended by a message indicating the end, and notifying the system management means of the end of information collection; and (h) the system management means. Activating the log writing means in accordance with the information collection completion notification; and (i) causing the activated log writing means to output the log information using the collection information storage area as input. Deleting the collection information storage area. Use information collection method.
【請求項5】 キーボードやディスプレイ装置を含む入
出力装置と、前記入出力装置からのメッセージ入力によ
り起動されオンラインプログラムを実行するトランザク
ション処理手段と、ファイルを含むシステム資源の集合
であるシステム資源群と、前記入出力装置−前記トラン
ザクション処理手段間の仲介を行う通信管理手段と、前
記トランザクション処理手段−前記システム資源群間の
仲介を行うシステム管理手段と、採取情報格納領域と、
ログ書き込み手段と、ログファイルとを備えるシステム
資源使用情報収集装置のための、(a)前記通信管理手
段に、前記入出力装置からの前記トランザクション処理
手段へのメッセージによりオンラインプログラムのトラ
ンザクション処理が開始したことを認識させ、前記シス
テム管理手段に対し情報採取開始を通知させるステップ
と、(b)前記システム管理手段に、前記情報採取開始
通知により、採取情報格納領域を生成させるステップ
と、(c)前記システム管理手段に、前記オンラインプ
ログラムの実行による前記トランザクション処理手段か
らの前記システム資源および前記システム資源群の利用
状況を前記採取情報格納領域に出力させるステップと、
(d)前記システム管理手段に、前記オンラインプログ
ラムで使用している前記システム資源および前記システ
ム資源群に対し、全てのプログラムでの利用状況を前記
採取情報格納領域に出力させるステップと、(e)前記
トランザクション処理手段に、前記入出力装置に対して
終了を示すメッセージ出力を行わせるステップと、
(f)前記通信管理手段に、終了を示すメッセージによ
り前記オンラインプログラムのトランザクション処理が
終了したことを認識させ、前記システム管理手段に対し
情報採取終了を通知させるステップと、(g)前記シス
テム管理手段に、前記情報採取終了通知にしたがって前
記ログ書き込み手段を起動させるステップと、(h)起
動された前記ログ書き込み手段に、前記採取情報格納領
域を入力として前記ログファイルへの出力を行わせ、前
記採取情報格納領域を削除させるステップとをコンピュ
ータに実行させるプログラムを記録する記録媒体。
5. An input / output device including a keyboard and a display device, a transaction processing means which is activated by a message input from the input / output device and executes an online program, and a system resource group which is a set of system resources including files. Communication management means for mediating between the input / output device and the transaction processing means, system management means for mediating between the transaction processing means and the system resource group, a collection information storage area,
For a system resource usage information collection device including a log writing unit and a log file, (a) the communication management unit starts transaction processing of an online program by a message from the input / output device to the transaction processing unit. (B) causing the system management unit to notify the system management unit of the start of information collection; and (b) causing the system management unit to generate a collection information storage area based on the information collection start notification. Causing the system management means to output the use status of the system resources and the system resource group from the transaction processing means by executing the online program to the collection information storage area;
(D) causing the system management means to output, to the collection information storage area, the usage status of all of the system resources and the system resource group used in the online program, and (e). Causing the transaction processing means to output a message indicating the end to the input / output device;
(F) causing the communication management means to recognize that the transaction processing of the online program has ended by a message indicating the end, and notifying the system management means of the end of information collection; and (g) the system management means. Activating the log writing means in accordance with the information collection completion notification; and (h) causing the activated log writing means to output the log information using the collection information storage area as an input. A program for causing a computer to execute the step of deleting the collection information storage area.
【請求項6】 キーボードやディスプレイ装置を含む
入出力装置と、前記入出力装置からのメッセージ入力に
より起動されオンラインプログラムを実行するトランザ
クション処理手段と、ファイルを含むシステム資源の集
合であるシステム資源群と、前記入出力装置−前記トラ
ンザクション処理手段間の仲介を行う通信管理手段と、
前記トランザクション処理手段−前記システム資源群間
の仲介を行うシステム管理手段と、採取情報格納領域
と、ログ書き込み手段と、ログファイルとを備えるシス
テム資源使用情報収集装置のための、(a)前記通信管
理手段に、前記入出力装置からの前記トランザクション
処理手段へのメッセージによりオンラインプログラムの
トランザクション処理が開始したことを認識させ、前記
システム管理手段に対し情報採取開始を通知させるステ
ップと、(b)前記システム管理手段に、前記情報採取
開始通知を受けると、前記システム資源群の一部である
I/O装置に対するI/O処理を発行させるステップ
と、(c)前記システム管理手段に、前記情報採取開始
通知により、採取情報格納領域を生成させるステップ
と、(d)前記システム管理手段に、前記オンラインプ
ログラムの実行による前記トランザクション処理手段か
らの前記システム資源および前記システム資源群の利用
状況を前記採取情報格納領域に出力させるステップと、
(e)前記システム管理手段に、前記オンラインプログ
ラムで使用している前記システム資源、前記システム資
源群および前記I/O装置に対し、全てのプログラムで
の利用状況を前記採取情報格納領域に出力させるステッ
プと、(f)前記トランザクション処理手段に、前記入
出力装置に対して終了を示すメッセージ出力を行わせる
ステップと、(g)前記通信管理手段に、終了を示すメ
ッセージにより前記オンラインプログラムのトランザク
ション処理が終了したことを認識させ、前記システム管
理手段に対し情報採取終了を通知させるステップと、
(h)前記システム管理手段に、前記情報採取終了通知
にしたがって前記ログ書き込み手段を起動させるステッ
プと、(i)起動された前記ログ書き込み手段に、前記
採取情報格納領域を入力として前記ログファイルへの出
力を行わせ、前記採取情報格納領域を削除させるステッ
プとをコンピュータに実行させるプログラムを記録する
記録媒体。
6. An input / output device including a keyboard and a display device, a transaction processing means which is activated by a message input from the input / output device and executes an online program, and a system resource group which is a set of system resources including files. Communication management means for mediating between the input / output device and the transaction processing means;
(A) the communication for a system resource use information collection device including a system management unit that mediates between the transaction processing unit and the system resource group, a collection information storage area, a log writing unit, and a log file; Causing the management means to recognize that the transaction processing of the online program has started by a message from the input / output device to the transaction processing means, and notifying the system management means of the start of information collection; and (b) Causing the system management means to issue an I / O process to an I / O device that is part of the system resource group upon receiving the information collection start notification; and (c) Generating a collection information storage area according to a start notification; and (d) the system Sense means, the step of outputting the usage of the system resources and the system resource group from the transaction processing means by the execution of the online program in the collected data storage area,
(E) causing the system management means to output, to the collection information storage area, the usage status of all the programs for the system resources, the system resource group, and the I / O device used in the online program. (F) causing the transaction processing means to output a message indicating the end to the input / output device; and (g) causing the communication management means to process the online program using a message indicating the end. Recognizing that the information collection has ended, and informing the system management means of the end of information collection,
(H) causing the system management means to start the log writing means in accordance with the information collection end notification; and (i) inputting the collected information storage area to the log file and inputting the log information to the log file. And causing the computer to execute the steps of causing the computer to execute the step of outputting the collected information storage area.
JP10091363A 1998-04-03 1998-04-03 System resource using information collecting device, system resource using information collecting method, and storage medium recorded with program Pending JPH11288382A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10091363A JPH11288382A (en) 1998-04-03 1998-04-03 System resource using information collecting device, system resource using information collecting method, and storage medium recorded with program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10091363A JPH11288382A (en) 1998-04-03 1998-04-03 System resource using information collecting device, system resource using information collecting method, and storage medium recorded with program

Publications (1)

Publication Number Publication Date
JPH11288382A true JPH11288382A (en) 1999-10-19

Family

ID=14024309

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10091363A Pending JPH11288382A (en) 1998-04-03 1998-04-03 System resource using information collecting device, system resource using information collecting method, and storage medium recorded with program

Country Status (1)

Country Link
JP (1) JPH11288382A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2006015441A1 (en) * 2004-08-13 2006-02-16 Remasys Pty Ltd Monitoring and management of distributed information systems
US8914504B2 (en) 2010-12-08 2014-12-16 Remasys Pty Ltd End user performance monitoring for mobile applications
US9992232B2 (en) 2016-01-14 2018-06-05 Cisco Technology, Inc. Policy block creation with context-sensitive policy line classification
US10171620B2 (en) 2014-01-29 2019-01-01 Fujitsu Limited Non-transitory computer-readable recording medium having stored therein control program, control apparatus and control method
US10742483B2 (en) 2018-05-16 2020-08-11 At&T Intellectual Property I, L.P. Network fault originator identification for virtual network infrastructure

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2006015441A1 (en) * 2004-08-13 2006-02-16 Remasys Pty Ltd Monitoring and management of distributed information systems
GB2434670A (en) * 2004-08-13 2007-08-01 Remasys Pty Ltd Monitoring and management of distributed information systems
GB2434670B (en) * 2004-08-13 2008-06-11 Remasys Pty Ltd Monitoring and management of distributed information systems
US7953847B2 (en) 2004-08-13 2011-05-31 Remasys Pty Ltd Monitoring and management of distributing information systems
US8914504B2 (en) 2010-12-08 2014-12-16 Remasys Pty Ltd End user performance monitoring for mobile applications
US10171620B2 (en) 2014-01-29 2019-01-01 Fujitsu Limited Non-transitory computer-readable recording medium having stored therein control program, control apparatus and control method
US9992232B2 (en) 2016-01-14 2018-06-05 Cisco Technology, Inc. Policy block creation with context-sensitive policy line classification
US10742483B2 (en) 2018-05-16 2020-08-11 At&T Intellectual Property I, L.P. Network fault originator identification for virtual network infrastructure
US11296923B2 (en) 2018-05-16 2022-04-05 At&T Intellectual Property I, L.P. Network fault originator identification for virtual network infrastructure

Similar Documents

Publication Publication Date Title
JP6393805B2 (en) Efficient query processing using histograms in the columnar database
JP3501385B2 (en) Job execution order determination method
Maruster et al. Process mining: Discovering direct successors in process logs
JP4787460B2 (en) System performance prediction method and method based on performance measurement of software components
US20060288149A1 (en) Generating static performance modeling factors in a deployed system
JPH0267646A (en) Measuring device for computer performance
JP6260130B2 (en) Job delay detection method, information processing apparatus, and program
Kumar et al. A comprehensive review of straggler handling algorithms for mapreduce framework
JPH11288382A (en) System resource using information collecting device, system resource using information collecting method, and storage medium recorded with program
WO2020202433A1 (en) Information processing device and api usage history display program
US9916220B2 (en) Smart logging of trace data for storage systems
JP4080707B2 (en) Recording system for recording processing information of multiple systems
Abrams A tool to aid in model development and validation
JP2932809B2 (en) Performance prediction / diagnosis system
JP7119484B2 (en) Information aggregation device, information aggregation method, and program
Zhang et al. Getting more for less in optimized mapreduce workflows
Ustiugov et al. Enabling In-Vitro Serverless Systems Research
JP2002259166A (en) Operation repot preparation system, operation report preparation method and program for preparing operation report
JP2020155008A (en) Control method, information processing apparatus, and control program
WO2024066518A1 (en) Efficiency bottleneck detection method and apparatus, and computer-readable medium
CN116882716B (en) Task scheduling method, device and storage medium
WO2019012572A1 (en) Data lineage detection device, data lineage detection method, and data lineage detection program
JP5718256B2 (en) System performance analysis apparatus, system performance analysis method, and system performance analysis program
JP6885599B2 (en) Business visualization device, business visualization method, and program
JP2010262491A (en) Log aggregation device

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20010403