JPH036738A - Job schedule control method - Google Patents
Job schedule control methodInfo
- Publication number
- JPH036738A JPH036738A JP14102189A JP14102189A JPH036738A JP H036738 A JPH036738 A JP H036738A JP 14102189 A JP14102189 A JP 14102189A JP 14102189 A JP14102189 A JP 14102189A JP H036738 A JPH036738 A JP H036738A
- Authority
- JP
- Japan
- Prior art keywords
- job
- execution
- initiators
- class
- time
- 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
Links
- 238000000034 method Methods 0.000 title claims abstract description 12
- 239000003999 initiator Substances 0.000 claims abstract description 61
- 230000007423 decrease Effects 0.000 description 3
- 238000010586 diagram Methods 0.000 description 2
- 230000000694 effects Effects 0.000 description 2
- 238000012790 confirmation Methods 0.000 description 1
- 230000006866 deterioration Effects 0.000 description 1
- 230000007774 longterm Effects 0.000 description 1
- 230000000717 retained effect Effects 0.000 description 1
- 230000001960 triggered effect Effects 0.000 description 1
Abstract
Description
【発明の詳細な説明】
〔産業上の利用分野〕
本発明は、計算機システムにおけるジョブスケジューリ
ングに関し、特に、ジョブ実行のターン・アラウンド・
タイムの悪化を未然に防ぐためのジョブスケジューリン
グ自動化に関する。[Detailed Description of the Invention] [Field of Industrial Application] The present invention relates to job scheduling in a computer system, and particularly to job execution turnaround and
Related to job scheduling automation to prevent time deterioration.
従来のジョブスケジューリングでは、各ジョブクラスに
ついて、割当てられる時間帯、並行して実行され得るジ
ョブの個数、優先順位などを規定するジョブ処理管理情
報が予め用意されこの情報がオペレータによって計算機
に与えられると、その情報はそのまま保持され、変更に
はオペレータの介入を必要とする。また、特開昭60−
27949号公報に記載されているように、複数セット
のジョブ処理管理情報が備えられ、オペレーティングシ
ステムがそれらを選択的に使用して、それにより計算機
システムの運用効率を改善するジョブスケジューリング
システムも提案されているが。In conventional job scheduling, job processing management information is prepared in advance for each job class, specifying the allocated time slot, number of jobs that can be executed in parallel, priority, etc., and when this information is given to a computer by an operator, , that information is retained and changes require operator intervention. Also, JP-A-60-
As described in Japanese Patent No. 27949, a job scheduling system has also been proposed in which multiple sets of job processing management information are provided and the operating system selectively uses them, thereby improving the operational efficiency of the computer system. Although it is.
それらのジョブ処理管理情報セットは、すべてオペレー
タによって用意されなければならない。All such job processing management information sets must be prepared by the operator.
イニシエータ本数は、計算機に投入されるジョブの予想
に基づいて作成されるものであるが、実際に投入される
ジョブの実行時間は、プログラムの性格により、大きく
変動する。The number of initiators is created based on the prediction of jobs to be submitted to a computer, but the execution time of the actually submitted jobs varies greatly depending on the nature of the program.
このため、イニシエータ本数は、平均的なジョブ実行時
間をもとに算出することとなる。Therefore, the number of initiators is calculated based on the average job execution time.
ところが、実際の計算機システムで処理されるジョブの
中には、デバッグジョブなど、プログラムネ良等の要因
により、実行時間が非常に長いジョブが存在する。この
ようなジョブにより、イニシエータが長時間に渡り占有
されると、ジョブの実行待ち行列が大きくなり、計算機
の処理効率が低下する。このような問題が生じた場合、
ジョブ処理管理情報(イニシエータ本数)の変更が必要
となるが、
上記従来技術では、この変更にオペレータの介入が必要
であるため、迅速に正確な対応をすることができず、最
適なジョブスケジュールを常時推持することが困難であ
るという問題があった。However, among the jobs processed in an actual computer system, there are jobs such as debug jobs that take a very long execution time due to factors such as program error. If such a job occupies an initiator for a long time, the job execution queue becomes large and the processing efficiency of the computer decreases. If such a problem occurs,
It is necessary to change job processing management information (number of initiators), but with the above conventional technology, operator intervention is required for this change, making it impossible to respond quickly and accurately, making it difficult to determine the optimal job schedule. There was a problem in that it was difficult to maintain it all the time.
本発明の目的は、長時間ジョブによるイニシエータ占有
に起因するジョブ実行待ち件数の増加を未然に防止する
ように、イニシエータ本数を制御するジョブスケジュー
ル制御方法を提供することにある。An object of the present invention is to provide a job schedule control method for controlling the number of initiators so as to prevent an increase in the number of jobs waiting for execution due to initiators being occupied by long-term jobs.
上記目的は、相次いで投入されるジョブをジョブクラス
に分類し、ジョブクラスの実行本数や実行優先順位を定
めたジョブ実行スケジュールに従って、ジョブ実行の制
御を行う複数のイニシエータを作動させる計算機システ
ムにおいて、実行中であるジョブ毎に実行開始からの経
過時間を計測する手段と、予め設定されたジョブクラス
毎の基準実行時間を格納する手段とを設け、ある実行中
のジョブについて上記実行開始からの経過時間がそのジ
ョブに属するジョブクラスに関する上記基準実行時間を
越えた場合、当該ジョブの属するジョブクラスに対しイ
ニシエータの増設と割当てを行い1.当該ジョブ終了時
にイニシエータ本数の割当てをもとに戻すことにより達
成される。The above purpose is to provide a computer system that classifies successively submitted jobs into job classes and operates multiple initiators that control job execution according to a job execution schedule that determines the number of job classes to be executed and the priority of execution. A means for measuring the elapsed time from the start of execution for each job being executed, and a means for storing a preset reference execution time for each job class are provided, and the elapsed time from the start of execution for a certain job being executed is provided. If the time exceeds the standard execution time for the job class to which the job belongs, add and allocate an initiator to the job class to which the job belongs.1. This is achieved by restoring the original number of initiators at the end of the job.
予め設定される基準実行時間は、各ジョブクラスにおけ
るジョブ実行時間の基準を示すものであり、この時間を
越えて実行されているジョブは、同一ジョブクラスに投
入された他のジョブの実行を遅らせる恐れがある。この
ような状態にあるジョブクラスに、イニシエータ本数を
増設することにより、実行待ちジョブの件数増加を未然
に防ぎ、計算機効率の低下を防止できる。The preset standard execution time indicates the standard job execution time for each job class, and a job that is executed beyond this time will delay the execution of other jobs submitted to the same job class. There is a fear. By increasing the number of initiators for a job class in such a state, it is possible to prevent an increase in the number of jobs waiting to be executed and to prevent a decrease in computer efficiency.
また、基準実行時間を越えたジョブの実行終了後に、そ
のジョブの使用したイニシエータに対しジョブの取り出
しを行わないようにすることにより、イニシエータ本数
が必要以上に増加するのを防ぐことができる。Further, by not extracting the job from the initiator used by the job after the execution of the job that exceeded the standard execution time, it is possible to prevent the number of initiators from increasing more than necessary.
以下1本発明の一実施例を図面を用いて詳細に説明する
。An embodiment of the present invention will be described below in detail with reference to the drawings.
第1図は1本発明によるジョブスケジューリングを実行
する計算機システムを、機能ブロック図の形で示す。図
において幅の広い矢印はジョブ処理の流れを示し、単線
矢印は制御用情報の流れを示す。FIG. 1 shows, in the form of a functional block diagram, a computer system that executes job scheduling according to the present invention. In the figure, wide arrows indicate the flow of job processing, and single-line arrows indicate the flow of control information.
ジョブ入力部1は、計算機システム10に投入される相
次ぐジョブを受は取り、それらをジョブクラスで分類し
、ジョブキュー2に登録する。ジョブキュー2内で、諸
ジョブは、各ジョブクラスごとに待ち行列を形成する。The job input unit 1 receives successive jobs input into the computer system 10, classifies them by job class, and registers them in the job queue 2. Within the job queue 2, jobs form queues for each job class.
適当数のイニシエータ3が設けられ、各イニシエータは
、ジョブをジョブキュ−2から取りだして、その実行環
境を設定する。GMS (Generolized
Mα−in 5ervice)4は、空いているイニ
シエータ3に、どのジョブクラスの待ち行列からジョブ
を取り出すべきかを指示する。ジョブ実行部5は、イニ
シエータ3により取り出されたジョブを、設定された環
境の下で実行し、ジョブ出力部6は、実行が終了したジ
ョブのための出力処理を行なう。A suitable number of initiators 3 are provided, and each initiator takes out a job from the job queue 2 and sets its execution environment. GMS
Mα-in 5service) 4 instructs the available initiators 3 from which job class queue the job should be taken out. The job execution unit 5 executes the job retrieved by the initiator 3 under a set environment, and the job output unit 6 performs output processing for the job that has finished execution.
基準時間格納テーブル8は、第2図に示すように、ジョ
ブクラス毎に基準となる実行時間を格納する。このテー
ブルの作成はシステム立ち上げのときに行われるが、オ
ペレータによりいつでも更新できる。As shown in FIG. 2, the reference time storage table 8 stores reference execution times for each job class. This table is created at system startup, but can be updated by the operator at any time.
実行時間格納テーブル9は、ジョブ実行部5において実
行されている各ジョブについて、実行開始からの経過時
間が格納される。実行中のジョブは、それぞれに割り当
てられたイニシエータを実行終了まで占有する。このた
め、第3図では、イニシエータごとに、対応するジョブ
の経過時間が格納されている。The execution time storage table 9 stores the elapsed time from the start of execution for each job being executed by the job execution unit 5. Jobs being executed occupy the initiators assigned to them until the end of execution. Therefore, in FIG. 3, the elapsed time of the corresponding job is stored for each initiator.
イニシエータ本数Ig理テーブル7は、第4図のように
、各ジョブクラスについて、割り当てイニシエータ本数
の初期値、及び現在値、最大値を格納する。初期値は1
通常にジョブが処理されている時の、各ジョブクラスに
割り当てられたイニシエータの本数を表す、現在値は、
計算機稼動中のある時点でのイニシエータ本数を表す。As shown in FIG. 4, the initiator number Ig management table 7 stores the initial value, current value, and maximum value of the allocated initiator number for each job class. The initial value is 1
The current value, which represents the number of initiators assigned to each job class when jobs are normally processed, is:
Represents the number of initiators at a certain point in time while the computer is running.
最大値は、各ジョブクラスに割り当て得るイニシエータ
本数の最大値を表す。The maximum value represents the maximum number of initiators that can be allocated to each job class.
0MS4は、基準時間格納テーブル8と、実行時間格納
テーブル9の内容を比較しながら、後述する手順で、ジ
ョブスケジュールの最適化を行う。The OMS 4 optimizes the job schedule by comparing the contents of the reference time storage table 8 and the execution time storage table 9 in accordance with the procedure described later.
第5図は、第1図に示された計算機システムにおいて行
なねれるジョブスケジューリングの過程の一例を、フロ
ーチャートの形で示す。FIG. 5 shows, in the form of a flowchart, an example of the job scheduling process performed in the computer system shown in FIG.
システム立ち上げ(ステップ101)に際して、イニシ
エータ本数管理テーブル7と基準時間格納テーブル8の
初期設定(ステップ102)が行われる、イニシエータ
3は、0MS4の指示に従い、割り当てられたジョブク
ラスのジョブの処理を開始する(ステップ103)。イ
ニシエータによってジョブキュー2から取り出されたジ
ョブは、ジョブ実行部5によって実行される。When starting up the system (step 101), the initiator number management table 7 and the reference time storage table 8 are initialized (step 102).The initiator 3 processes jobs in the assigned job class according to the instructions from the 0MS4. Start (step 103). The job taken out from the job queue 2 by the initiator is executed by the job execution unit 5.
計算機におけるジョブ処理が繰り返し行われている間に
、一定時間が経過すると(ステップ1゜4)、実行中で
ある各ジョブについて、実行開始からの経過時間が、実
行時間格納テーブル9に格納される(ステップ1o5)
。0MS4は、このテーブルの内容と、基準時間格納テ
ーブル8の内容を比較し、あるジョブの経過時間が、そ
のジョブへ鼎するジョブクラスの基準時間を越えた場合
(ステップ106)−当該ジョブクラスに対してイニシ
エータ増設が可能であれば(ステップ1゜7)、当該ジ
ョブクラスに対し、イニシエータを1本増設して割り当
て、ジョブ処理を開始させる(ステップ108)。イニ
シエータ増設が可能かどうかのチエツクは、実際には、
イニシエータ本数管理テーブル7を用いて行われ、テー
ブル上のイニシエータ本数の現在値が、最大値未満であ
れば、増設可能となり、テーブル上の現在値を+1して
更新される。ただし、当該ジョブに対し、既にイニシエ
ータ増設済である場合は、増設は行わない。増設不可と
なった場合、イニシエータ本数は、現状のままとする。When a certain period of time has elapsed while job processing in the computer is being repeated (step 1.4), the elapsed time from the start of execution for each job being executed is stored in the execution time storage table 9. (Step 1o5)
. The 0MS4 compares the contents of this table with the contents of the reference time storage table 8, and if the elapsed time of a certain job exceeds the reference time of the job class that transfers to that job (step 106) - On the other hand, if it is possible to add an initiator (step 1.7), one initiator is added and assigned to the job class, and job processing is started (step 108). To check whether it is possible to add more initiators, actually:
This is done using the initiator number management table 7, and if the current value of the number of initiators on the table is less than the maximum value, expansion is possible and the current value on the table is updated by +1. However, if an initiator has already been added to the job, the initiator will not be added. If expansion is not possible, the number of initiators will remain as is.
以上の処理が、実行終了したジョブが出るまで、反復さ
れる(ステップ109)。The above process is repeated until there is a job that has completed execution (step 109).
実行終了したジョブがあると、0MS4は、そのジョブ
の実行に対し、イニシエータ増設を行ったか確認する(
ステップ110)、この確認は、イニシエータ本数管理
テーブル7において、イニシエータ本数の初期値と現在
値が異なっているかを見て判断する。現在値が初期値よ
り大きい場合、0MS4は、イニシエータ増設の契機と
なったジョブ実行終了により、空きとなるイニシエータ
に対しては、ジョブ取り出し指示を停止し、イニシエー
タ本数管理テーブル7上の現在値を−1した値に更新す
ることによって、当該ジョブクラスへのイニシエータ本
数を1本削減する(ステップ111)、実行終了したジ
ョブに対して、イニシエータ増設が行われていない場合
、0MS4は、空いたイニシエータに、次のジョブ取り
出し指示を行い、実行させる(ステップ11:11’)
。If there is a job that has finished executing, the 0MS4 checks whether an initiator has been added for the execution of that job (
This confirmation is made by checking whether the initial value and current value of the number of initiators in the initiator number management table 7 are different (step 110). If the current value is larger than the initial value, the 0MS4 stops issuing job retrieval instructions to the initiators that become vacant due to the completion of job execution that triggered the addition of initiators, and updates the current value on the initiator number management table 7. By updating the value to -1, the number of initiators for the job class is reduced by one (step 111). If no initiators have been added to the job that has completed execution, 0MS4 is the number of vacant initiators. Instructs to retrieve the next job and executes it (step 11:11')
.
以上の処理が、計算機停止が指示されるまで反復される
(ステップ113,114)。The above process is repeated until the computer is instructed to stop (steps 113, 114).
本実施例によれば、実行時間の長いジョブが発生しても
、自動的に計算機の処理効率低下を防ぐジョブスケジュ
ーリングが達成される。According to this embodiment, even if a job with a long execution time occurs, job scheduling is achieved that automatically prevents a decrease in computer processing efficiency.
また、イニシエータ本数管理テーブル7の最大値を設定
することによって、各ジョブクラスの性格、システムの
リソース状況、計算機センタの運用方針に沿った、ジョ
ブスケジューリングを保つことができる。しかし、実行
時間の長いジョブの発生率が低い場合等、イニシエータ
本数の極端な増加が起りにくい場合は、イニシエータ本
数管理テーブル7をなくシ、長時間ジョブ発生により、
必ずイニシエータ本数が増設され、長時間ジョブ実行終
了後、イニシエータ本数の削減が行われるようにするこ
ともできる。Furthermore, by setting the maximum value in the initiator number management table 7, job scheduling can be maintained in accordance with the characteristics of each job class, the system resource situation, and the operation policy of the computer center. However, if the number of initiators is unlikely to increase dramatically, such as when the occurrence rate of jobs with long execution times is low, the initiator number management table 7 can be eliminated, and the occurrence of long-running jobs
It is also possible to always increase the number of initiators, and then reduce the number of initiators after the long-time job execution ends.
本発明によれば、実際のジョブ処理状況の変化に応じて
、イニシエータのジョブクラスへの割り当てが自動的に
最適化される。その結果、計算機において実行中のジョ
ブに、非常に長い実行時間を持つものがあっても、イニ
シエータ本数の増設により、実行待ちとなるジョブ数の
増加を未然に防止することができる。従って、計算機シ
ステムの運用効率を、自動的に常に最適に保つことがで
きる。According to the present invention, the assignment of initiators to job classes is automatically optimized in accordance with changes in actual job processing conditions. As a result, even if some of the jobs being executed in the computer have a very long execution time, increasing the number of initiators can prevent an increase in the number of jobs waiting for execution. Therefore, the operational efficiency of the computer system can be automatically maintained at the optimum level at all times.
第1図は2本発明のジョブスケジュール制御方法を実行
する計算機システムの一例を示す機能ブロック図、第2
図は基準時間格納テーブルの内容の一例を示す図、第3
図は実行時間格納テーブルの内容の一例を示す図、第4
図はイニシエータ本数管理テーブルの一例を示す図、第
5図は本発明のジョブスケジュール制御方法の一実施例
のフローチャートである。
2・・・ジョブキュー
3・・・イニシエータ、
4・・・GMS、
5・・・ジョブ実行部、
7・・・イニシエータ本数管理テーブル、8・・・基準
時間格納テーブル。
9・・・実行時間格納テーブル、
104〜108・・・イニシエータ1g!設処理、11
0〜111・・・イニシエータ削減処理。
晃2目
晃l
第4 口FIG. 1 is a functional block diagram showing an example of a computer system that executes the job schedule control method of the present invention;
The figure shows an example of the contents of the reference time storage table.
The figure shows an example of the contents of the execution time storage table.
The figure shows an example of an initiator number management table, and FIG. 5 is a flowchart of an embodiment of the job schedule control method of the present invention. 2... Job queue 3... Initiator, 4... GMS, 5... Job execution unit, 7... Initiator number management table, 8... Reference time storage table. 9...Execution time storage table, 104-108...Initiator 1g! Setting process, 11
0 to 111...Initiator reduction processing. Akira 2nd Akira 4th mouth
Claims (1)
、ジョブクラスの実行本数や実行優先順位を定めたジョ
ブ実行スケジュールに従って、ジョブ実行の制御を行う
複数のイニシエータを作動させる計算機システムにおい
て、実行中であるジョブ毎に実行開始からの経過時間を
計測する手段と、予め設定されたジョブクラス毎の基準
実行時間を格納する手段とを設け、ある実行中のジョブ
について上記実行開始からの経過時間がそのジョブの属
するジョブクラスに関する上記基準実行時間を越えた場
合、当該ジョブの属するジョブクラスに対しイニシエー
タの増設と割当てを行い、当該ジョブ終了時にイニシエ
ータ本数の割り当てをもとに戻すことを特徴とする、ジ
ョブスケジュール制御方法。1. In a computer system that classifies successively submitted jobs into job classes and operates multiple initiators that control job execution according to a job execution schedule that determines the number of job classes to be executed and the priority of execution. A means for measuring the elapsed time from the start of execution for each job, and a means for storing a preset reference execution time for each job class are provided, and the elapsed time from the start of execution for a certain job being executed is provided. If the above-mentioned standard execution time for the job class to which the job belongs is exceeded, initiators are added and assigned to the job class to which the job belongs, and the allocation of the number of initiators is returned to the original number when the job ends. , Job schedule control method.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP14102189A JPH036738A (en) | 1989-06-05 | 1989-06-05 | Job schedule control method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP14102189A JPH036738A (en) | 1989-06-05 | 1989-06-05 | Job schedule control method |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH036738A true JPH036738A (en) | 1991-01-14 |
Family
ID=15282360
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP14102189A Pending JPH036738A (en) | 1989-06-05 | 1989-06-05 | Job schedule control method |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH036738A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH06324887A (en) * | 1993-05-11 | 1994-11-25 | Nec Corp | Production control method for job shop |
-
1989
- 1989-06-05 JP JP14102189A patent/JPH036738A/en active Pending
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH06324887A (en) * | 1993-05-11 | 1994-11-25 | Nec Corp | Production control method for job shop |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5774718A (en) | Process scheduling system that allocates CPU time with priority to interactive type processes | |
US4727487A (en) | Resource allocation method in a computer system | |
JPH04264947A (en) | Scheduling method of input/output operation in multitasking data processing system | |
WO2024164701A1 (en) | Task scheduling method, many-core device and computer readable medium | |
CN109709900B (en) | Numerical controller | |
JPH036738A (en) | Job schedule control method | |
JP2001256062A (en) | Interruption processing method and operation processor using the same | |
JPH07230387A (en) | Exclusive control method | |
JPS6368934A (en) | Task scheduing system | |
US20230409001A1 (en) | Method and device for controlling the sequence of program parts, programming method, programming device | |
JPS63636A (en) | Task control system | |
JP2601693B2 (en) | Automatic job scheduling method | |
JP3064880B2 (en) | Data storage device and data processing system using the same | |
JPS6152761A (en) | Arithmetic unit | |
JP2810141B2 (en) | Online BMP processing method | |
JPH0324697B2 (en) | ||
JPS6388646A (en) | Job corresponding cpu resource averaging system | |
JP2570198B2 (en) | Time slice dispatching system | |
JP2988427B2 (en) | Recording medium recording job operation method, job operation method, and job operation program | |
JPH11237994A (en) | System and method for controlling job multiplicity overloading and recording medium | |
JPH10161915A (en) | Data inheriting method for realizing exclusive control giving priority to subsequent job | |
JPH0659915A (en) | Method and device for controlling execution order of transaction | |
JPS60238938A (en) | Operating method of computer system | |
JPH05224941A (en) | Application program control system | |
JPH05197570A (en) | Dynamic scheduling device for job |