JPH11120040A - Method for predicting effect of parallel processing procedure, and recording medium therefor - Google Patents

Method for predicting effect of parallel processing procedure, and recording medium therefor

Info

Publication number
JPH11120040A
JPH11120040A JP9287385A JP28738597A JPH11120040A JP H11120040 A JPH11120040 A JP H11120040A JP 9287385 A JP9287385 A JP 9287385A JP 28738597 A JP28738597 A JP 28738597A JP H11120040 A JPH11120040 A JP H11120040A
Authority
JP
Japan
Prior art keywords
processing procedure
parallel processing
parallel
effect
predicting
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
JP9287385A
Other languages
Japanese (ja)
Inventor
Hajime Nakai
一 中井
Tamotsu Honda
保 本多
Makoto Komura
誠 小村
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP9287385A priority Critical patent/JPH11120040A/en
Priority to US09/041,956 priority patent/US6292885B1/en
Publication of JPH11120040A publication Critical patent/JPH11120040A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3404Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment for parallel or distributed programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3447Performance evaluation by modeling
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3409Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment for performance assessment
    • G06F11/3419Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment for performance assessment by assessing time

Abstract

PROBLEM TO BE SOLVED: To automatically predict and output the effect of a parallel processing procedure by a computer. SOLUTION: To predict and diagnose the effect when the parallel processing executable processing procedure consisting of steps is processed in parallel by the computer, a parallel processing effect predicting device 1, collects SMF (system management function) records when the processing procedure are processed in series from an SMF data set 2 stored on a magnetic disk, analyzes the SMF records to calculate the serial processing elapsed time of the serial processing of the processing procedure, the predicts and calculates the deletion time at the time of the parallel processing of the processing procedure, and substrates the deletion time from the serial processing elapsed time, thus predicting and calculating a parallel processing elapsed time.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は電子計算機による並
列処理手続きの効果予測方法およびそのための記録媒体
に関し、特に、複数のステップからなる並列処理実行可
能な処理手続き(ジョブステップ)のステップ間でデー
タの引継ぎを行うためシステム記憶領域(パイプデータ
セット)を適用したときに計算機により処理される処理
手続きの実行経過時間を予測し出力する並列処理手続き
の効果予測方法およびそのための記録媒体に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method for predicting the effect of a parallel processing procedure by an electronic computer and a recording medium for the same, and more particularly, to a method for executing a parallel processing procedure (job step) comprising a plurality of steps. The present invention relates to a method for estimating the effect of a parallel processing procedure for estimating and outputting the elapsed execution time of a processing procedure processed by a computer when a system storage area (pipe data set) is applied to take over the data, and a recording medium therefor.

【0002】[0002]

【従来の技術】従来から、手続きの命令を記述したJC
L(ジョブ制御文)で記述された複数のステップからな
る処理手続き(以下、単にジョブステップと記す)は記
述された順に各ステップを実行(直列処理)していた。
一般に、複数の命令を並列処理できる計算機では、複数
のジョブステップを並列処理して効率を向上させてい
る。特に、先行ジョブステップが出力したデータセット
のデータを後続するジョブステップが入力して処理する
場合、データセットを直接アクセス記憶装置または磁気
テープ装置を利用せずにシステム記憶に仮想的ファイ
ル、すなわちパイプデータセットを確保する方式が採用
されている。本明細書では、このパイプデータセットを
適用するバッチ処理をエクセルバッチ、適用しないバッ
チ処理を通常バッチと呼ぶ。
2. Description of the Related Art Conventionally, a JC that describes a procedure instruction has been described.
In a processing procedure composed of a plurality of steps described in L (job control statement) (hereinafter simply referred to as a job step), each step is executed (serial processing) in the order described.
Generally, in a computer that can process a plurality of instructions in parallel, a plurality of job steps are processed in parallel to improve efficiency. In particular, when a subsequent job step inputs and processes data of a data set output by a preceding job step, a virtual file, i.e., pipe data, is stored in system storage without using a direct access storage device or a magnetic tape device. The method of securing a set is adopted. In this specification, a batch process to which the pipe data set is applied is called an Excel batch, and a batch process to which the pipe data set is not applied is called a normal batch.

【0003】特開平9−6628号公報に本願出願人が
提案した並列処理手続きの選定装置および方法が開示さ
れている。この装置は、連続する処理手続きのデータセ
ットの使用方法を検査して並列実行可能な処理手続き
を、特にパイプデータセットの判別により選定する並列
化検査手段を備えたことを特徴とする。次に、パイプデ
ータセットについて以下に説明する。
Japanese Patent Laying-Open No. 9-6628 discloses an apparatus and method for selecting a parallel processing procedure proposed by the present applicant. This apparatus is characterized in that it comprises a parallelization checking means for checking a method of using a data set of a continuous processing procedure and selecting a processing procedure which can be executed in parallel, particularly by judging a pipe data set. Next, the pipe data set will be described below.

【0004】図12はパイプデータセットによるパラレ
ルジョブステップ間のデータの受渡しを示す図である。
図12には、並列実行するジョブステップ間でのデータ
の引渡しに使用するシステム記憶ファイル(パイプデー
タセット)、パイプデータセットを経由してデータを書
込む側のジョブステップ1およびデータを読込む側のジ
ョブステップ2、3が示されている。
FIG. 12 is a diagram showing data transfer between parallel job steps using a pipe data set.
FIG. 12 shows a system storage file (pipe data set) used for transferring data between job steps to be executed in parallel, a job step 1 for writing data via the pipe data set, and a data reading side. Job steps 2 and 3 are shown.

【0005】書込み側のジョブステップ1が作成・出力
したデータB1 、B2 、…、Bn は、直ちにパイプデー
タセットを経由して読込み側のジョブステップ2、3に
渡される。読込み側のジョブステップ2、3にデータが
渡された後、パイプデータセット内のデータは削除され
るため、引継ぎするデータ量が如何に大量でもシステム
記憶上の僅かな領域(64K〜数100Kバイト)で処
理が可能であり、システム記憶の有効利用が図れる。
The data B1, B2,..., Bn created and output by the writing-side job step 1 are immediately passed to the reading-side job steps 2 and 3 via the pipe data set. After the data is passed to the job steps 2 and 3 on the reading side, the data in the pipe data set is deleted. Therefore, no matter how much data is taken over, a small area (64 K to several 100 K bytes) in the system storage is used. ), The system storage can be effectively used.

【0006】ジョブステップ1から3の中で最初のパイ
プデータセットのオープン時(ジョブステップ2が最初
にオープンしたとするとその時)に、システム記憶上に
パイプデータセット用のシステム記憶ファイルを獲得す
る。最初のオープン時以外の場合には、パイプデータセ
ット用のシステムファイルへのアクセス環境を整える。
At the time of opening the first pipe data set in job steps 1 to 3 (if job step 2 is first opened), a system storage file for the pipe data set is acquired on the system storage. In the case other than the first opening, the access environment to the system file for the pipe data set is prepared.

【0007】読込み側(例えばジョブステップ2)が先
にオープンし読込みを開始したが、書込み側(ジョブス
テップ1)がまだ動作していなかったり、書込みを開始
していない場合には、その読込み処理では書込み側がデ
ータを書込むのを待つ。書込み側ではB1 、B2 、…、
Bn 、Bn+1 、…(ブロック単位)の順に、データをパ
イプデータセットに書込む。データはシステム記憶ファ
イル上に一時的に蓄積される。
If the reading side (eg, job step 2) opens first and starts reading, but the writing side (job step 1) is not operating or has not started writing, the reading process is performed. Now wait for the writer to write the data. On the writing side, B1, B2, ...,
Data is written to the pipe data set in the order of Bn, Bn + 1,... Data is temporarily stored on a system storage file.

【0008】読込み側(ジョブステップ2、3)は、デ
ータが書込まれると同時に読込み可能となり、B1 、B
2 、B3 、…の順にデータを読込む。全ての読込み側ジ
ョブステップには、同一データが渡る。同一データが全
ての読込み側ジョブステップで読込まれると、そのデー
タを蓄積したシステム記憶ファイル上の領域が解放され
る。システム記憶ファイル上の領域はサイクリックに使
用される。
The reading side (job steps 2 and 3) becomes readable at the same time data is written.
Data is read in the order of 2, B3,. The same data is passed to all reading job steps. When the same data is read in all reading-side job steps, the area on the system storage file storing the data is released. The area on the system storage file is used cyclically.

【0009】データの書込み時に、パイプデータセット
が蓄積データで一杯になっている場合には、読込み側が
データを読込んでパイプデータセットに空きができるま
で書込み側ジョブステップは待つ。また、データの読込
み時に、パイプデータセット上にデータがない場合に
は、書込み側ジョブステップがデータを書込むまで読込
み側ジョブステップは待つ。このように、書込み側(ジ
ョブステップ1)、読込み側(ジョブステップ2、3)
共に非同期に並列実行しながらデータの受渡しが可能と
なる。
When writing data, if the pipe data set is full of accumulated data, the writing job step waits until the reading side reads the data and the pipe data set is free. If there is no data on the pipe data set when reading data, the reading job step waits until the writing job step writes data. Thus, the writing side (job step 1), the reading side (job steps 2, 3)
Data can be transferred while being executed asynchronously in parallel.

【0010】[0010]

【発明が解決しようとする課題】上述したようなパイプ
データセットを適用するバッチ処理、すなわちエクセル
バッチを適用したときに、計算機による処理効率がどの
程度向上するのか、すなわち所望のジョブステップをエ
クセルバッチで並列処理したとき、直列処理したときと
比べてどの位計算機の処理時間を削減でき、かつその処
理時間はどの位になるのか、という並列処理手続きの効
果を予測するため、計算機のユーザはそのジョブステッ
プに関するSMF(システム管理機能)レコード等に基
づいて手計算を行わなければならない。SMFは計算機
システム独自のジョブスケジュールができるようにする
機能で所定のジョブを計算機に実行させたときの開始時
刻や終了時刻等の各種事象の情報を収集、記録するもの
である。この手計算のため、ユーザは多くの時間と労力
を費やさなければならないという問題がある。
When the batch processing using the pipe data set as described above, that is, the Excel batch is applied, how much the processing efficiency by the computer is improved, that is, the desired job step is changed to the Excel batch When the parallel processing is performed, the computer user can reduce the processing time of the computer compared with the case of the serial processing and predict the effect of the parallel processing procedure of how much processing time is required. Manual calculations must be performed based on SMF (system management function) records related to job steps. The SMF is a function that enables a computer system to perform a job schedule unique to the computer system, and collects and records information on various events such as a start time and an end time when a computer executes a predetermined job. There is a problem that the user has to spend a lot of time and effort for this manual calculation.

【0011】それゆえ、本発明は上記問題を解決し、計
算機による並列処理手続きの効果を自動的に予測し出力
する並列処理手続きの予測方法およびそのための記録媒
体を提供することを目的とする。
SUMMARY OF THE INVENTION It is therefore an object of the present invention to solve the above problems and to provide a parallel processing procedure prediction method for automatically predicting and outputting the effect of a parallel processing procedure by a computer, and a recording medium therefor.

【0012】[0012]

【課題を解決するための手段】図1は本発明の基本構成
図である。上記問題を解決する本発明による並列処理手
続きの効果予測方法は、複数のステップからなる並列処
理実行可能な処理手続きを計算機により並列処理する並
列処理手続きの効果予測方法において、計算機である並
列処理効果予測装置1は、前記処理手続きを直列処理し
たときのSMF(システム管理機能)レコードを、例え
ば磁気ディスクに格納されたSMFデータセット2から
採取し、前記SMFレコードを解析して前記処理手続き
を直列処理したときの直列処理経過時間を計算し、前記
SMFレコードから前記処理手続きを並列処理したとき
の削減時間を予測計算し、前記直列処理経過時間から前
記削減時間を減算して前記並列処理による並列処理経過
時間を予測計算する各ステップを備え、前記並列処理手
続きを並列処理する効果を予測診断することを特徴とす
る。
FIG. 1 is a basic configuration diagram of the present invention. A method for estimating the effect of a parallel processing procedure according to the present invention that solves the above problem is a method for estimating the effect of a parallel processing procedure in which a parallel processing executable processing procedure including a plurality of steps is processed by a computer in parallel. The prediction device 1 collects, for example, an SMF (system management function) record from the SMF data set 2 stored on a magnetic disk when the processing procedure is serially processed, analyzes the SMF record, and serializes the processing procedure. Calculate the serial processing elapsed time at the time of processing, predict and calculate the reduction time when the processing procedure is performed in parallel from the SMF record, subtract the reduction time from the serial processing elapsed time, and perform parallel processing by the parallel processing. The method includes the steps of predicting and calculating the processing elapsed time, and predicts the effect of executing the parallel processing procedure in parallel. Characterized in that the diagnosis.

【0013】本発明による並列処理手続きの効果予測方
法はまた、前記並列処理手続きを並列処理する効果の予
測診断結果として例えば前記並列処理経過時間および前
記削減時間を編集してプリンタやCRTに効果予測リス
ト5を出力するステップを備える。上記構成により、計
算機による並列処理手続きの効果を自動的に予測し出力
することができる。
The method for predicting the effect of a parallel processing procedure according to the present invention may further include, for example, editing the elapsed time of the parallel processing and the reduction time as a result of the prediction diagnosis of the effect of parallel processing of the parallel processing procedure, and predicting the effect on a printer or a CRT. Outputting a list 5. According to the above configuration, the effect of the parallel processing procedure by the computer can be automatically predicted and output.

【0014】上記問題を解決する本発明による並列処理
手続きの効果予測方法は、複数のステップからなる並列
処理実行可能な処理手続きを複数集めた処理手続き群を
複数有し、該複数の処理手続き群が、パイプデータセッ
トでデータの引継ぎを行う第1並列処理手続き群とパイ
プデータセットでデータの引継ぎを行わない第2並列処
理手続き群とからなる並列処理手続き群を計算機により
並列処理する並列処理手続き群の効果予測方法におい
て、前記並列処理手続き群を直列処理したときのSMF
レコードを採取し、前記SMFレコードから前記並列処
理手続き群を直列処理したときの直列処理経過時間を計
算し、前記SMFレコードに基づき、第1並列処理手続
き群を並列処理したときの第1経過時間を、第1並列処
理手続き群をなす各前記処理手続きの各予測経過時間を
合計して求め、第2並列処理手続き群を並列処理したと
きの第2経過時間を、第2並列処理手続き群をなす各前
記処理手続きの各予測経過時間の内の最大値から求め、
前記並列処理手続き群の並列処理経過時間を、求めた各
第1経過時間と各第2経過時間の内の最大値から求め、
前記直列処理経過時間から前記並列処理経過時間を減算
して前記並列処理により削減される削減時間を予測計算
する各ステップを備え、前記並列処理手続き群を並列処
理する効果を予測診断することを特徴とする。
A method for estimating the effect of a parallel processing procedure according to the present invention which solves the above-mentioned problem has a plurality of processing procedures which collect a plurality of processing procedures capable of executing parallel processing consisting of a plurality of steps. Is a parallel processing procedure for performing, by a computer, a parallel processing procedure group consisting of a first parallel processing procedure group for taking over data in a pipe data set and a second parallel processing procedure group for not taking over data in a pipe data set. In the group effect prediction method, the SMF when the parallel processing procedure group is serially processed
A record is collected, a serial processing elapsed time when the parallel processing procedure group is serially processed is calculated from the SMF record, and a first elapsed time when the first parallel processing procedure group is parallel processed based on the SMF record. Is calculated by summing the respective predicted elapsed times of the respective processing procedures forming the first parallel processing procedure group, and the second elapsed time when the second parallel processing procedure group is processed in parallel is referred to as the second parallel processing procedure group. Determined from the maximum value of the estimated elapsed time of each of the processing procedures to be performed,
Calculating the parallel processing elapsed time of the parallel processing procedure group from the maximum value of the obtained first elapsed time and the second elapsed time;
Each step of subtracting the parallel processing elapsed time from the serial processing elapsed time to predict and calculate a reduced time reduced by the parallel processing, and predicting and diagnosing an effect of performing the parallel processing procedure group in parallel. And

【0015】本発明による並列処理手続きの効果予測方
法はまた、前記並列処理手続き群を並列処理する効果の
予測診断結果として、例えば前記並列処理経過時間およ
び前記削減時間を編集してプリンタやCRTに出力する
ステップを備える。本発明による並列処理手続きの効果
予測方法はまた、前記並列処理手続き群を複数有する複
合処理手続きを計算機により直列処理するときの処理時
間を、前記複合処理手続きをなす各並列処理手続き群の
並列処理経過時間を合計して計算する。
The method for predicting the effect of a parallel processing procedure according to the present invention may also include, for example, editing the parallel processing elapsed time and the reduction time as a result of predicting and diagnosing the effect of performing the parallel processing procedure group on a printer or CRT. Output step. The method for predicting the effect of a parallel processing procedure according to the present invention also includes a processing time for serially processing a complex processing procedure having a plurality of the parallel processing procedures by a computer, and a parallel processing of each parallel processing procedure group forming the complex processing procedure. Calculate the total elapsed time.

【0016】上記問題を解決する本発明による並列処理
手続きの効果予測方法は、複数のステップからなる並列
処理実行可能な処理手続きが、パイプデータセットでデ
ータの引継ぎを行う複数のステップからなる第1ステッ
プ群とパイプデータセットでデータの引継ぎを行わない
複数のステップからなる第2ステップ群とからなると
き、第1ステップ群を計算機により並列処理する並列処
理手続きの効果予測方法において、前記処理手続きを直
列処理したときのSMFレコードを採取し、前記SMF
レコードから第1ステップ群を並列処理したときの第1
ステップ群の削減時間を予測計算する各ステップを備
え、第1ステップ群を並列処理する効果を予測診断する
ことを特徴とする。
According to the method for predicting the effect of a parallel processing procedure according to the present invention which solves the above problem, a processing procedure capable of executing parallel processing comprising a plurality of steps comprises a first step comprising a plurality of steps for taking over data using a pipe data set. In a method for predicting the effect of a parallel processing procedure in which a first group of steps is processed in parallel by a computer when a group of steps and a second group of steps that do not take over data in the pipe data set are performed, The SMF record obtained when the serial processing is performed is collected, and the SMF record is collected.
The first when the first step group is processed in parallel from the record
The method includes the steps of predicting and calculating the reduction time of the step group, and predicting and diagnosing the effect of parallel processing of the first step group.

【0017】本発明による並列処理手続きの効果予測方
法はまた、第1ステップ群を並列処理する効果の予測診
断結果として、例えば前記並列処理経過時間および前記
削減時間を編集してプリンタやCRTに出力するステッ
プを備える。本発明による並列処理手続きの効果予測方
法はまた、前記処理手続きが、複数の第1ステップ群か
らなるとき、前記予測計算した各第1ステップ群の各削
減時間を合計して前記処理手続きの削減時間を予測計算
し、前記SMFレコードから前記処理手続きを直列処理
したときの直列処理経過時間を計算し、前記直列処理経
過時間から前記削減時間を減算して前記処理手続きを並
列処理したときの並列処理経過時間を予測計算する各ス
テップを備える。
The method for predicting the effect of the parallel processing procedure according to the present invention also edits, for example, the parallel processing elapsed time and the reduced time as a result of the prediction diagnosis of the effect of performing the first step group in parallel, and outputs the result to a printer or CRT. Performing the steps of: In the method for predicting the effect of a parallel processing procedure according to the present invention, when the processing procedure comprises a plurality of first step groups, the reduction time of the processing procedure is calculated by summing up the respective reduction times of the first calculated step groups. The time is predicted and calculated, the serial processing elapsed time when the processing procedure is serially processed from the SMF record is calculated, and the parallel processing when the processing procedure is processed in parallel by subtracting the reduction time from the serial processing elapsed time is calculated. Each step of predicting and calculating the processing elapsed time is provided.

【0018】本発明による並列処理手続きの効果予測方
法において、前記採取したSMFレコードの解析の他
に、前記処理手続きの各ステップの命令を記述したJC
L(ジョブ制御文)を、例えば磁気ディスクに格納され
たJCLライブラリ3を解析してパイプデータセットで
データの引継ぎを行うステップ群を判別するステップ
を、さらに備える。
In the method for predicting the effect of a parallel processing procedure according to the present invention, in addition to the analysis of the collected SMF record, a JC describing instructions of each step of the processing procedure is described.
The method further includes a step of analyzing the L (job control statement), for example, the JCL library 3 stored on the magnetic disk, and determining a group of steps for taking over the data using the pipe data set.

【0019】また、JCLライブラリ3の他に、例えば
磁気ディスクに格納され、JCLから呼び出されるプロ
シジャライブラリ4を入力すると効果予測の精度が向上
する。上記問題を解決する本発明による計算機に読み取
り可能な記録媒体は、複数のステップからなる並列処理
実行可能な処理手続きを計算機により並列処理する並列
処理手続きの効果予測方法を計算機に実行させるための
記録媒体において、前記計算機に、前記処理手続きを直
列処理したときのSMFレコードを採取し、前記SMF
レコードから前記処理手続きを直列処理したときの直列
処理経過時間を計算し、前記SMFレコードから前記処
理手続きを並列処理したときの削減時間を予測計算し、
前記直列処理経過時間から前記削減時間を減算して前記
並列処理による並列処理経過時間を予測計算する各ステ
ップを実行させるための前記並列処理手続きを並列処理
する効果を予測診断するプログラムを記録したことを特
徴とする。
When a procedure library 4 stored on a magnetic disk and called from the JCL, for example, is input in addition to the JCL library 3, the accuracy of effect prediction is improved. A computer-readable recording medium according to the present invention that solves the above-mentioned problems is a recording medium for causing a computer to execute a method for predicting the effect of a parallel processing procedure in which a computer performs parallel processing executable processing procedures including a plurality of steps. In the medium, an SMF record obtained when the processing procedure is serially processed is collected by the computer, and the SMF record is collected.
Calculating the serial processing elapsed time when the processing procedure is serially processed from the record, predicting and calculating the reduction time when performing the processing procedure in parallel from the SMF record;
A program for predicting and diagnosing the effect of parallel processing of the parallel processing procedure for executing each step of predicting and calculating the parallel processing elapsed time by the parallel processing by subtracting the reduction time from the serial processing elapsed time is recorded. It is characterized by.

【0020】また、本発明の記録媒体は、計算機の記憶
手段に、前記並列処理手続きを並列処理する効果の予測
診断結果、例えば前記並列処理経過時間および前記削減
時間を編集してプリンタやCRTに出力するステップを
実行させるためのプログラムを記録した記録媒体であ
る。
Further, the recording medium of the present invention stores, in a storage means of a computer, a prediction diagnosis result of an effect of performing the parallel processing procedure in parallel, for example, the parallel processing elapsed time and the reduced time, and edits the parallel processing procedure in a printer or CRT. This is a recording medium on which a program for executing an output step is recorded.

【0021】[0021]

【発明の実施の形態】添付図面を参照しつつ本発明の実
施形態について以下に説明する。図2は本発明による並
列処理手続きの効果予測方法のフローチャートである。
本フローチャートでは、例として複数のステップからな
る並列処理実行可能な処理手続き、すなわちジョブステ
ップを並列処理したときの効果予測の処理を示す。以下
に、図1に示す本発明の基本構成を参照しつつ図2のフ
ローチャートを説明する。
Embodiments of the present invention will be described below with reference to the accompanying drawings. FIG. 2 is a flowchart of a method for predicting the effect of a parallel processing procedure according to the present invention.
In this flowchart, as an example, a processing procedure that can execute parallel processing including a plurality of steps, that is, processing of effect prediction when job steps are processed in parallel is shown. Hereinafter, the flowchart of FIG. 2 will be described with reference to the basic configuration of the present invention shown in FIG.

【0022】先ず、ステップS1では、並列処理効果予
測装置1は、SMFデータセット2から入力された SMF
IN(SMFのデータ)を解析する。このSMFデータ解
析については後で説明する。ステップS2では、JCL
ライブラリ3からの JCLLIB(入力JCL)が有るか否
かを判断し、その判断結果がYESのときはステップS
3へ進み、NOのときはステップS4へ進む。また、J
CLライブラリ3からの入力JCLの他にJCLから呼
び出される PROCLIB(プロシジャ)4を入力すると、パ
イプデータセットの適用可能検査(エクセルバッチの適
用診断)を精度よくできるのでジョブステップを並列処
理したときの効果予測の精度が向上する。ステップS3
では、並列処理効果予測装置1は、入力JCLを解析
し、ステップS4では、JCLを生成する。
First, in step S 1, the parallel processing effect prediction device 1 sets the SMF input from the SMF data set 2
Analyze IN (SMF data). This SMF data analysis will be described later. In step S2, the JCL
It is determined whether or not there is a JCLLIB (input JCL) from the library 3, and if the result of the determination is YES, step S
The process proceeds to step S3, and if NO, the process proceeds to step S4. Also, J
If a PROCLIB (procedure) 4 called from the JCL is input in addition to the input JCL from the CL library 3, the applicability inspection of the pipe data set (application batch application diagnosis) can be performed with high accuracy. The accuracy of the effect prediction is improved. Step S3
Then, the parallel processing effect prediction device 1 analyzes the input JCL, and generates a JCL in step S4.

【0023】ステップS5では、並列処理効果予測装置
1は、エクセルバッチの適用診断を解析する。ステップ
S6では、ステップS5のエクセルバッチの適用診断か
らエクセルバッチが適用可能か否かを判断し、その判断
結果がYESのときはステップS7へ進み、NOのとき
は本ルーチンを終了する。ステップS7では、ステップ
S1のSMFのデータ解析とステップS5のエクセルバ
ッチの適用診断とからエクセルバッチの効果を予測す
る。ステップS8では、エクセルバッチの効果予測の診
断リスト、図1に示すEFCTLIST(効果予測リスト)5を
出力する。この効果予測リストには、ステップ群(デー
タセット)単位、並列処理手続き(ジョブステップ)単
位、ジョブステップグループ(処理手続き群)単位、パ
ラレルジョブステップグループ(並列処理手続き群)単
位および複合処理手続き(ジョブ)単位のものがある。
In step S5, the parallel processing effect prediction device 1 analyzes the application diagnosis of the Excel batch. In step S6, it is determined from the application diagnosis of the Excel batch in step S5 whether or not the Excel batch is applicable. If the determination result is YES, the process proceeds to step S7, and if NO, the present routine ends. In step S7, the effects of the Excel batch are predicted from the SMF data analysis in step S1 and the Excel batch application diagnosis in step S5. In step S8, a diagnosis list of the effect prediction of the Excel batch, EFCTLIST (effect prediction list) 5 shown in FIG. 1 is output. The effect prediction list includes a step group (data set) unit, a parallel processing procedure (job step) unit, a job step group (processing procedure group) unit, a parallel job step group (parallel processing procedure group) unit, and a complex processing procedure ( Job) unit.

【0024】ここで、本発明の記録媒体について簡単に
説明する。図1に示す並列処理効果予測装置1は、CD
−ROMやフロッピーディスク等の記録媒体の読取装置
(図示せず)を備え、所定の操作によりCD−ROMや
フロッピーディスク等の記録媒体に記録された本発明に
よる方法に関する種々のプログラムを読取装置から読取
り、図示しない補助記憶装置にローディングする。もち
ろん、オペレータが並列処理効果予測装置1の主記憶装
置、例えばRAMに直接プログラムを書き込んだ後、そ
のプログラムを補助記憶装置にローディングしてもよ
い。その後、補助記憶装置に格納されたプログラムは、
並列処理効果予測装置1のCPU(図示せず)の処理に
より必要に応じて主記憶装置にローディングされる。
Here, the recording medium of the present invention will be briefly described. The parallel processing effect prediction device 1 shown in FIG.
A reading device (not shown) for a recording medium such as a ROM or a floppy disk, and various programs related to the method according to the present invention recorded on a recording medium such as a CD-ROM or a floppy disk by a predetermined operation from the reading device. The data is read and loaded into an auxiliary storage device (not shown). Of course, the operator may write the program directly into the main storage device of the parallel processing effect prediction device 1, for example, the RAM, and then load the program into the auxiliary storage device. After that, the program stored in the auxiliary storage device is
The data is loaded into the main storage as required by the processing of the CPU (not shown) of the parallel processing effect prediction device 1.

【0025】次に、SMFデータ解析、すなわちSMF
レコードから並列処理手続きの効果を予測する方法につ
いて以下に説明する。並列処理による削減時間や処理時
間の予測対象となるジョブステップを直列処理したとき
のSMFレコードには、次のようなデータが含まれてい
る。 (a)SMFタイプ30レコードには、 1)レコード作成日付/レコード作成時刻(実行経過時
間の算出に使用) 2)開始日付/開始時刻(実行経過時間の算出に使用) 3)CPU使用時間 4)スワップイン時間 5)ジョブステップの入出力回数 (b)SMFタイプ14/15レコード 1)DD文単位の入出力回数 2)ブロック長(データのサイズ:単位バイト) このようなSMFレコードから予測対象のジョブステッ
プの並列処理による削減時間や処理時間は次のように算
出される。
Next, SMF data analysis, that is, SMF
A method for predicting the effect of the parallel processing procedure from the record will be described below. The following data is included in the SMF record when the job steps for which the reduction time and the processing time are predicted by the parallel processing are serially processed. (A) For SMF type 30 records: 1) Record creation date / record creation time (used for calculating execution elapsed time) 2) Start date / start time (used for calculating execution elapsed time) 3) CPU usage time 4 ) Swap-in time 5) Input / output count of job step (b) SMF type 14/15 record 1) Input / output count of DD statement unit 2) Block length (data size: unit byte) Predicted from such SMF record The reduction time and processing time of the job step in parallel processing are calculated as follows.

【0026】先ず、スワップイン時間はCPUの使用
時間と入出力処理時間の和であるので、複数のステップ
からなるジョブステップにおける入出力(I/O)1回
当たりの経過時間を次式から算出する。 平均I/O時間=(JBSのスワップイン時間−JBS
のCPU使用時間)/JBSの入出力回数 …(式1) 上式で、JBSはジョブステップを示す。
First, since the swap-in time is the sum of the CPU use time and the input / output processing time, the elapsed time per input / output (I / O) in a job step including a plurality of steps is calculated from the following equation. I do. Average I / O time = (JBS swap-in time-JBS
CPU usage time) / JBS input / output count (Equation 1) In the above equation, JBS indicates a job step.

【0027】DD文単位の予測削減時間を式1で算出
した平均I/O時間とDD文単位の入出力回数とを用い
て次式から算出する。 DD文単位の予測削減時間=平均I/O時間×DD文単
位の入出力回数…(式2) ジョブステップ単位の予測削減時間と予測経過時間と
を次式で算出する。
The estimated reduction time for each DD sentence is calculated from the following equation using the average I / O time calculated by Equation 1 and the number of times of input / output for each DD sentence. Predicted reduction time per DD statement = Average I / O time × Number of input / output times per DD statement ... (Equation 2) A predicted reduction time and a predicted elapsed time per job step are calculated by the following equation.

【0028】ジョブステップ単位の予測削減時間=DD
文単位の予測削減時間の合計…(式3) ジョブステップ単位の予測経過時間=経過時間−予測削
減時間…(式4) エクセルバッチ適用可能と診断されたパラレルジョブ
ステップグループ単位の予測削減時間と予測経過時間と
を次のように算出する。
Predicted reduction time per job step = DD
Total predicted reduction time per statement ... (Equation 3) Estimated elapsed time per job step = Elapsed time-Predicted reduction time ... (Equation 4) Estimated reduction time per parallel job step group diagnosed as applicable to Excel batch The estimated elapsed time is calculated as follows.

【0029】−1.パラレルジョブステップグループ
内でパイプデータセットを経由してデータ引継ぎを行っ
ているジョブステップ間では、並列処理による経過時間
の短縮はされないので各ジョブステップグループの予測
経過時間の和として次式により算出する。 ジョブステップグループの予測経過時間=各ジョブステ
ップグループの予測経過時間の合計 …(式5) −2.パラレルジョブステップグループ内でパイプデ
ータセットを経由してデータ引継ぎを行っていないジョ
ブステップ間では、100%並列処理するものとして、
式5で算出したジョブステップグループの予測経過時間
の中で最大値のものをパラレルジョブステップグループ
の予測経過時間として算出する。
-1. Since the elapsed time is not shortened by the parallel processing between the job steps that are taking over the data via the pipe data set in the parallel job step group, the estimated elapsed time of each job step group is calculated by the following equation. . Estimated elapsed time of job step group = sum of estimated elapsed time of each job step group (Equation 5) -2. 100% parallel processing is performed between job steps in the parallel job step group that are not taking over data via the pipe data set.
Among the estimated elapsed times of the job step group calculated by the equation 5, the maximum value is calculated as the estimated elapsed time of the parallel job step group.

【0030】ジョブ単位の予測削減時間と予測経過時
間とを次のように算出する。ジョブ単位の予測経過時間
をジョブをなすパラレルジョブステップグループ単位の
予測経過時間を合計して算出する。ジョブ単位の予測削
減時間は、SMFレコードから得られる直列処理を行っ
たときの経過時間から上記算出した予測経過時間を減算
して求める。
The estimated reduction time and the estimated elapsed time for each job are calculated as follows. The estimated elapsed time for each job is calculated by summing the estimated elapsed time for each parallel job step group forming a job. The estimated reduction time for each job is obtained by subtracting the calculated estimated elapsed time from the elapsed time when serial processing obtained from the SMF record is performed.

【0031】最後に、データセット単位の予測削減時
間と予測経過時間とを次のように算出する。データセッ
ト単位の予測削減時間は式2で算出したDD文単位の予
測削減時間として算出する。データセット単位の予測経
過時間は、データセットをなす複数のステップの直列処
理を行ったときの経過時間をSMFレコードから算出
し、その算出した経過時間からデータセット単位の予測
経過時間を減算して求める。
Finally, a predicted reduction time and a predicted elapsed time in a data set unit are calculated as follows. The predicted reduction time for each data set is calculated as the predicted reduction time for each DD sentence calculated by Expression 2. The estimated elapsed time in the data set unit is obtained by calculating the elapsed time when a plurality of steps constituting the data set are serially processed from the SMF record, and subtracting the estimated elapsed time in the data set unit from the calculated elapsed time. Ask.

【0032】次に、本発明のエクセルバッチによる効果
を予測する際に用いるDD文について、以下に簡単に説
明する。 a)SMFデータセット用DD文:SMFIN DD文 これにより、効果予測の対象となるジョブのSMFレコ
ードを格納したデータセットを指定する。
Next, the DD sentence used to predict the effect of the Excel batch of the present invention will be briefly described below. a) SMF Data Set DD Sentence: SMFIN DD Sentence This specifies the data set that stores the SMF record of the job whose effect is to be predicted.

【0033】b)JCLライブラリ用入力DD文:JC
LLIB DD文 これにより、効果予測の対象となるジョブのJCLを格
納したデータセットを指定する。 c)プロシジャライブラリ用入力DD文:PROCLI
B DD文 これにより、JCLを入力する場合に、JCLから呼び
出されるプロシジャを格納したデータセットを指定す
る。
B) Input DD statement for JCL library: JC
LLIB DD statement This specifies the data set that stores the JCL of the job whose effect is to be predicted. c) Input DD statement for procedure library: PROCLI
BDD sentence In this way, when inputting a JCL, a data set storing a procedure called from the JCL is specified.

【0034】d)効果予測リスト出力用DD文:EFC
TLIB DD文 これにより、効果予測の結果を出力するためのデータセ
ットを指定する。図3は実施例の効果予測リストの構成
図である。第1行目にヘッダーが、第3行目以降に効果
予測診断結果の情報が出力される。図4は図3に示すヘ
ッダ行の出力例を示す図である。上段はカラム番号を示
す。第1行目には、プログラム名、PDCF TOOL V12L10、
このリストが効果予測診断リストであることを示すEFFE
CT-LIST 、リスト出力を実行した日付と時刻が示され
る。
D) DD statement for output of effect prediction list: EFC
TLIB DD statement This specifies a data set for outputting the result of the effect prediction. FIG. 3 is a configuration diagram of the effect prediction list according to the embodiment. The header is output on the first line, and information on the effect prediction diagnosis result is output on the third and subsequent lines. FIG. 4 is a diagram showing an output example of the header row shown in FIG. The upper row shows the column numbers. The first line contains the program name, PDCF TOOL V12L10,
EFFE indicating that this list is a predictive diagnosis list
The date and time when CT-LIST and list output were executed are shown.

【0035】図5は効果予測診断結果情報の出力内容を
示す図である。図3に示す効果予測リストの第3行目以
降に相当する。上から第1段目はカラム番号を示す。第
2段目には、ジョブ名、エクセル適用の有無、効果予測
の可否、開始時刻、終了時刻、経過時間、CPU使用時
間、予測経過時間、予測削減時間および経過時間の予測
削減率が示される。
FIG. 5 is a diagram showing the output contents of the effect prediction diagnosis result information. This corresponds to the third and subsequent lines of the effect prediction list shown in FIG. The first row from the top shows the column numbers. The second row shows the job name, whether or not to apply Excel, whether or not the effect can be predicted, the start time, the end time, the elapsed time, the CPU usage time, the predicted elapsed time, the predicted reduction time, and the predicted reduction rate of the elapsed time. .

【0036】第3段目には、パラレルジョブステップグ
ループ名、パラレルジョブステップ数、開始時刻、終了
時刻、経過時間、CPU使用時間、予測経過時間、予測
削減時間および経過時間の予測削減率が示される。第3
段目は、SMFデータが無効のときには出力されない。
第4段目には、ジョブステップ番号、ジョブステップ
名、平均I/O(入出力)時間、グループ名、開始時
刻、終了時刻、経過時間、CPU使用時間、予測経過時
間、予測削減時間および経過時間の予測削減率が示され
る。第4段目は、SMFデータが無効のときには出力さ
れない。
The third row shows the parallel job step group name, the number of parallel job steps, the start time, the end time, the elapsed time, the CPU usage time, the estimated elapsed time, the estimated reduction time, and the estimated reduction rate of the elapsed time. It is. Third
The second row is not output when the SMF data is invalid.
The fourth row shows the job step number, job step name, average I / O (input / output) time, group name, start time, end time, elapsed time, CPU usage time, estimated elapsed time, estimated reduction time, and elapsed time. The predicted time reduction rate is shown. The fourth row is not output when the SMF data is invalid.

【0037】第5段目には、データセット名、パイプデ
ータセット適用の有無、ブロックサイズ最適化診断結
果、データセットを使用しているジョブステップのジョ
ブステップ番号、DD文のDD名、予測削減時間および
経過時間の予測削減率が示される。第5段目は、SMF
データが無効のときには出力されない。図6はジョブ単
位の効果予測診断結果情報の出力例を示す図であり、
(A)は左半分を示す図であり、(B)は右半分を示す
図である。図6には、(a) ジョブ名、(b) エクセル適用
の有無(JCL解析/解釈でJCLエラーとなったかま
たはSMFデータが無効であったことによりエクセル適
用無しを決定)、(c) 効果予測の可否(JCL解析/解
釈でJCLエラーとなったかまたはSMFデータが無効
であったことにより効果予測不可を決定)、(d) ジョブ
の開始時刻、(e) ジョブの終了時刻、(f) 経過時間、
(g) CPU使用時間、(h) 予測経過時間、(i)予測削減
時間および(j) 経過時間の予測削減率、と(k) 効果予測
診断不可理由が示される。JCL解析/解釈でJCLエ
ラーとなったかまたはSMFデータが無効であったと
き、その理由が示される。
The fifth row shows the data set name, whether or not to apply the pipe data set, the result of the block size optimization diagnosis, the job step number of the job step using the data set, the DD name of the DD statement, and the prediction reduction. The predicted reduction rate of time and elapsed time is shown. The fifth stage is SMF
It is not output when the data is invalid. FIG. 6 is a diagram illustrating an output example of the effect prediction diagnosis result information for each job.
(A) is a diagram showing the left half, and (B) is a diagram showing the right half. FIG. 6 shows (a) the job name, (b) the use of Excel (the JCL analysis / interpretation resulted in a JCL error or the SMF data was invalid, and it was decided that no Excel was used), and (c) the effect. Predictability (JCL analysis / interpretation determines JCL error or invalid SMF data determines effect prediction not possible), (d) Job start time, (e) Job end time, (f) elapsed time,
(g) CPU usage time, (h) predicted elapsed time, (i) predicted reduced time, (j) predicted reduction rate of elapsed time, and (k) reason for failure of effect prediction diagnosis. If a JCL analysis / interpretation results in a JCL error or invalid SMF data, the reason is indicated.

【0038】図7はパラレルジョブステップグループ単
位の効果予測診断結果情報の出力例を示す図である。図
7には、(a) パラレルジョブステップグループ名、(b)
パラレルジョブステップ数、(c) パラレルジョブステッ
プ開始時刻、(d) パラレルジョブステップ終了時刻、
(e) 経過時間、(f) CPU使用時間、(g) 予測経過時
間、(h) 予測削減時間および(i) 経過時間の予測削減率
が示される。
FIG. 7 is a diagram showing an output example of the effect prediction diagnosis result information for each parallel job step group. FIG. 7 shows (a) the parallel job step group name, and (b)
Number of parallel job steps, (c) parallel job step start time, (d) parallel job step end time,
(e) Elapsed time, (f) CPU usage time, (g) Estimated elapsed time, (h) Estimated reduction time, and (i) Estimated reduction rate of elapsed time are shown.

【0039】図8はジョブステップ単位の効果予測診断
結果情報の出力例を示す図であり、(A)は左半分を示
す図であり、(B)は右半分を示す図である。図8に
は、(a) ジョブステップ番号、(b) ジョブステップ名、
(c) ジョブステップ全体での平均I/O(入出力)時間
(単位:秒)、(d) 当該ジョブステップが含まれるパラ
レルジョブステップグループ名、(e) ジョブステップの
開始時刻、(f) ジョブステップの終了時刻、(g) 経過時
間、(h) CPU使用時間、(i) 予測経過時間、(j) 予測
削減時間および(k) 経過時間の予測削減率が示される。
FIG. 8 is a diagram showing an output example of the effect prediction diagnosis result information for each job step. FIG. 8A is a diagram showing the left half, and FIG. 8B is a diagram showing the right half. FIG. 8 shows (a) the job step number, (b) the job step name,
(c) Average I / O (input / output) time (unit: seconds) for the entire job step, (d) Parallel job step group name including the job step, (e) Start time of job step, (f) The job step end time, (g) elapsed time, (h) CPU usage time, (i) predicted elapsed time, (j) predicted reduction time, and (k) predicted reduction rate of elapsed time are shown.

【0040】図9はデータセット単位の効果予測診断結
果情報の出力例を示す図である。図9には、(a) データ
セット名、(b) パイプデータセット適用の有無、(c) ブ
ロックサイズ最適化診断結果、(d) データセットを使用
しているジョブステップのジョブステップ番号、(e) デ
ータセットを定義しているDD文のDD名、(f) データ
セットのパイプデータセット適用とブロック最適化によ
るジョブステップの予測削減時間および(g) データセッ
トのパイプデータセット適用とブロック最適化によるジ
ョブステップの経過時間の予測削減率が示される。
FIG. 9 is a diagram showing an output example of effect prediction diagnosis result information in data set units. FIG. 9 shows (a) data set name, (b) whether or not pipe data set is applied, (c) block size optimization diagnosis result, (d) job step number of the job step using the data set, ( e) DD name of DD statement that defines the data set, (f) Predicted reduction time of job step by applying pipe data set of data set and block optimization, and (g) Application of pipe data set of data set and block optimization The estimated reduction rate of the elapsed time of the job step due to the conversion is shown.

【0041】図10は効果予測リストの出力例を示す図
である。図3〜5で説明したように、第1行目にヘッダ
ーが、第3行目以降に効果予測診断結果の情報がそれぞ
れ出力される。次に、パイプデータセット適用可能検査
について簡単に説明する。図11は並列ジョブステップ
用JCLの具体例を示す図である。ジョブステップの各
命令文には、ジョブステップ番号、DD文番号(必要に
応じて記される)およびJCLが記述され、JCLは P
ARA GRP (パラレルグループのパラメータ)とPIPE(パ
イプデータセットノパラメータ)の記述を含む。図11
に示すようなJCLから、パイプデータセット適用可能
検査を行い、データセットをジョブ内の1DD文のみで
定義している場合、データセットを新規に作成しない場
合、1つのジョブステップ中に同一名のデータセットを
複数個DD文で定義している場合等はパイプデータセッ
ト適用不可能と判断する。このように、JCLによりパ
イプデータセット適用可能検査を精度よく行うことがで
き、したがってSMFレコードだけでジョブステップの
並列処理による経過時間や削減時間を予測するよりも精
度よい予測診断ができる。
FIG. 10 is a diagram showing an output example of the effect prediction list. As described with reference to FIGS. 3 to 5, the header is output on the first line, and the information on the effect prediction diagnosis result is output on the third and subsequent lines. Next, the pipe data set applicability check will be briefly described. FIG. 11 is a diagram showing a specific example of the JCL for parallel job steps. Each command statement of a job step describes a job step number, a DD statement number (written as necessary), and a JCL.
Includes descriptions of ARA GRP (parallel group parameters) and PIPE (pipe data set parameters). FIG.
In the JCL as shown in the figure, pipe data set applicability check is performed. If the data set is defined only by the 1DD statement in the job, if no new data set is created, the same name When a plurality of data sets are defined by DD statements, it is determined that the pipe data set is not applicable. As described above, the pipe data set applicability test can be performed with high accuracy by the JCL, and therefore, a more accurate prediction diagnosis can be performed than when only the SMF record is used to predict the elapsed time or reduced time due to parallel processing of job steps.

【0042】以上説明した本発明の実施形態では、プリ
ンタによるリスト出力を例に示したが、本発明はこれに
限定されるものでなく、CRTに出力表示してもよい。
In the embodiment of the present invention described above, the list output by the printer has been described as an example. However, the present invention is not limited to this, and the output may be displayed on a CRT.

【0043】[0043]

【発明の効果】以上説明したように、本発明によれば、
計算機による並列処理手続きの効果を自動的に予測し出
力する並列処理手続きの予測方法およびそのための記録
媒体を提供することができ、その結果、計算機のユーザ
はその予測のための時間と労力を大幅に削減できる。
As described above, according to the present invention,
It is possible to provide a method of predicting a parallel processing procedure for automatically predicting and outputting the effect of a parallel processing procedure by a computer, and a recording medium therefor. As a result, a user of the computer can significantly increase the time and effort for the prediction. Can be reduced.

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

【図1】本発明の基本構成図である。FIG. 1 is a basic configuration diagram of the present invention.

【図2】本発明による並列処理手続きの効果予測方法の
フローチャートである。
FIG. 2 is a flowchart of an effect prediction method of a parallel processing procedure according to the present invention.

【図3】実施例の効果予測リストの構成図である。FIG. 3 is a configuration diagram of an effect prediction list according to the embodiment.

【図4】図3に示すヘッダ行の出力例を示す図である。FIG. 4 is a diagram showing an output example of a header row shown in FIG. 3;

【図5】効果予測診断結果情報の出力内容を示す図であ
る。
FIG. 5 is a diagram showing output contents of effect prediction diagnosis result information.

【図6】ジョブ単位の効果予測診断結果情報の出力例を
示す図であり、(A)は左半分を示す図であり、(B)
は右半分を示す図である。
FIG. 6 is a diagram showing an output example of effect prediction diagnosis result information in job units, where (A) is a diagram showing the left half and (B)
Is a diagram showing the right half.

【図7】パラレルジョブステップグループ単位の効果予
測診断結果情報の出力例を示す図である。
FIG. 7 is a diagram illustrating an output example of effect prediction diagnosis result information for each parallel job step group.

【図8】ジョブステップ単位の効果予測診断結果情報の
出力例を示す図であり、(A)は左半分を示す図であ
り、(B)は右半分を示す図である。
8A and 8B are diagrams illustrating output examples of effect prediction diagnosis result information in job step units, where FIG. 8A is a diagram illustrating a left half, and FIG. 8B is a diagram illustrating a right half.

【図9】データセット単位の効果予測診断結果情報の出
力例を示す図である。
FIG. 9 is a diagram showing an output example of effect prediction diagnosis result information in data set units.

【図10】効果予測リストの出力例を示す図である。FIG. 10 is a diagram showing an output example of an effect prediction list.

【図11】並列ジョブステップ用JCLの具体例を示す
図である。
FIG. 11 is a diagram illustrating a specific example of a JCL for a parallel job step.

【図12】パイプデータセットによるパラレルジョブス
テップ間のデータの受渡しを示す図である。
FIG. 12 is a diagram showing data transfer between parallel job steps by a pipe data set.

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

1…並列処理効果予測装置 2…SMFデータセット 3…JCLライブラリ 4…プロシジャライブラリ 5…効果予測リスト DESCRIPTION OF SYMBOLS 1 ... Parallel processing effect prediction apparatus 2 ... SMF data set 3 ... JCL library 4 ... Procedure library 5 ... Effect prediction list

Claims (11)

【特許請求の範囲】[Claims] 【請求項1】 複数のステップからなる並列処理実行可
能な処理手続きを計算機により並列処理する並列処理手
続きの効果予測方法において、 前記処理手続きを直列処理したときのSMF(システム
管理機能)レコードを採取し、 前記SMFレコードから前記処理手続きを直列処理した
ときの直列処理経過時間を計算し、 前記SMFレコードから前記処理手続きを並列処理した
ときの削減時間を予測計算し、 前記直列処理経過時間から前記削減時間を減算して前記
並列処理による並列処理経過時間を予測計算する各ステ
ップを備え、前記並列処理手続きを並列処理する効果を
予測診断することを特徴とする並列処理手続きの効果予
測方法。
1. A method for predicting the effect of a parallel processing procedure, in which a computer performs parallel processing of a plurality of steps which can be executed in parallel, comprising: acquiring an SMF (system management function) record when the processing procedure is serially processed. Calculating a serial processing elapsed time when the processing procedure is serially processed from the SMF record; predicting and calculating a reduction time when the processing procedure is processed in parallel from the SMF record; A method for predicting the effect of a parallel processing procedure, comprising the steps of predicting and calculating the parallel processing elapsed time by the parallel processing by subtracting the reduction time, and predicting and diagnosing the effect of performing the parallel processing on the parallel processing procedure.
【請求項2】 前記並列処理手続きを並列処理する効果
の予測診断結果を編集して出力するステップを備える請
求項1に記載の並列処理手続きの効果予測方法。
2. The method for predicting the effect of a parallel processing procedure according to claim 1, further comprising a step of editing and outputting a prediction diagnosis result of an effect of performing the parallel processing procedure in parallel.
【請求項3】 複数のステップからなる並列処理実行可
能な処理手続きを複数集めた処理手続き群を複数有し、
該複数の処理手続き群が、パイプデータセットでデータ
の引継ぎを行う第1並列処理手続き群とパイプデータセ
ットでデータの引継ぎを行わない第2並列処理手続き群
とからなる並列処理手続き群を計算機により並列処理す
る並列処理手続き群の効果予測方法において、 前記並列処理手続き群を直列処理したときのSMFレコ
ードを採取し、 前記SMFレコードから前記並列処理手続き群を直列処
理したときの直列処理経過時間を計算し、 前記SMFレコードに基づき、 第1並列処理手続き群を並列処理したときの第1経過時
間を、第1並列処理手続き群をなす各前記処理手続きの
各予測経過時間を合計して求め、 第2並列処理手続き群を並列処理したときの第2経過時
間を、第2並列処理手続き群をなす各前記処理手続きの
各予測経過時間の内の最大値から求め、 前記並列処理手続き群の並列処理経過時間を、求めた各
第1経過時間と各第2経過時間の内の最大値から求め、 前記直列処理経過時間から前記並列処理経過時間を減算
して前記並列処理により削減される削減時間を予測計算
する各ステップを備え、前記並列処理手続き群を並列処
理する効果を予測診断することを特徴とする並列処理手
続きの効果予測方法。
3. A plurality of processing procedures each comprising a plurality of processing procedures capable of executing parallel processing consisting of a plurality of steps,
The plurality of processing procedure groups form, by a computer, a parallel processing procedure group consisting of a first parallel processing procedure group for taking over data in a pipe data set and a second parallel processing procedure group for not taking over data in a pipe data set. In the method for predicting the effect of a parallel processing procedure group for performing parallel processing, an SMF record obtained when the parallel processing procedure group is serially processed is collected, and a serial processing elapsed time when the parallel processing procedure group is serially processed is obtained from the SMF record. Calculating, based on the SMF record, determining a first elapsed time when the first parallel processing procedure group is processed in parallel by summing the respective predicted elapsed times of the processing procedures forming the first parallel processing procedure group; The second elapsed time when the second parallel processing procedure group is processed in parallel is calculated by calculating each predicted progress of each of the processing procedures forming the second parallel processing procedure group. The parallel processing elapsed time of the parallel processing procedure group is determined from the maximum value of the determined first elapsed time and the second elapsed time, and the parallel processing elapsed time is determined from the serial processing elapsed time. Predicting and calculating the effect of performing the parallel processing on the parallel processing procedure group, each of which includes a step of predicting and calculating the reduction time reduced by the parallel processing by subtracting a processing elapsed time, and effect prediction of the parallel processing procedure. Method.
【請求項4】 前記並列処理手続き群を並列処理する効
果の予測診断結果を編集して出力するステップを備える
請求項3に記載の並列処理手続きの効果予測方法。
4. The method for predicting an effect of a parallel processing procedure according to claim 3, further comprising a step of editing and outputting a result of predicting and diagnosing the effect of performing the parallel processing on the group of parallel processing procedures.
【請求項5】 前記並列処理手続き群を複数有する複合
処理手続きを計算機により直列処理するときの処理時間
を、 前記複合処理手続きをなす各並列処理手続き群の並列処
理経過時間を合計して計算する請求項3または4に記載
の並列処理手続きの効果予測方法。
5. A processing time when a compound processing procedure having a plurality of said parallel processing procedures is serially processed by a computer is calculated by summing up a parallel processing elapsed time of each of the parallel processing procedures forming said composite processing procedure. The method for predicting the effect of a parallel processing procedure according to claim 3.
【請求項6】 複数のステップからなる並列処理実行可
能な処理手続きが、パイプデータセットでデータの引継
ぎを行う複数のステップからなる第1ステップ群とパイ
プデータセットでデータの引継ぎを行わない複数のステ
ップからなる第2ステップ群とからなるとき、第1ステ
ップ群を計算機により並列処理する並列処理手続きの効
果予測方法において、 前記処理手続きを直列処理したときのSMFレコードを
採取し、 前記SMFレコードから第1ステップ群を並列処理した
ときの第1ステップ群の削減時間を予測計算する各ステ
ップを備え、第1ステップ群を並列処理する効果を予測
診断することを特徴とする並列処理手続きの効果予測方
法。
6. A processing procedure capable of executing parallel processing consisting of a plurality of steps comprises a first step group consisting of a plurality of steps for taking over data in a pipe data set and a plurality of steps not taking over data in a pipe data set. In the method for predicting the effect of a parallel processing procedure in which a first step group is processed in parallel by a computer, a SMF record obtained when the processing procedure is serially processed is collected from the SMF record. Effect prediction of a parallel processing procedure, comprising steps of predicting and calculating the reduction time of the first step group when the first step group is processed in parallel, and predicting and diagnosing the effect of parallel processing of the first step group. Method.
【請求項7】 第1ステップ群を並列処理する効果の予
測診断結果を編集して出力するステップを備える請求項
6に記載の並列処理手続きの効果予測方法。
7. The method for predicting an effect of a parallel processing procedure according to claim 6, further comprising a step of editing and outputting a result of the prediction diagnosis of the effect of performing the first step group in parallel.
【請求項8】 前記処理手続きが、複数の第1ステップ
群からなるとき、 前記予測計算した各第1ステップ群の各削減時間を合計
して前記処理手続きの削減時間を予測計算し、 前記SMFレコードから前記処理手続きを直列処理した
ときの直列処理経過時間を計算し、 前記直列処理経過時間から前記削減時間を減算して前記
処理手続きを並列処理したときの並列処理経過時間を予
測計算する各ステップを備える請求項6に記載の並列処
理手続きの効果予測方法。
8. When the processing procedure includes a plurality of first step groups, the reduction time of the processing procedure is predicted and calculated by summing the respective reduction times of the first calculation step groups. Calculate the serial processing elapsed time when the processing procedure is serially processed from the record, and predict and calculate the parallel processing elapsed time when the processing procedure is processed in parallel by subtracting the reduction time from the serial processing elapsed time. 7. The method for predicting the effect of a parallel processing procedure according to claim 6, comprising a step.
【請求項9】 前記採取したSMFレコードの解析の他
に、前記処理手続きの各ステップの命令を記述したJC
L(ジョブ制御文)を解析してパイプデータセットでデ
ータの引継ぎを行うステップ群を判別するステップを、
さらに備えた請求項1乃至8の何れか1項に記載の並列
処理手続きの効果予測方法。
9. A JC describing an instruction of each step of the processing procedure in addition to the analysis of the collected SMF record.
A step of analyzing L (job control statement) to determine a group of steps for taking over data in the pipe dataset;
The method for predicting the effect of a parallel processing procedure according to claim 1, further comprising:
【請求項10】 複数のステップからなる並列処理実行
可能な処理手続きを計算機により並列処理する並列処理
手続きの効果予測方法を計算機に実行させるための記録
媒体において、 前記計算機に、 前記処理手続きを直列処理したときのSMFレコードを
採取し、 前記SMFレコードから前記処理手続きを直列処理した
ときの直列処理経過時間を計算し、 前記SMFレコードから前記処理手続きを並列処理した
ときの削減時間を予測計算し、 前記直列処理経過時間から前記削減時間を減算して前記
並列処理による並列処理経過時間を予測計算する各ステ
ップを実行させるための前記並列処理手続きを並列処理
する効果を予測診断するプログラムを記録したことを特
徴とするコンピュータ読み取り可能な記録媒体。
10. A recording medium for causing a computer to execute a method for predicting the effect of a parallel processing procedure in which a computer performs parallel processing executable in a plurality of steps, wherein the computer executes the processing procedure serially. A SMF record at the time of processing is collected, a serial processing elapsed time when the processing procedure is serially processed is calculated from the SMF record, and a reduction time when the processing procedure is processed in parallel from the SMF record is predicted and calculated. A program for predicting and diagnosing the effect of parallel processing of the parallel processing procedure for executing each step of predicting and calculating the parallel processing elapsed time by the parallel processing by subtracting the reduced time from the serial processing elapsed time. A computer-readable recording medium characterized by the above-mentioned.
【請求項11】 前記並列処理手続きを並列処理する効
果の予測診断結果を編集して出力するステップを実行さ
せるためのプログラムを記録した請求項10に記載の記
録媒体。
11. The recording medium according to claim 10, wherein a program for executing a step of editing and outputting a prediction diagnosis result of an effect of performing the parallel processing procedure in parallel is recorded.
JP9287385A 1997-10-20 1997-10-20 Method for predicting effect of parallel processing procedure, and recording medium therefor Pending JPH11120040A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP9287385A JPH11120040A (en) 1997-10-20 1997-10-20 Method for predicting effect of parallel processing procedure, and recording medium therefor
US09/041,956 US6292885B1 (en) 1997-10-20 1998-03-13 Method of estimating effect of parallel processing and recording medium for method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9287385A JPH11120040A (en) 1997-10-20 1997-10-20 Method for predicting effect of parallel processing procedure, and recording medium therefor

Publications (1)

Publication Number Publication Date
JPH11120040A true JPH11120040A (en) 1999-04-30

Family

ID=17716674

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9287385A Pending JPH11120040A (en) 1997-10-20 1997-10-20 Method for predicting effect of parallel processing procedure, and recording medium therefor

Country Status (2)

Country Link
US (1) US6292885B1 (en)
JP (1) JPH11120040A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006163612A (en) * 2004-12-03 2006-06-22 Kyocera Corp Cellular phone terminal, event management method and computer program therefor

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003050721A (en) * 2001-08-08 2003-02-21 Fujitsu Ltd Method and device for parallel efficiency calculation
JP4776571B2 (en) * 2007-03-16 2011-09-21 富士通株式会社 Execution control program, execution control method, and execution control apparatus
US7958188B2 (en) * 2007-05-04 2011-06-07 International Business Machines Corporation Transaction-initiated batch processing
US9430280B1 (en) * 2013-02-11 2016-08-30 Amazon Technologies, Inc. Task timeouts based on input data characteristics
US9170785B1 (en) * 2013-03-14 2015-10-27 Ca, Inc. Parameterization on the fly
KR102326490B1 (en) * 2020-03-25 2021-11-15 주식회사 티맥스 소프트 Pipelining for step input dataset and output dataset

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4805134A (en) * 1986-01-09 1989-02-14 International Business Machines Corporation Electronic system for accessing graphical and textual information
EP0312764A3 (en) * 1987-10-19 1991-04-10 International Business Machines Corporation A data processor having multiple execution units for processing plural classes of instructions in parallel
DE69123629T2 (en) * 1990-05-04 1997-06-12 Ibm Machine architecture for scalar compound instruction set
US5179672A (en) * 1990-06-19 1993-01-12 International Business Machines Corporation Apparatus and method for modeling parallel processing of instructions using sequential execution hardware
JP3755165B2 (en) 1995-06-22 2006-03-15 富士通株式会社 Parallel processing procedure selection apparatus and method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006163612A (en) * 2004-12-03 2006-06-22 Kyocera Corp Cellular phone terminal, event management method and computer program therefor

Also Published As

Publication number Publication date
US6292885B1 (en) 2001-09-18

Similar Documents

Publication Publication Date Title
JP5648584B2 (en) Method and apparatus for profiling software applications
US5634120A (en) Computer system supporting utilization of utility functions applicable to concurrently executing jobs by monitoring job excution characteristics and determining eligible job combinations for utility function
JP3608915B2 (en) Multiprocessing system performance evaluation method and apparatus, and storage medium storing multiprocessing system performance evaluation program
WO2012073460A1 (en) Computer, method for controlling computer, and recording medium
JPH11120040A (en) Method for predicting effect of parallel processing procedure, and recording medium therefor
JP3755165B2 (en) Parallel processing procedure selection apparatus and method
US7110934B2 (en) Analysis of the performance of a portion of a data processing system
JP2000298593A (en) System and method for predicting performance of multitask system and recording medium stored with program for the method
JP5834991B2 (en) Schematic program test coverage measuring apparatus and method, and program
JP5056479B2 (en) Competitive partial processing detection method, apparatus and computer program
Hu et al. A performance prototyping approach to designing concurrent software architectures
JP2932809B2 (en) Performance prediction / diagnosis system
JP2003050721A (en) Method and device for parallel efficiency calculation
JP4860564B2 (en) Program profiling apparatus, program profiling method, and program
Noetzel The design of a meta-system
JP2623554B2 (en) Dynamic Vector Diagnosis Method for Vector Computer
JPH04305740A (en) Method for displaying processing status
JPH04274519A (en) Automatically executing system for accelerating program
JPH05274190A (en) Work station operating information analyzing system
JP4219119B2 (en) How to determine job execution order
JP2003044518A (en) Data processing program, data processing system, and data processing method
JP2500385B2 (en) Input data management method
JP2001350624A (en) Device and method for proposing module subdivision, and recording medium
CN116955126A (en) Stability testing method and device of operating system, electronic equipment and storage medium
JPH0520051A (en) Software conversion operation controller

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20040511

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20040914