JPH04326434A - Precision improvement control method for job execution prediction - Google Patents

Precision improvement control method for job execution prediction

Info

Publication number
JPH04326434A
JPH04326434A JP3096793A JP9679391A JPH04326434A JP H04326434 A JPH04326434 A JP H04326434A JP 3096793 A JP3096793 A JP 3096793A JP 9679391 A JP9679391 A JP 9679391A JP H04326434 A JPH04326434 A JP H04326434A
Authority
JP
Japan
Prior art keywords
job
time
execution
input
prediction
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
JP3096793A
Other languages
Japanese (ja)
Inventor
Michio Hirano
平野 美知夫
Toshio Hirozawa
廣澤 敏夫
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.)
Hitachi Software Engineering Co Ltd
Hitachi Ltd
Original Assignee
Hitachi Software Engineering Co Ltd
Hitachi 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 Hitachi Software Engineering Co Ltd, Hitachi Ltd filed Critical Hitachi Software Engineering Co Ltd
Priority to JP3096793A priority Critical patent/JPH04326434A/en
Publication of JPH04326434A publication Critical patent/JPH04326434A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To highly precisely predict job execution time even when job execution environment varies by predicting the execution time of a job by means of the individual configuration elements and correcting execution prediction time through the use of processing history data. CONSTITUTION:The job processing history collecting part 14 of a job execution monitoring program 4 accumulates the passing time, the CPU time, the multiplicity and the number of the input/output issue times of an ended job 5 in an auxiliary storage device 2 with pseudo input/output time. A job scheduling part 10 prepares a predication table 6 based on a job processing history accumulated in the auxiliary storage device 2 at the time of starting a processing. A job execution prediction correcting part 12 periodically monitors the CPU time, the number of the input/output issue times, the passing time and the multiplicity of the job 5 so as to obtain correcting intermediate prediction execution time and corrects job finish schedule time in the prediction table 6 based on the result. Then the job start/finish time of an unexecuted job is corrected in accordance with the corrected content.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明は少なくとも1つのジョブ
が実行可能な計算機システムのジョブ実行時間の予測制
御方法に係り、特に計算機システムの負荷によって変動
するジョブの実行時間を予測する方法とジョブの実行中
に予測実行時間を補正する方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method for predicting and controlling the job execution time of a computer system capable of executing at least one job, and more particularly to a method for predicting the execution time of a job that varies depending on the load on the computer system, and This invention relates to a method for correcting predicted execution time during execution.

【0002】0002

【従来の技術】計算機システムにおけるジョブの実行制
御方式は、オペレーティングシステムのマルチプログラ
ミング制御機能の発達にともない複数のジョブを同時に
実行する方式が一般的になりつつある。しかし、大量の
ジョブを一度に実行すると、計算機システムの限られた
資源に競合が発生し性能低下を招くことで、同一ジョブ
であっても実行時間が大幅に変動してしまう恐れがある
。この解決方法として、処理特性の似通ったジョブを一
つのグループ(ジョブクラス)にまとめ、ジョブクラス
毎にジョブを実行する方法が考えられた。この方式によ
れば、同時に動作するジョブ数は実行するジョブクラス
の数で制限することができ、資源の競合もある程度回避
することができる。この方式を使用したジョブ実行制御
の公知例は「VOS3センタ運営,日立製作所HITA
Cマニュアル,8091−3−005」に記載されてい
る。しかし、本方式の問題点は、ジョブクラスを設定し
同時に実行するジョブ数を制限し、資源の競合をある程
度回避できるもののジョブクラスの指定を人的に行って
いるため、資源の競合を回避できずジョブの実行時間を
安定化できないことになる。従って、ジョブが実行中で
あっても、いつ終了するのか分からない状態となる。ジ
ョブの中には所定の時間に終了させることが不可欠なジ
ョブも多い。
2. Description of the Related Art With the development of multiprogramming control functions of operating systems, methods for controlling job execution in computer systems that simultaneously execute a plurality of jobs are becoming common. However, when a large number of jobs are executed at once, competition occurs for the limited resources of the computer system, leading to a decrease in performance, which may cause the execution time to vary significantly even for the same job. As a solution to this problem, a method has been considered in which jobs with similar processing characteristics are grouped into one group (job class) and jobs are executed for each job class. According to this method, the number of jobs running simultaneously can be limited by the number of job classes to be executed, and resource conflicts can be avoided to some extent. A known example of job execution control using this method is “VOS3 Center Management, Hitachi HITA
C Manual, 8091-3-005. However, the problem with this method is that although it is possible to avoid resource conflicts to some extent by setting job classes and limiting the number of jobs that can be executed simultaneously, resource conflicts cannot be avoided because the job classes are specified manually. This means that the execution time of the job cannot be stabilized. Therefore, even if a job is being executed, it is not known when it will end. There are many jobs that must be completed at a predetermined time.

【0003】この課題を解決するためには、ジョブの実
行時間を極力正確に予測して、遅延状態を検出し対策す
る必要がある。この遅延状態の検出には、CPU時間と
入出力時間と経過時間により実効サービス率(ESR)
を求め、この実効サービス率の低下を検出して制御する
方式がある。本方式の公知例は「VOS3センタ運営−
JSS4編−,日立製作所HITACマニュアル,80
90−3−122」に記載されている。本方式によって
ジョブの実行時間が異常に遅延することの回避が可能に
なった。
[0003] In order to solve this problem, it is necessary to predict the execution time of a job as accurately as possible, detect a delay state, and take countermeasures. To detect this delay state, the effective service rate (ESR) is determined by CPU time, input/output time, and elapsed time.
There is a method to detect and control this drop in the effective service rate. A publicly known example of this method is “VOS3 Center Management”
JSS4 Edition-, Hitachi HITAC Manual, 80
90-3-122''. This method makes it possible to avoid abnormal delays in job execution time.

【0004】0004

【発明が解決しようとする課題】しかし、上記実効サー
ビス率を使用したジョブ実効制御方式によっても、シス
テム全体としての実効サービス率に基づくため、個々の
ジョブの実行時間を正確に予測できない。すなわち、C
PU処理と入出力処理の平行処理実施有無等の個々のジ
ョブの特性を考慮できないので、システム全体の処理遅
延対策のためには使用できるが、個々のジョブの制御に
は適用できないことが課題として残る。
However, even with the above-described job effectiveness control method using the effective service rate, the execution time of each job cannot be accurately predicted because it is based on the effective service rate of the entire system. That is, C
The problem is that it cannot take into account the characteristics of individual jobs, such as whether or not parallel processing of PU processing and input/output processing is performed, so although it can be used to counteract processing delays in the entire system, it cannot be applied to control individual jobs. remain.

【0005】したがって本発明の目的は、計算機システ
ムの負荷と個々のジョブの特性を取り入れた実行時間の
予測を行うことで、その予測結果に基づくジョブスケジ
ュールと実行遅延対策を行うことを可能とする手段を提
供することにある。
Therefore, an object of the present invention is to predict the execution time taking into account the load of the computer system and the characteristics of individual jobs, thereby making it possible to schedule jobs and take measures against execution delays based on the prediction results. It is about providing the means.

【0006】[0006]

【課題を解決するための手段】上記目的を達成するため
に本発明のジョブ実行予測制御方式では、計算機システ
ム内にジョブ実行実績蓄積プログラムとジョブ実行予測
制御プログラムとジョブ実行予測補正プログラムを具備
させ、計算機システムの入出力機器としてジョブの予測
実行時間を表示する端末とを具備させる。
[Means for Solving the Problems] In order to achieve the above object, the job execution prediction control method of the present invention includes a job execution record accumulation program, a job execution prediction control program, and a job execution prediction correction program in a computer system. , and a terminal that displays the predicted execution time of a job as an input/output device of the computer system.

【0007】ジョブ実行予測制御プログラムによるジョ
ブの実行時間の予測には、ジョブの処理スピードを表す
指標である数1に示すESRを使用する。
[0007] To predict the execution time of a job using the job execution prediction control program, ESR shown in Equation 1, which is an index representing the processing speed of the job, is used.

【0008】[0008]

【数1】[Math 1]

【0009】ESRは、ジョブを単独で実行した場合を
1.0とした場合の相対的な処理速度係数であるが、E
SRの値を多重度分の1に近似するため入出力時間のか
わりに個々のジョブの特性を吸収する目的で疑似入出力
時間を使用する。
[0009] ESR is a relative processing speed coefficient when the case where a job is executed alone is set to 1.0.
In order to approximate the value of SR to 1 divided by the multiplicity, a pseudo input/output time is used instead of the input/output time for the purpose of absorbing the characteristics of each job.

【0010】ジョブ実行実績蓄積プログラムではESR
の計算のため、ジョブ実行終了時にCPU時間と経過時
間と入出力発行回数を測定し蓄積する。さらに、疑似入
出力時間を求めるための多重度も合わせて測定し蓄積す
る。疑似入出力時間(IOT)は数2でもとめる。
[0010] In the job execution record accumulation program, ESR
To calculate this, the CPU time, elapsed time, and number of input/output issues are measured and accumulated at the end of job execution. Furthermore, the multiplicity for determining the pseudo input/output time is also measured and accumulated. The pseudo input/output time (IOT) can also be determined by equation 2.

【0011】[0011]

【数2】[Math 2]

【0012】ジョブ実行予測制御プログラムでは、ジョ
ブ実行実績蓄積プログラムで蓄積したジョブ毎の実行実
績をもとに予測CPU時間(YCPU)と予測疑似入出
力時間(YIOT)と予測多重度(YT)と予測入出力
発行回数(YIO)をそれぞれ予測する。該ジョブ実行
前の予測実行時間(YET)は数3で求める。
[0012] The job execution prediction control program calculates the predicted CPU time (YCPU), predicted pseudo input/output time (YIOT), and predicted multiplicity (YT) based on the execution results for each job accumulated by the job execution record accumulation program. Predict the expected number of input/output issues (YIO). The predicted execution time (YET) before execution of the job is calculated using Equation 3.

【0013】       YET=(YCPU+YIOT)×YT 
                       …(
数3)   ジョブ実行予測補正プログラムでは該ジョブ実行中
のとき任意の時点での経過時間(CET)と経過CPU
時間(CCPU)と経過入出力発行回数(CIO)を測
定し数4で中間予測実行時間を求める。
[0013]YET=(YCPU+YIOT)×YT
…(
Equation 3) The job execution prediction correction program calculates the elapsed time (CET) and elapsed CPU at any point during the execution of the job.
The time (CCPU) and the number of elapsed input/output issues (CIO) are measured, and the intermediate predicted execution time is determined using Equation 4.

【0014】[0014]

【数4】[Math 4]

【0015】しかし、数4では該ジョブ実行開始直後の
中間予測実行時間の精度が低下するので、数5と数6に
示すように補正する。この実行中の実績情報を過去に蓄
積した該ジョブの実行実績で補正することにより、ジョ
ブ実行予測精度を向上する。       補正中間予測実行時間=YET×(1−R
)+中間予測実行時間×R             
                         
                         
 …(数5)
However, in Equation 4, the accuracy of the intermediate predicted execution time immediately after the start of execution of the job decreases, so it is corrected as shown in Equation 5 and Equation 6. The accuracy of job execution prediction is improved by correcting this performance information during execution with the previously accumulated execution performance of the job. Corrected intermediate prediction execution time=YET×(1-R
) + Intermediate predicted execution time x R


...(Number 5)

【0016】[0016]

【数6】[Math 6]

【0017】なお、ESRの定義に関しては、下記の刊
行物を参照されたい。
[0017] Regarding the definition of ESR, please refer to the following publications.

【0018】「計算機システムにおける性能管理の一方
式とそれを用いた実験,情報処理学会論文誌,第23巻
  第6号  591頁−598頁」
"A method of performance management in computer systems and experiments using it, Journal of the Information Processing Society of Japan, Vol. 23, No. 6, pp. 591-598"

【0019】[0019]

【作用】本発明のジョブ実行予測精度向上方式は、計算
機システム内で定期的あるいは何度も繰返し実行するジ
ョブの実行時間を既に実行済の実行実績を実行環境に左
右されにくい要素に分解して各々予測することで予測精
度を向上する。
[Operation] The job execution prediction accuracy improvement method of the present invention divides the execution time of a job that is executed regularly or repeatedly in a computer system into elements that are less susceptible to the execution environment. Prediction accuracy is improved by predicting each.

【0020】[0020]

【実施例】以下、本発明の一実施例を図1から図4によ
り説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to FIGS. 1 to 4.

【0021】図1は、本発明のジョブ実行予測精度向上
制御方式を適用した計算機システムの構成を表している
。本発明のジョブ実行予測精度向上制御方式は、従来の
計算機システムの構成要素である主記憶装置を含む中央
処理装置1と中央処理装置に動作する少なくとも1つ以
上のジョブ5を同時に実行させうるオペレーティングシ
ステム8,オペレーティングシステム8を操作するコン
ソール9に加え、ジョブの処理履歴とジョブスケジュー
ル情報を格納する補助記憶装置2,ジョブのスケジュー
ル情報や実行状況及び予測結果を表示する端末3,本発
明のジョブ実行予測精度向上制御方式を具備したジョブ
実行監視プログラム4で構成する。本実施例では、本発
明のジョブ実行予測精度向上制御方式を実現するジョブ
実行監視プログラム4はオペレーティングシステム8の
制御下で1つのジョブとして動作するが、本プログラム
はオペレーティングシステム8に組み込まれても良いし
、ジョブの処理履歴の蓄積と予測プログラムを分けても
良い。
FIG. 1 shows the configuration of a computer system to which the job execution prediction accuracy improvement control method of the present invention is applied. The job execution prediction accuracy improvement control method of the present invention uses a central processing unit 1 including a main memory, which is a component of a conventional computer system, and an operating system that allows the central processing unit to simultaneously execute at least one or more jobs 5. In addition to a system 8 and a console 9 for operating the operating system 8, an auxiliary storage device 2 for storing job processing history and job schedule information, a terminal 3 for displaying job schedule information, execution status, and prediction results, and a job according to the present invention. It consists of a job execution monitoring program 4 equipped with an execution prediction accuracy improvement control method. In this embodiment, the job execution monitoring program 4 that implements the job execution prediction accuracy improvement control method of the present invention operates as one job under the control of the operating system 8; however, this program may be incorporated into the operating system 8. It is also possible to separate the accumulation of job processing history and the prediction program.

【0022】図2は、本発明のジョブ実行監視プログラ
ム4の詳細な構成を開示している。ジョブ実行監視プロ
グラム4は、ジョブスケジューリング部10,ジョブ実
行予測結果表示部11,ジョブ実行予測補正部12,ジ
ョブ起動処理部13,ジョブ処理履歴収集部14で構成
する。ジョブ実行監視プログラム4には、ジョブの予測
情報と実行状況を格納する複数個の予測テーブル6を具
備している。本実施例では、ジョブ実行監視プログラム
4は図1のコンソール9からSTARTコマンドを投入
することによって1つのジョブとして起動される。ジョ
ブ実行監視プログラム4が起動されるとオペレーティン
グシステム8から最初にジョブスケジューリング部10
に制御が渡る。ジョブ処理履歴収集部14は、ジョブの
終了時にオペレーティングシステム8から制御が渡る。
FIG. 2 discloses the detailed configuration of the job execution monitoring program 4 of the present invention. The job execution monitoring program 4 includes a job scheduling section 10 , a job execution prediction result display section 11 , a job execution prediction correction section 12 , a job activation processing section 13 , and a job processing history collection section 14 . The job execution monitoring program 4 includes a plurality of prediction tables 6 that store job prediction information and execution status. In this embodiment, the job execution monitoring program 4 is started as one job by inputting a START command from the console 9 in FIG. When the job execution monitoring program 4 is started, the operating system 8 first sends the job scheduling unit 10
control is passed to. The job processing history collection unit 14 receives control from the operating system 8 when the job ends.

【0023】図3は、予測テーブル6の構成を開示して
いる。予測テーブル6は、スケジュール対象のジョブ名
称格納領域15,ジョブ開始時刻あるいはジョブ開始予
定時刻の格納領域16,ジョブ開始(予定)時刻とジョ
ブ実行予測時間より求めたジョブ終了予定時刻の格納領
域17,ジョブ開始前に求めた予測CPU時間(YCP
U)の格納領域18,ジョブ開始前に求めた予測疑似入
出力時間(YIOT)の格納領域19、ジョブ開始前に
求めた予測多重度(YT)の格納領域20,ジョブ開始
前に求めた予測入出力発行回数(YIO)の格納領域2
1,ジョブ開始前に数3で求めた予測実行時間(YET
)の格納領域22,ジョブ終了時刻の最終限界である時
刻の格納領域23,実行中ジョブの開始からの経過時間
(CET)の格納領域24,実行中ジョブの開始からの
経過CPU時間(CCPU)の格納領域25,実行中ジ
ョブの開始からの入出力発行回数(CIO)の格納領域
26で構成する。
FIG. 3 discloses the structure of the prediction table 6. The prediction table 6 includes a storage area 15 for job names to be scheduled, a storage area 16 for job start times or scheduled job start times, a storage area 17 for scheduled job end times determined from job start (scheduled) times and predicted job execution times, Estimated CPU time (YCP) determined before starting the job
U) storage area 18, storage area 19 for predicted pseudo input/output time (YIOT) calculated before starting the job, storage area 20 for predicted multiplicity (YT) calculated before starting the job, prediction calculated before starting the job Storage area 2 for input/output issue count (YIO)
1. Predicted execution time (YET) calculated using equation 3 before starting the job
) storage area 22 for the time that is the final limit of the job end time, storage area 23 for the time that is the final limit of the job end time, storage area 24 for the elapsed time from the start of the job currently being executed (CET), and elapsed CPU time (CCPU) from the start of the job currently being executed. , and a storage area 26 for the number of input/output issues (CIO) since the start of the job being executed.

【0024】図2のジョブ処理履歴収集部14はジョブ
の終了時にオペレーティングシステム8より終了したジ
ョブの課金情報7から経過時間,CPU時間,多重度,
入出力発行回数を求め、さらに数2により求めた疑似入
出力時間とともに補助記憶装置2に蓄積する。ジョブス
ケジューリング部10は、処理開始時、補助記憶装置2
に蓄積されているジョブ処理履歴をもとに予測テーブル
6を作成する。また、補助記憶装置2に格納しているジ
ョブスケジュール情報と予測テーブル6にもとづいてジ
ョブの実行順序を決め、予測テーブル6にジョブ開始予
定時刻16,ジョブ終了予定時刻17を格納する。ジョ
ブ起動処理部13は、スケジュール対象ジョブの実行条
件が整った時、該ジョブを起動し、予測テーブル6のジ
ョブ開始予定時刻16,ジョブ終了予定時刻17を更新
する。
The job processing history collection unit 14 in FIG. 2 collects the elapsed time, CPU time, multiplicity,
The number of input/output issues is determined and further stored in the auxiliary storage device 2 along with the pseudo input/output time determined using Equation 2. The job scheduling unit 10 stores the auxiliary storage device 2 at the start of processing.
A prediction table 6 is created based on the job processing history stored in the. Furthermore, the job execution order is determined based on the job schedule information stored in the auxiliary storage device 2 and the prediction table 6, and the scheduled job start time 16 and scheduled job end time 17 are stored in the prediction table 6. When the execution conditions for the job to be scheduled are met, the job activation processing unit 13 activates the job and updates the scheduled job start time 16 and scheduled job end time 17 in the prediction table 6.

【0025】図4はジョブ実行予測補正部12の主要部
の処理フローである。実行予測補正部には、一定時間の
時間間隔毎、あるいは図1のジョブ実行状況監視端末3
か、コンソール9からのコマンド入力を契機として処理
する。処理部27は、オペレーティングシステム8から
実行中ジョブの経過時間,経過CPU時間,発行済入出
力回数を得、それぞれ予測テーブル6の経過時間(CE
T)24,経過CPU時間(CCPU)25,発行済入
出力回数(CIO)26の格納領域に格納する。次に処
理部28では数3,数6及び数5により補正中間予測実
行時間を求め、この結果をもとにジョブ終了予定時刻1
7を訂正する。次に、処理部29では、まだ実行してい
ないジョブに対して、処理部28で訂正した内容に対応
して、未実行ジョブのジョブ開始予定時刻16,ジョブ
終了予定時刻17を補正する。処理部30と31では、
各予測テーブル6中のジョブ終了予定時刻17とジョブ
終了限界時刻23とを検証し、ジョブ終了限界時刻にな
ってもジョブの実行が終了しないと判断したとき、ジョ
ブ遅延処理31を実行する。ジョブ遅延処理31として
は、ジョブ実行状況監視端末3への遅延表示,TSS多
重度の縮少,システム管理者への連絡等がある。
FIG. 4 is a processing flow of the main part of the job execution prediction correction section 12. The execution prediction correction unit is configured to perform the job execution status monitoring terminal 3 at fixed time intervals or at the job execution status monitoring terminal 3 in FIG.
Otherwise, the process is triggered by a command input from the console 9. The processing unit 27 obtains the elapsed time of the job being executed, the elapsed CPU time, and the number of issued input/outputs from the operating system 8, and calculates the elapsed time (CE) of the prediction table 6, respectively.
T) 24, elapsed CPU time (CCPU) 25, and issued input/output count (CIO) 26 storage areas. Next, the processing unit 28 calculates the corrected intermediate predicted execution time using Equations 3, 6, and 5, and based on this result, the estimated job end time 1
Correct 7. Next, the processing unit 29 corrects the scheduled job start time 16 and scheduled job end time 17 of the unexecuted job, corresponding to the content corrected by the processing unit 28 for the job that has not yet been executed. In the processing units 30 and 31,
The scheduled job end time 17 and the job end time limit 23 in each prediction table 6 are verified, and when it is determined that the execution of the job will not end even when the job end limit time is reached, job delay processing 31 is executed. Job delay processing 31 includes displaying a delay on the job execution status monitoring terminal 3, reducing the TSS multiplicity, and contacting the system administrator.

【0026】図2のジョブ実行予測結果表示部11は、
ジョブ実行予測結果及びジョブ実行予測補正部12によ
る補正結果をタイムチャート等の形でジョブ実行状況監
視端末3に表示する。
The job execution prediction result display section 11 in FIG.
The job execution prediction result and the correction result by the job execution prediction correction unit 12 are displayed on the job execution status monitoring terminal 3 in the form of a time chart or the like.

【0027】[0027]

【発明の効果】本発明によれば、ジョブのCPU時間と
入出力発行回数と経過時間と多重度を定期的にモニタリ
ングすることで、あらかじめ予測しておいたジョブ実行
時間の補正が実現でき、計算機システムの負荷に依存し
て変動するジョブの終了予測時刻を高精度でジョブ投入
者に教えることが可能になり、従来の経験的なジョブ終
了予定時刻を明確化できる効果がある。
[Effects of the Invention] According to the present invention, by regularly monitoring the CPU time, number of input/output issues, elapsed time, and multiplicity of a job, it is possible to correct the job execution time predicted in advance. It becomes possible to inform the job submitter with high accuracy of the predicted end time of a job, which varies depending on the load of the computer system, and has the effect of clarifying the expected end time of a job based on conventional experience.

【0028】さらに、ジョブ終了時刻の高精度な予測に
より、ジョブ実行の遅延状況を事前に通知できるので、
何らかのジョブの処理スピードの向上手段を実施でき、
ジョブ実行の遅延による他のジョブへの影響を従来に比
べ局所化できる効果がある。
[0028]Furthermore, by highly accurate prediction of job end time, job execution delay status can be notified in advance.
You can implement some measures to improve the processing speed of the job,
This has the effect of localizing the impact on other jobs due to a delay in job execution compared to the conventional method.

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

【図1】本発明のジョブ実行予測精度向上制御方式を具
備した計算機システムの構成図である。
FIG. 1 is a configuration diagram of a computer system equipped with a job execution prediction accuracy improvement control method according to the present invention.

【図2】ジョブ実行予測を実施して、この結果を表示し
、監視するジョブ実行監視プログラムの構造を示す図で
ある。
FIG. 2 is a diagram showing the structure of a job execution monitoring program that executes job execution prediction and displays and monitors the results.

【図3】ジョブの実行予測データと実行中ジョブの経過
データを格納する予測テーブルの構造を示す図である。
FIG. 3 is a diagram illustrating the structure of a prediction table that stores job execution prediction data and progress data of currently executing jobs.

【図4】本発明の中心となるジョブ実行予測補正部の処
理フローチャートである。
FIG. 4 is a processing flowchart of a job execution prediction correction unit that is the core of the present invention.

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

1…中央処理装置、2…補助記憶装置、3…ジョブ実行
状況監視端末、4…ジョブ実行監視プログラム、5…ジ
ョブ、6…予測テーブル、7…課金情報、8…オペレー
ティングシステム、9…コンソール、10…ジョブスケ
ジューリング部、11…ジョブ実行予測結果表示部、1
2…ジョブ実行予測補正部、13…ジョブ起動処理部、
14…ジョブ処理履歴収集部。
DESCRIPTION OF SYMBOLS 1...Central processing unit, 2...Auxiliary storage device, 3...Job execution status monitoring terminal, 4...Job execution monitoring program, 5...Job, 6...Prediction table, 7...Billing information, 8...Operating system, 9...Console, 10...Job scheduling unit, 11...Job execution prediction result display unit, 1
2...Job execution prediction correction unit, 13...Job activation processing unit,
14...Job processing history collection unit.

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】少なくとも1つのジョブが実行可能な情報
処理システムにおいて、実行中あるいは実行済ジョブの
処理履歴を処理時間の構成要素に分解して収集し、ジョ
ブの実行前に該ジョブの実行時間を構成要素別に予測し
、実行中のジョブの実行予測時間を収集した処理履歴デ
ータを使用して補正することを特徴とするジョブ実行予
測精度向上制御方法。
Claim 1: In an information processing system capable of executing at least one job, the processing history of a job that is currently being executed or has been executed is broken down into components of processing time and collected, and the execution time of the job is collected before execution of the job. A control method for improving job execution prediction accuracy, characterized in that the prediction is made for each component, and the predicted execution time of a job being executed is corrected using collected processing history data.
【請求項2】上記処理履歴収集において、該ジョブの消
費CPU時間と入出力発行回数と経過時間と多重度とを
該ジョブ実行中の任意の時点及び該ジョブ終了時に収集
し、収集した該ジョブの消費CPU時間と入出力発行回
数と経過時間と多重度とを記憶することを特徴とする特
許請求範囲第1項記載のジョブ実行予測精度向上制御方
法。
2. In the processing history collection, the CPU time consumed, the number of input/output issues, the elapsed time, and the multiplicity of the job are collected at any time during the execution of the job and at the end of the job; 2. The job execution prediction accuracy improvement control method according to claim 1, wherein the CPU time consumed, the number of input/output issues, the elapsed time, and the degree of multiplicity are stored.
【請求項3】上記実行時間の予測において、該ジョブの
予想CPU時間と予想入出力発行回数と、予想疑似入出
力時間を該ジョブの実行前に設定することを特徴とする
特許請求範囲第1項記載のジョブ実行予測精度向上制御
方法。
3. In predicting the execution time, the expected CPU time, expected number of input/output issues, and expected pseudo input/output time of the job are set before execution of the job. The job execution prediction accuracy improvement control method described in .
【請求項4】該実行時間の予測において、該ジョブの1
回当りの入出力処理時間を経過時間と多重度と入出力発
行回数とCPU時間を使用して、疑似的に求めることを
特徴とする特許請求範囲第1項記載のジョブ実行予測精
度向上制御方法。
4. In predicting the execution time, one of the jobs
A control method for improving job execution prediction accuracy according to claim 1, characterized in that the input/output processing time per run is determined in a pseudo manner using elapsed time, multiplicity, number of input/output issues, and CPU time. .
【請求項5】上記予測実行時間の補正において、経過C
PU時間と経過時間と経過入出力発行回数を使用して、
進捗率を求めて補正することを特徴とする特許請求範囲
第1項記載のジョブ実行予測精度向上制御方法。
5. In the correction of the predicted execution time, the elapsed C
Using the PU time, elapsed time, and elapsed I/O issue count,
2. A job execution prediction accuracy improvement control method according to claim 1, characterized in that the progress rate is calculated and corrected.
JP3096793A 1991-04-26 1991-04-26 Precision improvement control method for job execution prediction Pending JPH04326434A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3096793A JPH04326434A (en) 1991-04-26 1991-04-26 Precision improvement control method for job execution prediction

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3096793A JPH04326434A (en) 1991-04-26 1991-04-26 Precision improvement control method for job execution prediction

Publications (1)

Publication Number Publication Date
JPH04326434A true JPH04326434A (en) 1992-11-16

Family

ID=14174516

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3096793A Pending JPH04326434A (en) 1991-04-26 1991-04-26 Precision improvement control method for job execution prediction

Country Status (1)

Country Link
JP (1) JPH04326434A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003058518A (en) * 2001-08-06 2003-02-28 Internatl Business Mach Corp <Ibm> Network system, cpu resource provider, client device, processing service providing method, and program
WO2004088518A1 (en) * 2003-03-31 2004-10-14 Fujitsu Limited Cpu use time counting method and job control device using the cpu use time
JP2009093642A (en) * 2007-10-09 2009-04-30 Xerox Corp System and method of forecasting print job related demand
US8484643B2 (en) 2003-03-31 2013-07-09 Fujitsu Limited CPU usage time counting method and job control system using this CPU usage time
US8494995B2 (en) 2010-11-17 2013-07-23 International Business Machines Corporation Systems and methods for dynamically reconfiguring predictive analytics within workflows using selective user feedback
US8793693B2 (en) 2011-05-31 2014-07-29 Fujitsu Limited Apparatus and method for predicting a processing time of a computer

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003058518A (en) * 2001-08-06 2003-02-28 Internatl Business Mach Corp <Ibm> Network system, cpu resource provider, client device, processing service providing method, and program
US7454754B2 (en) 2001-08-06 2008-11-18 International Business Machines Corporation System for providing resources based on licensing contract with user by correcting the error between estimated execution time from the history of job execution
US8245237B2 (en) 2001-08-06 2012-08-14 International Business Machines Corporation Providing resources to a job comparing estimated execution time on currently available nodes and estimated execution time on nodes available after completion of a currently executing job
US8689229B2 (en) 2001-08-06 2014-04-01 International Business Machines Corporation Providing computational resources to applications based on accuracy of estimated execution times provided with the request for application execution
WO2004088518A1 (en) * 2003-03-31 2004-10-14 Fujitsu Limited Cpu use time counting method and job control device using the cpu use time
US8484643B2 (en) 2003-03-31 2013-07-09 Fujitsu Limited CPU usage time counting method and job control system using this CPU usage time
JP2009093642A (en) * 2007-10-09 2009-04-30 Xerox Corp System and method of forecasting print job related demand
US8494995B2 (en) 2010-11-17 2013-07-23 International Business Machines Corporation Systems and methods for dynamically reconfiguring predictive analytics within workflows using selective user feedback
US8793693B2 (en) 2011-05-31 2014-07-29 Fujitsu Limited Apparatus and method for predicting a processing time of a computer

Similar Documents

Publication Publication Date Title
US8793693B2 (en) Apparatus and method for predicting a processing time of a computer
US5465354A (en) Method and apparatus for job execution prediction and control and method for job execution situation display
US8069444B2 (en) Method and apparatus for achieving fair cache sharing on multi-threaded chip multiprocessors
US8402463B2 (en) Hardware threads processor core utilization
US5473773A (en) Apparatus and method for managing a data processing system workload according to two or more distinct processing goals
US7302450B2 (en) Workload scheduler with resource optimization factoring
US8117618B2 (en) Forward progress mechanism for a multithreaded processor
US5903757A (en) Monitoring and handling of exception conditions in computer system
US6349321B1 (en) Data processing system and scheduling method
EP2905702B1 (en) Real-time multi-task scheduling method and device
EP0346009A2 (en) Measuring utilization of processor shared by multiple system control programs
WO2011155233A1 (en) Cluster configuration management method, management device, and storage medium wherein program is stored
US20070266385A1 (en) Performance level setting in a data processing system
US20040039935A1 (en) Method and device for measuring the execution time of a real task in a real time system
JPH04326434A (en) Precision improvement control method for job execution prediction
US9195515B1 (en) Method and system for process load balancing
JP2005157955A (en) Resource reservation system and method and storage medium recording program for implementing this method
US20090168092A1 (en) Job management and scheduling method for network system
JP2000056989A (en) Task designing method
JP4853390B2 (en) Measuring device
JP2002099435A (en) Control method of multi-task and information processor
JP3876818B2 (en) Multiprocessor computer and program
JPH05334102A (en) Device for forecasting job execution status
EP1011045B1 (en) Object-oriented job scheduler
CN114651235A (en) Shared resource allocation in multithreaded microprocessors