JP2010198184A - Job management system, method for same and program for same - Google Patents

Job management system, method for same and program for same Download PDF

Info

Publication number
JP2010198184A
JP2010198184A JP2009040739A JP2009040739A JP2010198184A JP 2010198184 A JP2010198184 A JP 2010198184A JP 2009040739 A JP2009040739 A JP 2009040739A JP 2009040739 A JP2009040739 A JP 2009040739A JP 2010198184 A JP2010198184 A JP 2010198184A
Authority
JP
Japan
Prior art keywords
job
degree
execution time
determined
execution
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.)
Granted
Application number
JP2009040739A
Other languages
Japanese (ja)
Other versions
JP5459579B2 (en
Inventor
Kazutoshi Nakagawa
和俊 中川
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP2009040739A priority Critical patent/JP5459579B2/en
Publication of JP2010198184A publication Critical patent/JP2010198184A/en
Application granted granted Critical
Publication of JP5459579B2 publication Critical patent/JP5459579B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To execute job management allowing effective use of a hardware resource. <P>SOLUTION: This job management system includes: a job management parameter storage area 111 for storing an expected execution time and a statistical information of an execution time of a job, and storing a first table associating a load degree wherein magnitude of a load of a job execution server is digitalized, a job multiple correction degree and an execution time correction degree, and a second table associating the expected execution time and a job priority correction value; a load state decision part 112 for digitalizing the load degree based on the statistical information of the execution time and a CPU use rate of the job execution server 120, and deciding that the job execution server 120 has a high load when the load degree exceeds a predetermined threshold value; a parameter determination part 113 for determining the job multiple correction degree and the execution time correction degree in reference to the first table with the load degree as a key; and a job parameter control part 114 for changing job priority in reference to the second table with the expected execution time changed based on the execution time correction degree as a key. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

ジョブ管理サーバが管理しているジョブ実行サーバの高負荷状態の緩和、高負荷状態が原因の予想実行時間超過によるジョブのエラー等が発生するのを防止するジョブ管理システム、その方法及びそのプログラムに関する。   The present invention relates to a job management system, a method thereof, and a program therefor, which alleviate a high load state of a job execution server managed by the job management server and prevent occurrence of a job error due to an excess of an expected execution time caused by the high load state .

一般的なジョブ管理システムでは、サーバの負荷が一時的に増大するなどの現象が発生していてもジョブの実行に影響がないことが求められている。この技術的要件を満たすためには、サーバが高負荷状態になった場合に、高負荷状態をどのようにして緩和するか、高負荷状態によるジョブ実行遅延の影響をどのようにして抑止するかといった課題が存在する。   A general job management system is required to have no influence on job execution even if a phenomenon such as a temporary increase in server load occurs. To meet this technical requirement, how to mitigate the high load state when the server is in a high load state, and how to suppress the impact of job execution delay due to the high load state There is such a problem.

そこで、特許文献1には、CPU負荷量毎にジョブ実行を動的に変化させるジョブスケジュール方式が開示されている。   Therefore, Patent Document 1 discloses a job schedule method that dynamically changes job execution for each CPU load.

特許文献2には、業務内の各ジョブに、統計情報のCPU使用時間に応じて割り当てるCPU使用率を自動で算出するCPU使用率最適化方式が開示されている。   Patent Document 2 discloses a CPU usage rate optimization method that automatically calculates a CPU usage rate to be assigned to each job in a job according to the CPU usage time of statistical information.

特許文献3には、サーバのCPU使用率が閾値下限を越えている場合には、サーバが過負荷状態と判断するCPU余裕管理とトランザクション優先度による負荷分散方法が開示されている。   Patent Document 3 discloses a load distribution method based on CPU margin management and transaction priority, in which the server determines that the server is overloaded when the CPU usage rate of the server exceeds the threshold lower limit.

特開平05−173807号公報JP 05-173807 A 特開平09−305417号公報Japanese Patent Laid-Open No. 09-305417 特開2006−113827号公報JP 2006-1113827 A

しかしながら、特許文献1乃至3に開示されている発明は、単にCPU使用率が高いだけでは、ハードウェア資源を有効に活用しているからCPU使用率が高いのか、過剰にジョブが投入された結果、CPU使用率が高いのかが判断できないという問題点がある。   However, the inventions disclosed in Patent Documents 1 to 3 use hardware resources effectively only by a high CPU usage rate, so that the CPU usage rate is high or the result of excessive jobs being submitted. There is a problem that it cannot be determined whether the CPU usage rate is high.

又、CPU使用率が低くても、ハードディスクへの読み込み又は書き込みが頻繁に発生する等の他の要素でジョブが遅延する可能性もあり、そのような場合には、CPU使用率だけではハードウェア資源の負荷の度合いが正確に把握できないという問題点もある。   Even if the CPU usage rate is low, the job may be delayed due to other factors such as frequent reading or writing to the hard disk. There is also a problem that the degree of resource load cannot be accurately grasped.

本発明は上記に鑑みてなされたもので、ハードウェア資源の有効活用が可能なジョブ管理システム、その方法及びそのプログラムを提供することを目的とする。   The present invention has been made in view of the above, and an object thereof is to provide a job management system capable of effectively utilizing hardware resources, a method thereof, and a program thereof.

上述の問題を解決するため、本発明に係るジョブ管理システムは、ジョブ実行サーバの高負荷状態の緩和、高負荷状態が原因の予想実行時間超過によるジョブのエラーの発生を防止するようにジョブ管理サーバが管理するジョブ管理システムにおいて、前記ジョブ管理サーバは、前記ジョブ実行サーバで実行されたジョブの実行時間の統計情報及び予想実行時間を保存し、前記ジョブ実行サーバの負荷の大きさを数値化した負荷度とジョブ多重度を補正するジョブ多重補正度と前記予想実行時間を補正する実行時間補正度とを対応させた第1の表及び前記予想実行時間と前記ジョブ実行サーバに投入されるジョブの優先度であるジョブ優先度を補正するジョブ優先度補正値とを対応させた第2の表を格納するジョブ管理パラメータ保存領域と、前記実行時間の統計情報と前記ジョブ実行サーバのCPU使用率とを基に前記負荷度を数値化し、該数値化した前記負荷度が予め決められた閾値を超えていた場合、前記ジョブ実行サーバが高負荷であると判断する負荷状態判定部と、前記負荷度をキーとして、前記第1の表を参照し、前記ジョブ多重補正度及び前記実行時間補正度を決定するパラメータ決定部と、高負荷であると判断された前記ジョブ実行サーバに投入されるジョブに対して、前記実行時間補正度を基に予想実行時間を変更し、かつ該予想実行時間をキーとして、前記第2の表を参照し、前記ジョブ優先度補正値を決定し、前記ジョブ優先度補正値に基づいて前記ジョブ優先度を変更するジョブパラメータ制御部と、前記パラメータ決定部で決定された前記ジョブ多重補正度を高負荷と判断された前記ジョブ実行サーバに送信するジョブ多重補正度送信手段と、を備え、前記ジョブ実行サーバは、前記ジョブ多重補正度を受信するジョブ多重補正度受信手段と、該受信した前記ジョブ多重補正度から新しいジョブ多重度を計算する新ジョブ多重度設定部と、該新しいジョブ多重度を保存するジョブ多重度保存領域と、を備えることを特徴とする。   In order to solve the above-described problems, the job management system according to the present invention reduces the high load state of the job execution server and prevents the occurrence of a job error due to the excess of the expected execution time due to the high load state. In the job management system managed by the server, the job management server stores statistical information and estimated execution time of the job executed by the job execution server, and quantifies the load of the job execution server. The first table in which the load degree and the job multiple correction degree for correcting the job multiplicity and the execution time correction degree for correcting the expected execution time are associated with each other, and the job to be submitted to the job execution server. A job management parameter storage area for storing a second table in which job priority correction values for correcting the job priority, which is a priority of the job, are associated with each other; The load degree is quantified based on the statistical information of the execution time and the CPU usage rate of the job execution server, and when the quantified load degree exceeds a predetermined threshold, the job execution server A load state determination unit that determines that the load is high, a parameter determination unit that determines the job multiple correction level and the execution time correction level with reference to the first table using the load level as a key, and a high load For the job submitted to the job execution server determined to be, the expected execution time is changed based on the execution time correction degree, and the second table is referenced using the estimated execution time as a key. Determining a job priority correction value, and changing the job priority based on the job priority correction value; and the job multiple correction determined by the parameter determination unit. A job multiple correction degree transmitting unit that transmits the job degree to the job execution server determined to have a high load, the job execution server receiving the job multiple correction degree, and the reception And a new job multiplicity setting unit for calculating a new job multiplicity from the job multiplicity correction degree, and a job multiplicity storage area for storing the new job multiplicity.

上述の問題を解決するため、本発明に係るジョブ管理の方法は、ジョブ実行サーバの高負荷状態の緩和、高負荷状態が原因の予想実行時間超過によるジョブのエラーの発生を防止するようにジョブ管理サーバが管理するジョブ管理の方法において、前記ジョブ管理サーバは、前記ジョブ実行サーバで実行されたジョブの実行時間の統計情報及び予想実行時間を保存し、前記ジョブ実行サーバの負荷の大きさを数値化した負荷度とジョブ多重度を補正するジョブ多重補正度と前記予想実行時間を補正する実行時間補正度とを対応させた第1の表及び前記予想実行時間と前記ジョブ実行サーバに投入されるジョブの優先度であるジョブ優先度を補正するジョブ優先度補正値とを対応させた第2の表を格納する手順と、前記実行時間の統計情報と前記ジョブ実行サーバのCPU使用率とを基に前記負荷度を数値化し、該数値化した前記負荷度が予め決められた閾値を超えていた場合、前記ジョブ実行サーバが高負荷であると判断する負荷状態判定手順と、前記負荷度をキーとして、前記第1の表を参照し、前記ジョブ多重補正度及び前記実行時間補正度を決定するパラメータ決定手順と、高負荷であると判断された前記ジョブ実行サーバに投入されるジョブに対して、前記実行時間補正度を基に予想実行時間を変更し、かつ該予想実行時間をキーとして、前記第2の表を参照し、前記ジョブ優先度補正値を決定し、前記ジョブ優先度補正値に基づいて前記ジョブ優先度を変更するジョブパラメータ制御手順と、前記パラメータ決定手順で決定された前記ジョブ多重補正度を高負荷と判断された前記ジョブ実行サーバに送信するジョブ多重補正度送信手順と、を備え、前記ジョブ実行サーバは、前記ジョブ多重補正度を受信するジョブ多重補正度受信手順と、該受信した前記ジョブ多重補正度から新しいジョブ多重度を計算する新ジョブ多重度設定手順と、該新しいジョブ多重度を保存するジョブ多重度保存手順と、を備えることを特徴とする。   In order to solve the above-described problem, the job management method according to the present invention reduces the high load state of the job execution server, and prevents the job error from occurring due to the excessive execution time due to the high load state. In the job management method managed by the management server, the job management server stores statistical information on the execution time of the job executed by the job execution server and the estimated execution time, and determines the load of the job execution server. The first table in which the numerical load degree and the job multiple correction degree for correcting the job multiplicity and the execution time correction degree for correcting the expected execution time are associated with each other, and the expected execution time and the job execution server are input. A procedure for storing a second table in which job priority correction values for correcting job priorities that are job priorities are associated with each other; The load degree is quantified based on the CPU usage rate of the job execution server, and when the quantified load degree exceeds a predetermined threshold, the load for determining that the job execution server is highly loaded A status determination procedure, a parameter determination procedure for determining the job multiple correction level and the execution time correction level with reference to the first table using the load level as a key, and the job determined to have a high load For the job submitted to the execution server, the expected execution time is changed based on the execution time correction degree, and the job priority correction value is referred to by referring to the second table using the estimated execution time as a key. A job parameter control procedure for changing the job priority based on the job priority correction value, and determining that the job multiple correction degree determined in the parameter determination procedure is a high load. A job multiple correction degree transmission procedure for transmitting to the job execution server, and the job execution server receives the job multiple correction degree reception procedure for receiving the job multiple correction degree and the received job multiple correction degree. A new job multiplicity setting procedure for calculating a new job multiplicity; and a job multiplicity storage procedure for storing the new job multiplicity.

上述の問題を解決するため、本発明に係るジョブ管理のプログラムは、ジョブ実行サーバの高負荷状態の緩和、高負荷状態が原因の予想実行時間超過によるジョブのエラーの発生を防止するようにジョブ管理サーバが管理するジョブ管理のプログラムにおいて、前記ジョブ実行サーバで実行されたジョブの実行時間の統計情報及び予想実行時間を保存し、前記ジョブ実行サーバの負荷の大きさを数値化した負荷度とジョブ多重度を補正するジョブ多重補正度と前記予想実行時間を補正する実行時間補正度とを対応させた第1の表及び前記予想実行時間と前記ジョブ実行サーバに投入されるジョブの優先度であるジョブ優先度を補正するジョブ優先度補正値とを対応させた第2の表を格納する処理と、前記実行時間の統計情報と前記ジョブ実行サーバのCPU使用率とを基に前記負荷度を数値化し、該数値化した前記負荷度が予め決められた閾値を超えていた場合、前記ジョブ実行サーバが高負荷であると判断する負荷状態判定処理と、前記負荷度をキーとして、前記第1の表を参照し、前記ジョブ多重補正度及び前記実行時間補正度を決定するパラメータ決定処理と、高負荷であると判断された前記ジョブ実行サーバに投入されるジョブに対して、前記実行時間補正度を基に予想実行時間を変更し、かつ該予想実行時間をキーとして、前記第2の表を参照し、前記ジョブ優先度補正値を決定し、前記ジョブ優先度補正値に基づいて前記ジョブ優先度を変更するジョブパラメータ制御処理と、前記パラメータ決定処理で決定された前記ジョブ多重補正度を高負荷と判断された前記ジョブ実行サーバに送信するジョブ多重補正度送信処理と、を前記ジョブ管理サーバに実行させ、前記ジョブ多重補正度を受信するジョブ多重補正度受信処理と、該受信した前記ジョブ多重補正度から新しいジョブ多重度を計算する新ジョブ多重度設定処理と、該新しいジョブ多重度を保存するジョブ多重度保存処理と、を前記ジョブ実行サーバに実行させることを特徴とする。   In order to solve the above-described problem, the job management program according to the present invention reduces the high load state of the job execution server and prevents the occurrence of a job error due to excess of the expected execution time due to the high load state. In the job management program managed by the management server, the statistical information of the execution time of the job executed on the job execution server and the expected execution time are stored, and the load degree obtained by quantifying the load size of the job execution server A first table in which a job multiple correction degree for correcting a job multiplicity and an execution time correction degree for correcting the expected execution time are associated with each other, and the predicted execution time and the priority of a job input to the job execution server. A process of storing a second table in which a job priority correction value for correcting a certain job priority is associated, statistical information of the execution time, and the job execution A load state in which the load degree is quantified based on the CPU usage rate of a server and the job execution server determines that the load is high when the quantified load degree exceeds a predetermined threshold Determination processing, parameter determination processing for determining the job multiple correction degree and the execution time correction degree with reference to the first table by using the load degree as a key, and the job execution determined to be a high load For the job submitted to the server, the expected execution time is changed based on the execution time correction degree, and the job priority correction value is determined by referring to the second table using the estimated execution time as a key. A job parameter control process that determines and changes the job priority based on the job priority correction value, and the job multiple correction degree determined in the parameter determination process is determined to be a high load. A job multiple correction degree transmission process to be transmitted to the execution server is executed by the job management server, and the job multiple correction degree reception process for receiving the job multiple correction degree and a new job multiple correction degree based on the received job multiple correction degree. The job execution server is caused to execute a new job multiplicity setting process for calculating the severity and a job multiplicity storing process for storing the new job multiplicity.

以上説明したように、本発明によれば、ジョブ実行サーバの負荷の大きさを数値化した負荷度に基づいて制御することにより、ハードウェア資源の有効活用が可能なジョブ管理システム、その方法及びそのプログラムを提供することができる。   As described above, according to the present invention, a job management system capable of effectively using hardware resources by controlling the magnitude of the load of the job execution server on the basis of a numerical load level, a method thereof, and The program can be provided.

本発明の第1の実施の形態に係るジョブ管理システムの構成図である。1 is a configuration diagram of a job management system according to a first embodiment of the present invention. FIG. 本図2は、本発明の第1の実施の形態に係るジョブ管理システムの負荷度の算出からジョブ実行サーバのジョブ多重度を設定する処理の流れを示すブロック図である。FIG. 2 is a block diagram showing a flow of processing for setting the job multiplicity of the job execution server from the calculation of the load degree of the job management system according to the first embodiment of the present invention. 本発明の第1の実施の形態に係るジョブ管理システムの高負荷状態と判断されたジョブ実行サーバへのジョブ投入を行う際のパラメータの設定処理の流れを示すブロック図である。FIG. 5 is a block diagram illustrating a flow of parameter setting processing when a job is submitted to a job execution server determined to be in a high load state of the job management system according to the first exemplary embodiment of the present invention.

以下、図面を参照しながら、本発明の実施の形態について詳細に説明する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

[第1の実施の形態]
図1は、本発明の第1の実施の形態に係るジョブ管理システムの構成図である。この図1を参照すると、本発明の第1の実施の形態に係るジョブ管理システムは、ジョブ管理サーバ110と、ジョブ実行サーバ120とから構成されている。
[First Embodiment]
FIG. 1 is a configuration diagram of a job management system according to the first embodiment of the present invention. Referring to FIG. 1, the job management system according to the first embodiment of the present invention includes a job management server 110 and a job execution server 120.

ジョブ管理サーバ110は、各ジョブの実行時間の統計情報及び予想実行時間を保存し、ジョブ実行サーバ120の負荷の大きさを数値化した負荷度とジョブ多重度を補正するジョブ多重補正度と予想実行時間を補正する実行時間補正度とを対応させた第1の表及び予想実行時間とジョブ実行サーバ120に投入されるジョブの優先度であるジョブ優先度を補正するジョブ優先度補正値とを対応させた第2の表を格納する領域であるジョブ管理パラメータ保存領域111と、ジョブ管理サーバ110が管理している各ジョブ実行サーバ120がどれくらい高負荷であるかをジョブ管理パラメータ保存領域111に保存されている実行時間の統計情報と、各ジョブ実行サーバ120のCPU使用率とを基に投入されたジョブがどの程度遅延しているかを示す負荷度として数値化する負荷状態判定部112と、負荷状態判定部112で決定される負荷度をキーとして、ジョブ管理パラメータ保存領域111に保存されている第1の表を参照し、ジョブ多重度及び予想実行時間をそれぞれどの程度補正するかのパラメータ(ジョブ多重補正度、実行時間補正度)を決定するパラメータ決定部113と、縮退運用中に高負荷と判断されたジョブ実行サーバ120に投入されるジョブに対して、実行時間補正度を基に予想実行時間を変更し、この予想実行時間をキーとして第2の表を参照して予想実行時間に応じてどの程度優先度を変更するかのパラメータ(ジョブ優先度補正値)を決定し、このジョブ優先度補正値に基づいてジョブ優先度を変更するジョブパラメータ制御部114と、パラメータ決定部113で決定されたジョブ多重補正度を高負荷と判断されたサーバに送信するジョブ多重補正度送信手段115と、を備える。   The job management server 110 stores statistical information on the execution time of each job and the expected execution time, and calculates the load degree obtained by quantifying the load size of the job execution server 120 and the job multiple correction degree for correcting the job multiplicity. A first table that associates an execution time correction degree that corrects an execution time, an expected execution time, and a job priority correction value that corrects a job priority that is a priority of a job input to the job execution server 120. In the job management parameter storage area 111, the job management parameter storage area 111, which is an area for storing the corresponding second table, and the high load of each job execution server 120 managed by the job management server 110 are stored in the job management parameter storage area 111. How late is the job submitted based on the statistical information of the stored execution time and the CPU usage rate of each job execution server 120 Referring to the first table stored in the job management parameter storage area 111 with the load level determined by the load state determination unit 112 as a key and the load level determined by the load status determination unit 112 as a key. A parameter determination unit 113 that determines parameters (job multiple correction degree, execution time correction degree) for correcting the degree of job multiplicity and expected execution time, and a job execution server that is determined to have a high load during degenerate operation For the job submitted to 120, the expected execution time is changed based on the execution time correction degree, and the priority is determined according to the expected execution time by referring to the second table using the estimated execution time as a key. A parameter (job priority correction value) for determining whether to change, a job parameter control unit 114 for changing the job priority based on the job priority correction value, and a parameter Comprising the job multiplicity correction of transmission means 115 for transmitting the job multiplicity correction degree determined by the over data determination unit 113 is a server determines that a high load, the.

ジョブ実行サーバ120は、ジョブ多重補正度送信手段115から送信されるジョブ多重補正度を受信するジョブ多重補正度受信手段121と、ジョブ多重補正度受信手段121で受信したジョブ多重補正度から新しいジョブ多重度を計算し、ジョブ多重度保存領域123に保存する新ジョブ多重度設定部122と、ジョブ実行サーバ120のジョブ多重度が保存されているジョブ多重度保存領域123で構成されている。   The job execution server 120 includes a job multiple correction degree receiving unit 121 that receives the job multiple correction degree transmitted from the job multiple correction degree transmitting unit 115, and a new job from the job multiple correction degree received by the job multiple correction degree receiving unit 121. A new job multiplicity setting unit 122 that calculates the multiplicity and stores it in the job multiplicity storage area 123 and a job multiplicity storage area 123 in which the job multiplicity of the job execution server 120 is stored.

[第1の実施の形態の動作]
本発明の第1の実施の形態に係るジョブ管理システムの動作の流れを図面を用いて詳細に説明する。
[Operation of First Embodiment]
An operation flow of the job management system according to the first embodiment of the present invention will be described in detail with reference to the drawings.

最初に、図2を用いて負荷度の算出からジョブ実行サーバのジョブ多重度を設定する処理の説明を行う。図2は、本発明の第1の実施の形態に係るジョブ管理システムの負荷度の算出からジョブ実行サーバのジョブ多重度を設定する処理の流れを示すブロック図である。   First, a process for setting the job multiplicity of the job execution server from the calculation of the load degree will be described with reference to FIG. FIG. 2 is a block diagram showing a flow of processing for setting the job multiplicity of the job execution server from calculation of the load degree of the job management system according to the first embodiment of the present invention.

負荷状態判定部112が、ジョブ管理サーバ110が管理している各ジョブ実行サーバ120のCPU使用率と、各ジョブ実行サーバで実行されたジョブの実行時間の統計と最新の実行時間の差分から負荷情報を分析し、各ジョブ実行サーバの負荷度というパラメータを定期的に算出する処理を行う。ここで、負荷状態判定部112は、各ジョブ実行サーバの負荷度が予め決められた閾値を超えていた場合、当該サーバが高負荷状態であると判断する。   The load state determination unit 112 determines the load based on the CPU usage rate of each job execution server 120 managed by the job management server 110, the statistics of the execution time of the job executed on each job execution server, and the difference between the latest execution time. The information is analyzed, and a process of periodically calculating a parameter called load level of each job execution server is performed. Here, when the load level of each job execution server exceeds a predetermined threshold, the load state determination unit 112 determines that the server is in a high load state.

なお、各ジョブ実行サーバ120のCPU使用率は、各ジョブ実行サーバ120にインストールされているOS(Operating System)が測定したものをジョブ管理サーバ110がネットワークを通じて取得するものとする。   The CPU usage rate of each job execution server 120 is acquired by the job management server 110 via the network as measured by an OS (Operating System) installed in each job execution server 120.

各ジョブ実行サーバ120は、このCPU使用率をジョブ管理サーバ110に送信する専用の手段を別途備え、又ジョブ管理サーバ110は、CPU使用率を受信する専用の手段を別途備えてもよいが、各ジョブ実行サーバ120とジョブ管理サーバ110とがサーバとして備えている既存の通信手段を援用してもよい。   Each job execution server 120 includes a dedicated unit for transmitting the CPU usage rate to the job management server 110. The job management server 110 may include a dedicated unit for receiving the CPU usage rate. You may use the existing communication means with which each job execution server 120 and the job management server 110 are provided as a server.

次に、パラメータ決定部113は、高負荷と判断されたジョブ実行サーバ120に関してジョブ管理パラメータ保存領域111に保存された負荷度とジョブ多重補正度と実行時間補正度との第1の表を参照して、高負荷なジョブ実行サーバのジョブ多重補正度、実行時間補正度のパラメータを決定する。   Next, the parameter determination unit 113 refers to the first table of the load degree, job multiple correction degree, and execution time correction degree stored in the job management parameter storage area 111 for the job execution server 120 determined to be highly loaded. Then, the parameters of the job multiple correction degree and the execution time correction degree of the high-load job execution server are determined.

負荷度とジョブ多重補正度と実行時間補正度とを対応させた第1の表はサイジング等によって予め決定し、ジョブ管理パラメータ保存領域111に登録する。その例を表1に示す。   The first table in which the load degree, the job multiple correction degree, and the execution time correction degree are associated with each other is determined in advance by sizing or the like and registered in the job management parameter storage area 111. An example is shown in Table 1.

Figure 2010198184
次に、ジョブ多重度補正度送信手段115は、高負荷状態と判断されたジョブ実行サーバに、ジョブ多重補正度のパラメータを送信する。
Figure 2010198184
Next, the job multiplicity correction degree transmission unit 115 transmits the job multiplicity correction degree parameter to the job execution server determined to be in the high load state.

ジョブ多重補正度受信手段121は、ジョブ多重補正度のパラメータを受信する。   The job multiple correction degree receiving unit 121 receives a parameter of the job multiple correction degree.

新ジョブ多重度設定部122は、ジョブ実行サーバの現在のジョブ多重度とジョブ多重補正度の積を新しいジョブ実行サーバのジョブ多重度としてジョブ多重度保存領域123に保存する。   The new job multiplicity setting unit 122 stores the product of the current job multiplicity of the job execution server and the job multiplicity correction degree in the job multiplicity storage area 123 as the job multiplicity of the new job execution server.

第二に、図3を用いて高負荷状態と判断されたジョブ実行サーバへのジョブ投入を行う際のパラメータの設定処理の説明を行う。図3は、本発明の第1の実施の形態に係るジョブ管理システムの高負荷状態と判断されたジョブ実行サーバ120へのジョブ投入を行う際のパラメータの設定処理の流れを示すブロック図である。   Second, a parameter setting process when a job is submitted to a job execution server determined to be in a high load state will be described with reference to FIG. FIG. 3 is a block diagram showing the flow of parameter setting processing when a job is submitted to the job execution server 120 determined to be in a high load state of the job management system according to the first embodiment of the present invention. .

ジョブパラメータ制御部114は、高負荷状態と判断されたジョブ実行サーバ120に投入されるジョブに関して、現在のジョブの予想実行時間と実行時間補正度の積を新しいジョブの予想実行時間として設定する。   The job parameter control unit 114 sets the product of the expected execution time of the current job and the execution time correction degree as the expected execution time of the new job for the job to be input to the job execution server 120 determined to be in a high load state.

次に、予想実行時間とジョブの優先度をどの程度補正するかのパラメータ(ジョブ優先度補正値)との第2の表を参照し、新たに設定した予想実行時間に対応するジョブ優先度補正値を取得し、得られたジョブ優先度補正値と投入されるジョブの優先度の積を新しいジョブの優先度として設定する。この負荷度を基にした予想実行時間とジョブ優先度補正値とを対応させた第2の表は予め設定しておき、ジョブ管理パラメータ保存領域111に登録する。その例を表2に示す。   Next, referring to the second table of parameters (job priority correction values) of how much the estimated execution time and job priority are corrected, job priority correction corresponding to the newly set expected execution time A value is acquired, and the product of the obtained job priority correction value and the priority of the input job is set as the priority of the new job. The second table in which the estimated execution time based on the load level is associated with the job priority correction value is set in advance and registered in the job management parameter storage area 111. An example is shown in Table 2.

Figure 2010198184
ジョブ管理サーバ110は、ジョブパラメータ制御部114が決定したジョブ優先度に基づいて、ジョブ実行サーバ120にジョブを投入する。又、ジョブ実行サーバ120は、ジョブ多重度保存領域123に保存した新しいジョブ多重度に従ってジョブを処理する。これにより、ジョブ実行サーバの高負荷状態の緩和、高負荷状態が原因の予想実行時間超過によるジョブのエラー等が発生するのを防止するジョブ管理システムを実現できる。
Figure 2010198184
The job management server 110 submits a job to the job execution server 120 based on the job priority determined by the job parameter control unit 114. Further, the job execution server 120 processes the job according to the new job multiplicity stored in the job multiplicity storage area 123. As a result, it is possible to realize a job management system that alleviates the high load state of the job execution server and prevents the occurrence of a job error or the like due to the expected execution time exceeding due to the high load state.

[第2の実施の形態]
本発明の第2の実施の形態として、図2において、負荷状態判定部112で負荷度を算出した際、高負荷状態と判断されたジョブ実行サーバ120の負荷度が前回計算した負荷度と比べて異なる場合と、負荷度が平常状態と判断される負荷度の閾値を下回っていた場合とで、それぞれどのような動作になるかを示す。
[Second Embodiment]
As a second embodiment of the present invention, when the load level is calculated by the load state determination unit 112 in FIG. 2, the load level of the job execution server 120 determined to be in a high load state is compared with the load level previously calculated. The operation is different when the load level is lower than the threshold value of the load level at which the load level is determined to be normal.

高負荷状態と判断されたジョブ実行サーバの負荷度が前回計算した負荷度と異なる場合は、パラメータ決定部113は、再びジョブ管理パラメータ保存領域111に保存されている負荷度とジョブ多重補正度と実行時間補正度との第1の表を参照し、新たなジョブ多重補正度及び実行時間補正度を決定する。   If the load level of the job execution server determined to be in a high load state is different from the load level calculated previously, the parameter determination unit 113 again determines the load level and job multiple correction level stored in the job management parameter storage area 111. With reference to the first table of execution time correction degrees, new job multiple correction degrees and execution time correction degrees are determined.

その後、ジョブ多重補正度送信手段115、ジョブ多重補正度受信手段121を通じてジョブ実行サーバに通知された新しいジョブ多重補正度と、高負荷状態と判断される前にもともと設定されていたジョブ多重度との積を新たなジョブ多重度としてジョブ多重度保存領域123に保存する。   Thereafter, the new job multiple correction degree notified to the job execution server through the job multiple correction degree transmitting unit 115 and the job multiple correction degree receiving unit 121, and the job multiplicity originally set before the high load state is determined. Is stored in the job multiplicity storage area 123 as a new job multiplicity.

同様に、ジョブパラメータ制御部114でも、新しい実行時間補正度と、高負荷状態と判断される前にもともと設定されていたジョブの予想実行時間との積を新たな予想実行時間として設定する。又、ジョブの優先度についても、新たな負荷度ごとの予想実行時間とジョブ優先度補正値との第2の表を参照し、新たなジョブ優先度補正値を決定する。その後、新たなジョブ優先度補正値と高負荷状態と判断される前にもともと設定されていたジョブの優先度との積を新たなジョブの優先度として設定する。   Similarly, the job parameter control unit 114 also sets the product of the new execution time correction degree and the expected execution time of the job that was originally set before the high load state is determined as a new expected execution time. As for the job priority, a new job priority correction value is determined with reference to the second table of the estimated execution time and the job priority correction value for each new load level. Thereafter, the product of the new job priority correction value and the job priority that was originally set before the high load state is determined is set as the new job priority.

高負荷状態と判断されたジョブ実行サーバ120の負荷度が、平常状態と判断される閾値を下回っていた場合は、高負荷状態と判断されていたジョブ実行サーバ120のジョブ多重度、当該サーバに投入されるジョブの予想実行時間及びジョブの優先度を高負荷状態と判断される前にもともと設定されていた値に変更する。平常状態と判断される閾値と、高負荷状態と判断される閾値は異なり、平常状態と判断される閾値の方を高負荷状態と判断される閾値より低く設定する。   If the load level of the job execution server 120 determined to be in the high load state is below the threshold value determined to be in the normal state, the job multiplicity of the job execution server 120 determined to be in the high load state is set to the server. The estimated execution time of the job to be submitted and the priority of the job are changed to values originally set before it is determined that the load is high. The threshold value determined as the normal state is different from the threshold value determined as the high load state, and the threshold value determined as the normal state is set lower than the threshold value determined as the high load state.

なお、本発明は、装置のみならず方法及びプログラムの発明としても実施できる。   The present invention can be implemented not only as an apparatus but also as a method and program invention.

本発明は、縮退運用方式でのジョブ管理に適しており、かかる方式でのハードウェア資源の有効活用が可能なジョブ管理システムに利用することができる。   The present invention is suitable for job management in the reduced operation method, and can be used for a job management system capable of effectively using hardware resources in such a method.

110 ジョブ管理サーバ
111 ジョブ管理パラメータ保存領域
112 負荷状態判定部
113 パラメータ判定部
114 ジョブパラメータ制御部
115 ジョブ多重補正度送信手段
120 ジョブ実行サーバ
121 ジョブ多重補正度受信手段
122 新ジョブ多重度設定部
123 ジョブ多重度保存領域
DESCRIPTION OF SYMBOLS 110 Job management server 111 Job management parameter storage area 112 Load state determination part 113 Parameter determination part 114 Job parameter control part 115 Job multiple correction degree transmission means 120 Job execution server 121 Job multiple correction degree reception means 122 New job multiplicity setting part 123 Job multiplicity storage area

Claims (18)

ジョブ実行サーバの高負荷状態の緩和、高負荷状態が原因の予想実行時間超過によるジョブのエラーの発生を防止するようにジョブ管理サーバが管理するジョブ管理システムにおいて、
前記ジョブ管理サーバは、
前記ジョブ実行サーバで実行されたジョブの実行時間の統計情報及び予想実行時間を保存し、前記ジョブ実行サーバの負荷の大きさを数値化した負荷度とジョブ多重度を補正するジョブ多重補正度と前記予想実行時間を補正する実行時間補正度とを対応させた第1の表及び前記予想実行時間と前記ジョブ実行サーバに投入されるジョブの優先度であるジョブ優先度を補正するジョブ優先度補正値とを対応させた第2の表を格納するジョブ管理パラメータ保存領域と、
前記実行時間の統計情報と前記ジョブ実行サーバのCPU使用率とを基に前記負荷度を数値化し、該数値化した前記負荷度が予め決められた閾値を超えていた場合、前記ジョブ実行サーバが高負荷であると判断する負荷状態判定部と、
前記負荷度をキーとして、前記第1の表を参照し、前記ジョブ多重補正度及び前記実行時間補正度を決定するパラメータ決定部と、
高負荷であると判断された前記ジョブ実行サーバに投入されるジョブに対して、前記実行時間補正度を基に予想実行時間を変更し、かつ該予想実行時間をキーとして、前記第2の表を参照し、前記ジョブ優先度補正値を決定し、前記ジョブ優先度補正値に基づいて前記ジョブ優先度を変更するジョブパラメータ制御部と、
前記パラメータ決定部で決定された前記ジョブ多重補正度を高負荷と判断された前記ジョブ実行サーバに送信するジョブ多重補正度送信手段と、
を備え、
前記ジョブ実行サーバは、
前記ジョブ多重補正度を受信するジョブ多重補正度受信手段と、
該受信した前記ジョブ多重補正度から新しいジョブ多重度を計算する新ジョブ多重度設定部と、
該新しいジョブ多重度を保存するジョブ多重度保存領域と、
を備えることを特徴とするジョブ管理システム。
In the job management system managed by the job management server so as to alleviate the high load status of the job execution server and prevent the occurrence of job errors due to excess of the expected execution time due to the high load status,
The job management server
A statistical information of an execution time of a job executed by the job execution server and an estimated execution time, and a load degree obtained by quantifying the load size of the job execution server and a job multiple correction degree for correcting the job multiplicity; A first table in which an execution time correction degree for correcting the expected execution time is associated, and a job priority correction for correcting a job priority that is a priority of a job to be input to the job execution server. A job management parameter storage area for storing a second table corresponding to values;
The load degree is quantified based on the statistical information of the execution time and the CPU usage rate of the job execution server, and when the quantified load degree exceeds a predetermined threshold, the job execution server A load state determination unit that determines that the load is high;
A parameter determination unit that determines the job multiple correction degree and the execution time correction degree with reference to the first table using the load degree as a key;
For the job submitted to the job execution server determined to have a high load, the expected execution time is changed based on the execution time correction degree and the second table is used with the estimated execution time as a key. A job parameter control unit that determines the job priority correction value and changes the job priority based on the job priority correction value;
Job multiple correction degree transmission means for transmitting the job multiple correction degree determined by the parameter determination unit to the job execution server determined to be high load;
With
The job execution server
A job multiple correction degree receiving means for receiving the job multiple correction degree;
A new job multiplicity setting unit for calculating a new job multiplicity from the received job multiplicity correction degree;
A job multiplicity storage area for storing the new job multiplicity;
A job management system comprising:
前記負荷状態判定部は、前記ジョブ実行サーバのCPU使用率及び前記実行時間の統計情報と最新の実行時間との差分から前記負荷度を定期的に算出することを特徴とする請求項1に記載のジョブ管理システム。   2. The load state determination unit periodically calculates the load degree from a difference between a CPU usage rate of the job execution server and statistical information of the execution time and a latest execution time. Job management system. 前記ジョブ管理サーバは、前記ジョブパラメータ制御部が決定した前記ジョブ優先度に基づいて、前記ジョブ実行サーバにジョブを投入することを特徴とする請求項1又は2に記載のジョブ管理システム。   The job management system according to claim 1, wherein the job management server submits a job to the job execution server based on the job priority determined by the job parameter control unit. 前記ジョブ実行サーバは、前記ジョブ多重度保存領域に保存した前記新しいジョブ多重度に従ってジョブを処理することを特徴とする請求項1乃至3のいずれか1項に記載のジョブ管理システム。   4. The job management system according to claim 1, wherein the job execution server processes a job according to the new job multiplicity stored in the job multiplicity storage area. 前記パラメータ決定部は、高負荷状態と判断された前記ジョブ実行サーバの前記負荷度が前回計算した負荷度と比べて異なる場合、前記第1の表を参照して新たなジョブ多重補正度及び実行時間補正度を決定し、
前記ジョブパラメータ制御部は、該新しい実行時間補正度と、高負荷状態と判断される前にもともと設定されていたジョブの予想実行時間との積を新たな予想実行時間として設定し、前記第2の表を参照して新たなジョブ優先度補正値を決定し、該新たなジョブ優先度補正値と高負荷状態と判断される前にもともと設定されていたジョブの優先度との積を新たなジョブの優先度として設定し、
前記ジョブ実行サーバは、前記ジョブ多重補正度送信手段及びジョブ多重補正度受信手段を通じて通知された該新しいジョブ多重補正度と、高負荷状態と判断される前にもともと設定されていたジョブ多重度との積を新たなジョブ多重度として前記ジョブ多重度保存領域に保存することを特徴とする請求項1乃至4のいずれか1項に記載のジョブ管理システム。
If the load level of the job execution server determined to be in a high load state is different from the load level calculated last time, the parameter determination unit refers to the first table to determine a new job multiple correction level and execution Determine the degree of time correction,
The job parameter control unit sets the product of the new execution time correction degree and the estimated execution time of the job that was originally set before the high load state is determined as a new estimated execution time, and the second A new job priority correction value is determined with reference to the table, and the product of the new job priority correction value and the job priority that was originally set before the high load state is determined Set as job priority,
The job execution server includes the new job multiple correction degree notified through the job multiple correction degree transmitting means and the job multiple correction degree receiving means, and the job multiplicity originally set before the high load state is determined. 5. The job management system according to claim 1, wherein the product is stored in the job multiplicity storage area as a new job multiplicity.
前記ジョブ管理サーバは、高負荷状態と判断された前記ジョブ実行サーバの前記負荷度が、平常状態と判断される閾値を下回っていた場合は、高負荷状態と判断されていた前記ジョブ実行サーバのジョブ多重度、該ジョブ実行サーバに投入されるジョブの予想実行時間及びジョブの優先度を高負荷状態と判断される前にもともと設定されていた値に変更し、平常状態と判断される閾値を高負荷状態と判断される閾値より低く設定することを特徴とする請求項1乃至5のいずれか1項に記載のジョブ管理システム。   The job management server, when the degree of load of the job execution server determined to be a high load state is below a threshold value determined to be a normal state, the job execution server of the job execution server that has been determined to be a high load state The job multiplicity, the expected execution time of the job to be input to the job execution server, and the priority of the job are changed to the values originally set before being determined to be a high load state, and the threshold value for determining the normal state is changed. The job management system according to claim 1, wherein the job management system is set to be lower than a threshold value that is determined to be a high load state. ジョブ実行サーバの高負荷状態の緩和、高負荷状態が原因の予想実行時間超過によるジョブのエラーの発生を防止するようにジョブ管理サーバが管理するジョブ管理の方法において、
前記ジョブ管理サーバは、
前記ジョブ実行サーバで実行されたジョブの実行時間の統計情報及び予想実行時間を保存し、前記ジョブ実行サーバの負荷の大きさを数値化した負荷度とジョブ多重度を補正するジョブ多重補正度と前記予想実行時間を補正する実行時間補正度とを対応させた第1の表及び前記予想実行時間と前記ジョブ実行サーバに投入されるジョブの優先度であるジョブ優先度を補正するジョブ優先度補正値とを対応させた第2の表を格納する手順と、
前記実行時間の統計情報と前記ジョブ実行サーバのCPU使用率とを基に前記負荷度を数値化し、該数値化した前記負荷度が予め決められた閾値を超えていた場合、前記ジョブ実行サーバが高負荷であると判断する負荷状態判定手順と、
前記負荷度をキーとして、前記第1の表を参照し、前記ジョブ多重補正度及び前記実行時間補正度を決定するパラメータ決定手順と、
高負荷であると判断された前記ジョブ実行サーバに投入されるジョブに対して、前記実行時間補正度を基に予想実行時間を変更し、かつ該予想実行時間をキーとして、前記第2の表を参照し、前記ジョブ優先度補正値を決定し、前記ジョブ優先度補正値に基づいて前記ジョブ優先度を変更するジョブパラメータ制御手順と、
前記パラメータ決定手順で決定された前記ジョブ多重補正度を高負荷と判断された前記ジョブ実行サーバに送信するジョブ多重補正度送信手順と、
を備え、
前記ジョブ実行サーバは、
前記ジョブ多重補正度を受信するジョブ多重補正度受信手順と、
該受信した前記ジョブ多重補正度から新しいジョブ多重度を計算する新ジョブ多重度設定手順と、
該新しいジョブ多重度を保存するジョブ多重度保存手順と、
を備えることを特徴とするジョブ管理の方法。
In the job management method managed by the job management server so as to alleviate the high load state of the job execution server and prevent the occurrence of job errors due to excess of the expected execution time due to the high load state,
The job management server
A statistical information of an execution time of a job executed by the job execution server and an estimated execution time, and a load degree obtained by quantifying the load size of the job execution server and a job multiple correction degree for correcting the job multiplicity; A first table in which an execution time correction degree for correcting the expected execution time is associated, and a job priority correction for correcting a job priority that is a priority of a job to be input to the job execution server. Storing a second table with corresponding values;
The load degree is quantified based on the statistical information of the execution time and the CPU usage rate of the job execution server, and when the quantified load degree exceeds a predetermined threshold, the job execution server A load state determination procedure for determining a high load;
A parameter determination procedure for determining the job multiple correction degree and the execution time correction degree with reference to the first table using the load degree as a key;
For the job submitted to the job execution server determined to have a high load, the expected execution time is changed based on the execution time correction degree and the second table is used with the estimated execution time as a key. A job parameter control procedure for determining the job priority correction value and changing the job priority based on the job priority correction value;
A job multiple correction degree transmission procedure for transmitting the job multiple correction degree determined in the parameter determination procedure to the job execution server determined to have a high load;
With
The job execution server
A job multiple correction degree receiving procedure for receiving the job multiple correction degree;
A new job multiplicity setting procedure for calculating a new job multiplicity from the received job multiplicity correction degree;
A job multiplicity storage procedure for storing the new job multiplicity;
A method of job management, comprising:
前記負荷状態判定手順は、前記ジョブ実行サーバのCPU使用率及び前記実行時間の統計情報と最新の実行時間との差分から前記負荷度を定期的に算出することを特徴とする請求項7に記載のジョブ管理の方法。   8. The load state determination procedure according to claim 7, wherein the load degree is periodically calculated from a difference between a CPU usage rate of the job execution server and statistical information of the execution time and a latest execution time. Job management method. 前記ジョブ管理サーバは、前記ジョブパラメータ制御手順が決定した前記ジョブ優先度に基づいて、前記ジョブ実行サーバにジョブを投入する手順を更に備えることを特徴とする請求項7又は8に記載のジョブ管理の方法。   The job management server according to claim 7 or 8, further comprising a procedure for submitting a job to the job execution server based on the job priority determined by the job parameter control procedure. the method of. 前記ジョブ実行サーバは、前記ジョブ多重度保存手順で保存した前記新しいジョブ多重度に従ってジョブを処理する手順を更に備えることを特徴とする請求項7乃至9のいずれか1項に記載のジョブ管理の方法。   The job management server according to any one of claims 7 to 9, wherein the job execution server further includes a procedure of processing a job according to the new job multiplicity saved in the job multiplicity saving procedure. Method. 前記パラメータ決定手順は、高負荷状態と判断された前記ジョブ実行サーバの前記負荷度が前回計算した負荷度と比べて異なる場合、前記第1の表を参照して新たなジョブ多重補正度及び実行時間補正度を決定し、
前記ジョブパラメータ制御手順は、該新しい実行時間補正度と、高負荷状態と判断される前にもともと設定されていたジョブの予想実行時間との積を新たな予想実行時間として設定し、前記第2の表を参照して新たなジョブ優先度補正値を決定し、該新たなジョブ優先度補正値と高負荷状態と判断される前にもともと設定されていたジョブの優先度との積を新たなジョブの優先度として設定し、
前記ジョブ実行サーバは、前記ジョブ多重補正度送信手順及びジョブ多重補正度受信手順を通じて通知された該新しいジョブ多重補正度と、高負荷状態と判断される前にもともと設定されていたジョブ多重度との積を新たなジョブ多重度として保存する手順を更に備えることを特徴とする請求項7乃至10のいずれか1項に記載のジョブ管理の方法。
If the load level of the job execution server determined to be in a high load state is different from the previously calculated load level, the parameter determination procedure refers to the first table to determine a new job multiple correction level and execution Determine the degree of time correction,
In the job parameter control procedure, a product of the new execution time correction degree and the expected execution time of the job that was originally set before the high load state is determined is set as a new expected execution time, and the second A new job priority correction value is determined with reference to the table, and the product of the new job priority correction value and the job priority that was originally set before the high load state is determined Set as job priority,
The job execution server includes the new job multiple correction degree notified through the job multiple correction degree transmission procedure and the job multiple correction degree reception procedure, and the job multiplicity originally set before the high load state is determined. The job management method according to claim 7, further comprising a step of storing the product of the two as a new job multiplicity.
高負荷状態と判断された前記ジョブ実行サーバの前記負荷度が、平常状態と判断される閾値を下回っていた場合は、高負荷状態と判断されていた前記ジョブ実行サーバのジョブ多重度、該ジョブ実行サーバに投入されるジョブの予想実行時間及びジョブの優先度を高負荷状態と判断される前にもともと設定されていた値に変更し、平常状態と判断される閾値を高負荷状態と判断される閾値より低く設定することを特徴とする請求項7乃至11のいずれか1項に記載のジョブ管理の方法。   If the load level of the job execution server determined to be in a high load state is below a threshold value determined to be in a normal state, the job multiplicity of the job execution server determined to be in a high load state, the job The estimated execution time and job priority of the job submitted to the execution server are changed to the values that were originally set before it was determined to be a high load state, and the threshold value that is determined to be a normal state is determined to be a high load state. 12. The job management method according to claim 7, wherein the job management method is set lower than a threshold value. ジョブ実行サーバの高負荷状態の緩和、高負荷状態が原因の予想実行時間超過によるジョブのエラーの発生を防止するようにジョブ管理サーバが管理するジョブ管理のプログラムにおいて、
前記ジョブ実行サーバで実行されたジョブの実行時間の統計情報及び予想実行時間を保存し、前記ジョブ実行サーバの負荷の大きさを数値化した負荷度とジョブ多重度を補正するジョブ多重補正度と前記予想実行時間を補正する実行時間補正度とを対応させた第1の表及び前記予想実行時間と前記ジョブ実行サーバに投入されるジョブの優先度であるジョブ優先度を補正するジョブ優先度補正値とを対応させた第2の表を格納する処理と、
前記実行時間の統計情報と前記ジョブ実行サーバのCPU使用率とを基に前記負荷度を数値化し、該数値化した前記負荷度が予め決められた閾値を超えていた場合、前記ジョブ実行サーバが高負荷であると判断する負荷状態判定処理と、
前記負荷度をキーとして、前記第1の表を参照し、前記ジョブ多重補正度及び前記実行時間補正度を決定するパラメータ決定処理と、
高負荷であると判断された前記ジョブ実行サーバに投入されるジョブに対して、前記実行時間補正度を基に予想実行時間を変更し、かつ該予想実行時間をキーとして、前記第2の表を参照し、前記ジョブ優先度補正値を決定し、前記ジョブ優先度補正値に基づいて前記ジョブ優先度を変更するジョブパラメータ制御処理と、
前記パラメータ決定処理で決定された前記ジョブ多重補正度を高負荷と判断された前記ジョブ実行サーバに送信するジョブ多重補正度送信処理と、
を前記ジョブ管理サーバに実行させ、
前記ジョブ多重補正度を受信するジョブ多重補正度受信処理と、
該受信した前記ジョブ多重補正度から新しいジョブ多重度を計算する新ジョブ多重度設定処理と、
該新しいジョブ多重度を保存するジョブ多重度保存処理と、
を前記ジョブ実行サーバに実行させることを特徴とするジョブ管理のプログラム。
In the job management program managed by the job management server so as to alleviate the high load state of the job execution server and prevent the occurrence of job errors due to excess of the expected execution time due to the high load state,
A statistical information of an execution time of a job executed by the job execution server and an estimated execution time, and a load degree obtained by quantifying the load size of the job execution server and a job multiple correction degree for correcting the job multiplicity; A first table in which an execution time correction degree for correcting the expected execution time is associated, and a job priority correction for correcting a job priority that is a priority of a job to be input to the job execution server. A process of storing a second table in which values are associated;
The load degree is quantified based on the statistical information of the execution time and the CPU usage rate of the job execution server, and when the quantified load degree exceeds a predetermined threshold, the job execution server A load state determination process for determining a high load;
Parameter determination processing for determining the job multiple correction degree and the execution time correction degree with reference to the first table using the load degree as a key;
For the job submitted to the job execution server determined to have a high load, the expected execution time is changed based on the execution time correction degree and the second table is used with the estimated execution time as a key. A job parameter control process for determining the job priority correction value and changing the job priority based on the job priority correction value;
A job multiple correction degree transmission process for transmitting the job multiple correction degree determined in the parameter determination process to the job execution server determined to have a high load;
To the job management server,
A job multiple correction degree reception process for receiving the job multiple correction degree;
A new job multiplicity setting process for calculating a new job multiplicity from the received job multiplicity correction degree;
A job multiplicity storage process for storing the new job multiplicity;
Is executed by the job execution server.
前記負荷状態判定処理は、前記ジョブ実行サーバのCPU使用率及び前記実行時間の統計情報と最新の実行時間との差分から前記負荷度を定期的に算出することを特徴とする請求項13に記載のジョブ管理のプログラム。   14. The load state determination process according to claim 13, wherein the load degree is periodically calculated from a difference between a CPU usage rate of the job execution server and statistical information of the execution time and a latest execution time. Job management program. 前記ジョブパラメータ制御処理が決定した前記ジョブ優先度に基づいて、前記ジョブ実行サーバにジョブを投入する処理を、前記ジョブ管理サーバに実行させることを特徴とする請求項13又は14に記載のジョブ管理のプログラム。   15. The job management according to claim 13, wherein the job management server is caused to execute a process of submitting a job to the job execution server based on the job priority determined by the job parameter control process. Program. 前記ジョブ多重度保存処理で保存した前記新しいジョブ多重度に従ってジョブを処理する処理を、前記ジョブ実行サーバに更に実行させることを特徴とする請求項13乃至15のいずれか1項に記載のジョブ管理のプログラム。   16. The job management according to claim 13, further comprising causing the job execution server to further execute a process of processing a job in accordance with the new job multiplicity saved in the job multiplicity saving process. Program. 前記パラメータ決定処理は、高負荷状態と判断された前記ジョブ実行サーバの前記負荷度が前回計算した負荷度と比べて異なる場合、前記第1の表を参照して新たなジョブ多重補正度及び実行時間補正度を決定し、
前記ジョブパラメータ制御処理は、該新しい実行時間補正度と、高負荷状態と判断される前にもともと設定されていたジョブの予想実行時間との積を新たな予想実行時間として設定し、前記第2の表を参照して新たなジョブ優先度補正値を決定し、該新たなジョブ優先度補正値と高負荷状態と判断される前にもともと設定されていたジョブの優先度との積を新たなジョブの優先度として設定し、
前記ジョブ多重補正度送信処理及びジョブ多重補正度受信処理を通じて通知された該新しいジョブ多重補正度と、高負荷状態と判断される前にもともと設定されていたジョブ多重度との積を新たなジョブ多重度として保存する処理を、前記ジョブ実行サーバに更に実行させることを特徴とする請求項13乃至16のいずれか1項に記載のジョブ管理のプログラム。
When the load level of the job execution server determined to be in a high load state is different from the load level calculated last time, the parameter determination process refers to the first table to determine a new job multiple correction level and execution Determine the degree of time correction,
The job parameter control process sets the product of the new execution time correction degree and the expected execution time of the job that was originally set before the high load state is determined as a new expected execution time, and the second A new job priority correction value is determined with reference to the table, and the product of the new job priority correction value and the job priority that was originally set before the high load state is determined Set as job priority,
The product of the new job multiple correction degree notified through the job multiple correction degree transmission process and the job multiple correction degree reception process and the job multiplicity originally set before being determined as a high load state is a new job. 17. The job management program according to claim 13, further causing the job execution server to execute a process of saving as multiplicity.
高負荷状態と判断された前記ジョブ実行サーバの前記負荷度が、平常状態と判断される閾値を下回っていた場合は、高負荷状態と判断されていた前記ジョブ実行サーバのジョブ多重度、該ジョブ実行サーバに投入されるジョブの予想実行時間及びジョブの優先度を高負荷状態と判断される前にもともと設定されていた値に変更し、平常状態と判断される閾値を高負荷状態と判断される閾値より低く設定することを特徴とする請求項13乃至17のいずれか1項に記載のジョブ管理のプログラム。   If the load level of the job execution server determined to be in a high load state is below a threshold value determined to be in a normal state, the job multiplicity of the job execution server determined to be in a high load state, the job The estimated execution time and job priority of the job submitted to the execution server are changed to the values that were originally set before it was determined to be a high load state, and the threshold value that is determined to be a normal state is determined to be a high load state. 18. The job management program according to claim 13, wherein the job management program is set lower than a threshold value.
JP2009040739A 2009-02-24 2009-02-24 Job management system, method and program thereof Expired - Fee Related JP5459579B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009040739A JP5459579B2 (en) 2009-02-24 2009-02-24 Job management system, method and program thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009040739A JP5459579B2 (en) 2009-02-24 2009-02-24 Job management system, method and program thereof

Publications (2)

Publication Number Publication Date
JP2010198184A true JP2010198184A (en) 2010-09-09
JP5459579B2 JP5459579B2 (en) 2014-04-02

Family

ID=42822869

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009040739A Expired - Fee Related JP5459579B2 (en) 2009-02-24 2009-02-24 Job management system, method and program thereof

Country Status (1)

Country Link
JP (1) JP5459579B2 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2013051154A1 (en) * 2011-10-07 2013-04-11 富士通株式会社 Memory allocation control method, program and information processing device
JPWO2013051154A1 (en) * 2011-10-07 2015-03-30 富士通株式会社 Memory allocation control method, program, and information processing apparatus
US9658883B2 (en) 2013-08-30 2017-05-23 Fujitsu Limited Method and apparatus for controlling job schedule
KR102215418B1 (en) * 2020-06-30 2021-02-16 주식회사 크라우드웍스 Method for determing whether an inspector performs inspection using the estimated rework time in a crowdsourcing based projects for artificial intelligence training data generation
KR102232903B1 (en) * 2020-06-30 2021-03-29 주식회사 크라우드웍스 Method for determining whether a worker performs work using the estimated inspection time in a crowdsourcing based projects for artificial intelligence training data generation
KR102395117B1 (en) * 2021-09-08 2022-05-09 쿠팡 주식회사 Electronic apparatus for processing information for settlement of sold items and method thereof

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06202884A (en) * 1993-01-07 1994-07-22 Sharp Corp Multiprogram execution managment method
JP2001160041A (en) * 1999-12-03 2001-06-12 Hitachi Ltd System for reducing cpu load of on-line system
JP2001160040A (en) * 1999-12-01 2001-06-12 Nec Corp Server multiplicity controller and server multiplicity control method, and recording medium recording server multiplicity control program
JP2001249819A (en) * 2000-03-07 2001-09-14 Seiko Epson Corp Program execution right managing device, its method and computer readable recording medium in which program to make computer execute the same method is recorded
JP2003044327A (en) * 2001-07-30 2003-02-14 Ntt Comware Corp Business startup discriminating device of information system under multiplexing environment and method for predicting business processing time

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06202884A (en) * 1993-01-07 1994-07-22 Sharp Corp Multiprogram execution managment method
JP2001160040A (en) * 1999-12-01 2001-06-12 Nec Corp Server multiplicity controller and server multiplicity control method, and recording medium recording server multiplicity control program
JP2001160041A (en) * 1999-12-03 2001-06-12 Hitachi Ltd System for reducing cpu load of on-line system
JP2001249819A (en) * 2000-03-07 2001-09-14 Seiko Epson Corp Program execution right managing device, its method and computer readable recording medium in which program to make computer execute the same method is recorded
JP2003044327A (en) * 2001-07-30 2003-02-14 Ntt Comware Corp Business startup discriminating device of information system under multiplexing environment and method for predicting business processing time

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2013051154A1 (en) * 2011-10-07 2013-04-11 富士通株式会社 Memory allocation control method, program and information processing device
JPWO2013051154A1 (en) * 2011-10-07 2015-03-30 富士通株式会社 Memory allocation control method, program, and information processing apparatus
US9658883B2 (en) 2013-08-30 2017-05-23 Fujitsu Limited Method and apparatus for controlling job schedule
KR102215418B1 (en) * 2020-06-30 2021-02-16 주식회사 크라우드웍스 Method for determing whether an inspector performs inspection using the estimated rework time in a crowdsourcing based projects for artificial intelligence training data generation
KR102232903B1 (en) * 2020-06-30 2021-03-29 주식회사 크라우드웍스 Method for determining whether a worker performs work using the estimated inspection time in a crowdsourcing based projects for artificial intelligence training data generation
KR102395117B1 (en) * 2021-09-08 2022-05-09 쿠팡 주식회사 Electronic apparatus for processing information for settlement of sold items and method thereof
WO2023038179A1 (en) * 2021-09-08 2023-03-16 쿠팡 주식회사 Electronic device for processing information for settlement of sold items, and method therefor

Also Published As

Publication number Publication date
JP5459579B2 (en) 2014-04-02

Similar Documents

Publication Publication Date Title
JP5459579B2 (en) Job management system, method and program thereof
US7712103B2 (en) Method and system for managing load balancing in data processing system
JP4747307B2 (en) Network processing control device, program, and method
WO2010100859A1 (en) Distributed system
US8201178B2 (en) Preventing delay in execution time of instruction executed by exclusively using external resource
US20150178070A1 (en) Program distribution device, program distribution method, program distribution system, and storage medium
JP2010238051A (en) Load balancing program and load balancing apparatus
US10318345B2 (en) Dynamic priority queue
US11438271B2 (en) Method, electronic device and computer program product of load balancing
JP2008077266A (en) Service control unit, distributed service control system, service control method, and program
US9128754B2 (en) Resource starvation management in a computer system
US10733023B1 (en) Oversubscription scheduling
US8533533B2 (en) Monitoring processes via autocorrelation
JP2006317991A (en) Method for tuning process number
JP5515810B2 (en) Load control device
JP2013088967A (en) Printing system
US9575865B2 (en) Information processing system and monitoring method
WO2016197621A1 (en) Method and apparatus for adjusting frequency of server
JP2018097837A5 (en)
JP2010146382A (en) Load balancing system, load balancing method and load balancing program
EP4050933A1 (en) Quality of service measurement method and device, and user plane function
US10365870B2 (en) Information processing system for detecting overload of a management server and processing a priority request having priority, and information processing method for detecting overload of a management server and processing a priority request having a high priority
WO2016165467A1 (en) Traffic flow-based task scheduling method and apparatus
CN107368402A (en) The method for calculating cpu busy percentage
JP5751372B2 (en) Data processing system, computer program thereof, and data processing method

Legal Events

Date Code Title Description
RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20100715

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20100715

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20120112

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20130501

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20130510

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20130709

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20130905

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20131029

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20131220

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20140102

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees