JP5614300B2 - Processing time prediction apparatus, processing time prediction method, and processing time prediction program - Google Patents

Processing time prediction apparatus, processing time prediction method, and processing time prediction program Download PDF

Info

Publication number
JP5614300B2
JP5614300B2 JP2011009874A JP2011009874A JP5614300B2 JP 5614300 B2 JP5614300 B2 JP 5614300B2 JP 2011009874 A JP2011009874 A JP 2011009874A JP 2011009874 A JP2011009874 A JP 2011009874A JP 5614300 B2 JP5614300 B2 JP 5614300B2
Authority
JP
Japan
Prior art keywords
processing time
job
processing
predicted
unit
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.)
Expired - Fee Related
Application number
JP2011009874A
Other languages
Japanese (ja)
Other versions
JP2012150711A (en
Inventor
雅彦 高木
雅彦 高木
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 JP2011009874A priority Critical patent/JP5614300B2/en
Publication of JP2012150711A publication Critical patent/JP2012150711A/en
Application granted granted Critical
Publication of JP5614300B2 publication Critical patent/JP5614300B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Description

本発明は、処理時間予測装置、処理時間予測方法および処理時間予測プログラムに関する。   The present invention relates to a processing time prediction apparatus, a processing time prediction method, and a processing time prediction program.

業務システムの中には、昼間等のシステム稼働時にオンライン処理でデータを処理し、夜間等のシステム停止時にバッチ処理でデータベースを更新させるものがある。このような業務システムでは、システムを稼働させる前にバッチ処理を効率良く処理する必要がある。さらに常時稼働のシステムになると、稼働中のシステムに影響を来たすことがないように、バッチ処理の実行に制約が設けられる。例えば、システムの稼働に影響を与えない程度のリソースを割り当ててバッチ処理を実行させ、バッチ処理の終了時刻に期限を設ける等の制約が課せられる。   Some business systems process data by online processing when the system is operating during the daytime, and update the database by batch processing when the system is stopped at night. In such a business system, it is necessary to efficiently perform batch processing before operating the system. Furthermore, if the system is always operating, there are restrictions on the execution of batch processing so that the operating system is not affected. For example, constraints such as assigning resources that do not affect the operation of the system and executing batch processing and setting a deadline at the end time of the batch processing are imposed.

このような状況下でバッチ処理を効率的に処理するためには、バッチ処理を実行する前にバッチ処理に要する処理時間を予測することが望ましい。下記特許文献1〜3には、バッチ処理に要する処理時間を予測する技術が開示されている。   In order to efficiently process the batch process under such circumstances, it is desirable to predict the processing time required for the batch process before executing the batch process. Patent Documents 1 to 3 below disclose techniques for predicting the processing time required for batch processing.

特許文献1に記載の技術は、対象となるバッチ処理に含まれるジョブごとに処理時間を測定しておき、過去の実績処理時間に基づいてバッチ処理全体に要する処理時間を予測している。特許文献2に記載の技術は、テストデータを用いてジョブを実行したときの処理時間に基づいて、実データでのジョブの処理時間を予測している。特許文献3に記載の技術は、予測した処理時間と実際の処理時間との間の誤差を検出し、この誤差に基づいて処理の終了予定時刻を再計算している。   The technique described in Patent Document 1 measures the processing time for each job included in the target batch processing, and predicts the processing time required for the entire batch processing based on the past actual processing time. The technique described in Patent Document 2 predicts a job processing time with actual data based on a processing time when a job is executed using test data. The technique described in Patent Document 3 detects an error between the predicted processing time and the actual processing time, and recalculates the scheduled end time of processing based on this error.

特開2009−230584号公報JP 2009-230484 A 特開2002−297407号公報JP 2002-297407 A 特開平11−53227号公報JP-A-11-53227

ところで、上述した特許文献1〜3に記載の技術では、例えば、ジョブ実行時にエラーが発生してロールバックした場合、ロールバックにより再処理されたデータの件数を把握することができない。したがって、ロールバックに要した時間を精度良く算出することができないため、エラー発生時における実際の処理時間と予測処理時間との間に乖離が生じてしまう。   By the way, in the technologies described in Patent Documents 1 to 3 described above, for example, when an error occurs during job execution and rollback is performed, the number of data reprocessed by rollback cannot be grasped. Therefore, since the time required for rollback cannot be calculated with high accuracy, a divergence occurs between the actual processing time and the predicted processing time when an error occurs.

本発明は、上述した課題を解決するためになされたものであり、エラーが発生してもバッチ処理に要する処理時間の予測精度を向上させることができる処理時間予測装置、処理時間予測方法および処理時間予測プログラムを提供することを目的とする。   The present invention has been made to solve the above-described problem, and is capable of improving the prediction accuracy of the processing time required for batch processing even if an error occurs, a processing time prediction method, and a processing. The purpose is to provide a time prediction program.

本発明の処理時間予測装置は、複数のジョブを含むバッチ処理に要する処理時間を予測する処理時間予測装置であって、ジョブ単位の処理データ数およびトランザクション単位の処理データ数を用いて、ジョブごとのトランザクション数を算出するトランザクション数算出部と、ジョブごとに一トランザクション分の処理を仮実行し、ジョブごとの一トランザクション分の処理時間である仮処理時間を測定する仮処理時間測定部と、前記トランザクション数および前記仮処理時間を用いて、ジョブごとに想定される処理時間である予測処理時間を算出する予測処理時間算出部と、各ジョブの実行時に要する処理時間である実処理時間を測定する実処理時間測定部と、各ジョブの実行時に発生するエラー回数をカウントするカウント部と、前記トランザクション数、前記実処理時間および前記エラー回数を用いて、前記予測処理時間の誤差率を算出する誤差率算出部と、前記誤差率および前記仮処理時間を用いて、未処理ジョブの前記予測処理時間を再度算出する予測処理時間再算出部と、を備える。   The processing time prediction apparatus of the present invention is a processing time prediction apparatus that predicts the processing time required for batch processing including a plurality of jobs, and uses the number of processing data in units of jobs and the number of processing data in units of transactions. A transaction number calculation unit that calculates the number of transactions, a provisional processing time measurement unit that provisionally executes a process for one transaction for each job, and measures a provisional processing time that is a processing time for one transaction for each job; Using the number of transactions and the provisional processing time, a predicted processing time calculation unit that calculates a predicted processing time that is a processing time assumed for each job, and an actual processing time that is a processing time required when each job is executed are measured. An actual processing time measurement unit, a count unit that counts the number of errors that occur when each job is executed, An error rate calculation unit that calculates an error rate of the predicted processing time using the number of transactions, the actual processing time, and the number of errors, and the prediction of an unprocessed job using the error rate and the temporary processing time A predicted processing time recalculation unit that recalculates the processing time.

本発明の処理時間予測方法は、複数のジョブを含むバッチ処理に要する処理時間を予測する処理時間予測方法であって、ジョブ単位の処理データ数およびトランザクション単位の処理データ数を用いて、ジョブごとのトランザクション数を算出するトランザクション数算出ステップと、ジョブごとに一トランザクション分の処理を仮実行し、ジョブごとの一トランザクション分の処理時間である仮処理時間を測定する仮処理時間測定ステップと、前記トランザクション数および前記仮処理時間を用いて、ジョブごとに想定される処理時間である予測処理時間を算出する予測処理時間算出ステップと、各ジョブの実行時に要する処理時間である実処理時間を測定する実処理時間測定ステップと、各ジョブの実行時に発生するエラー回数をカウントするカウントステップと、前記トランザクション数、前記実処理時間および前記エラー回数を用いて、前記予測処理時間の誤差率を算出する誤差率算出ステップと、前記誤差率および前記仮処理時間を用いて、未処理ジョブの前記予測処理時間を再度算出する予測処理時間再算出ステップと、を含む。   The processing time prediction method of the present invention is a processing time prediction method for predicting the processing time required for batch processing including a plurality of jobs, and uses the number of processing data for each job and the number of processing data for each transaction. A transaction number calculating step for calculating the number of transactions, a provisional processing time measuring step for temporarily executing processing for one transaction for each job, and measuring a provisional processing time that is a processing time for one transaction for each job, Using the number of transactions and the provisional processing time, an estimated processing time calculating step for calculating an estimated processing time that is an estimated processing time for each job, and an actual processing time that is a processing time required for executing each job are measured. Counts the actual processing time measurement step and the number of errors that occur when each job is executed. An error rate calculating step of calculating an error rate of the predicted processing time using the number of transactions, the actual processing time, and the number of errors, and using the error rate and the provisional processing time, And a predicted processing time recalculation step for recalculating the predicted processing time of the processing job.

本発明の処理時間予測プログラムは、上記処理時間予測方法に含まれる各ステップをコンピュータに実行させる。   The processing time prediction program of the present invention causes a computer to execute each step included in the processing time prediction method.

本発明によれば、エラーが発生してもバッチ処理に要する処理時間の予測精度を向上させることができる。   According to the present invention, it is possible to improve the prediction accuracy of the processing time required for batch processing even if an error occurs.

実施形態における処理時間予測装置の機能構成を例示するブロック図である。It is a block diagram which illustrates functional composition of a processing time prediction device in an embodiment. ジョブ情報テーブルのデータ構成を例示する図である。It is a figure which illustrates the data structure of a job information table. 処理関連情報テーブルのデータ構成を例示する図である。It is a figure which illustrates the data structure of a process related information table. 予測用情報テーブルのデータ構成を例示する図である。It is a figure which illustrates the data structure of the information table for prediction. バッチ処理を開始する前に実行される処理を説明するためのフローチャートである。It is a flowchart for demonstrating the process performed before starting a batch process. トランザクション数算出処理の処理手順を説明するためのフローチャートである。It is a flowchart for demonstrating the process sequence of a transaction number calculation process. 予測処理時間算出処理の処理手順を説明するためのフローチャートである。It is a flowchart for demonstrating the process sequence of an estimated process time calculation process. バッチ処理を開始した後に実行される処理を説明するためのフローチャートである。It is a flowchart for demonstrating the process performed after starting a batch process. 実行状況反映処理の処理手順を説明するためのフローチャートである。It is a flowchart for demonstrating the process sequence of an execution condition reflection process. 予測処理時間再算出処理の処理手順を説明するためのフローチャートである。It is a flowchart for demonstrating the process sequence of prediction process time recalculation process. 処理順序調整処理の処理手順を説明するためのフローチャートである。It is a flowchart for demonstrating the process sequence of a process order adjustment process. 削除対象ジョブ選択処理の処理手順を説明するためのフローチャートである。It is a flowchart for demonstrating the process sequence of the deletion object job selection process.

以下、添付図面を参照して、本発明に係る処理時間予測装置、処理時間予測方法および処理時間予測プログラムの好適な実施形態について説明する。処理時間予測装置は、複数のジョブを含むバッチ処理の処理時間を予測するコンピュータ装置である。   DESCRIPTION OF EMBODIMENTS Hereinafter, preferred embodiments of a processing time prediction apparatus, a processing time prediction method, and a processing time prediction program according to the present invention will be described with reference to the accompanying drawings. The processing time prediction device is a computer device that predicts processing time of batch processing including a plurality of jobs.

複数のジョブを含むバッチ処理としては、例えば、以下の4つのジョブを含むバッチ処理がある。(1)ジョブ1;オンライン処理で更新された売り上げデータに基づいて、店舗ごとの売り上げを集計し、各店舗の売り上げ集計テーブルに登録するデータ集計処理。(2)ジョブ2;各店舗の売り上げ集計データと各店舗の商品在庫数とに基づいて、現在の商品在庫数を算出し、各店舗情報テーブルに登録する商品在庫数確認処理。(3)ジョブ3;各店舗の売り上げ集計データと各店舗のこれまでの売り上げ推移データとに基づいて、今後の売れ行きを予測し、最適な商品在庫数を算出する商品売上予測処理。(4)ジョブ4;これまでの売り上げ推移データに基づいて、各店舗の商品注文数を決定する商品注文処理。売り上げ推移データが存在しない場合には、先日までの予測情報を引き継ぎ、先日と同じ在庫数にする。この場合には、今回売り上げた商品数と同数を注文数とする。商品注文処理は、外部に商品を注文するため、決められた日時までに商品を注文する必要がある。   Examples of batch processing including a plurality of jobs include batch processing including the following four jobs. (1) Job 1; data summarization processing for summing up sales for each store based on the sales data updated by online processing and registering it in the sales count table of each store. (2) Job 2; merchandise inventory quantity confirmation processing for calculating the current merchandise inventory quantity based on the sales total data of each shop and the merchandise inventory quantity of each shop and registering it in each shop information table. (3) Job 3: Product sales prediction processing that predicts future sales based on the sales total data of each store and the sales transition data of each store so far, and calculates the optimal number of product stocks. (4) Job 4: Product order processing for determining the number of product orders for each store based on the sales transition data so far. If there is no sales trend data, the forecast information up to the previous day is taken over and the stock quantity is the same as the previous day. In this case, the number of orders is the same as the number of products sold this time. In order to order a product to the outside, the product order processing needs to order the product by a predetermined date and time.

実施形態における処理時間予測装置は、物理的には、例えば、CPU(Central Processing Unit)と、記憶装置と、入出力インターフェースとを含んで構成される。記憶装置には、例えば、CPUで処理されるプログラムやデータを記憶するROM(Read Only Memory)やHDD(Hard Disk Drive)、主として制御処理のための各種作業領域として使用されるRAM(Random Access Memory)等の要素が含まれる。これらの要素は、互いにバスを介して接続されている。CPUが、ROMに記憶されたプログラムを実行し、入出力インターフェースを介して受信されるメッセージや、RAMに展開されるデータを処理することで、後述する処理時間予測装置における各部の機能を実現することができる。   The processing time prediction apparatus in the embodiment physically includes, for example, a CPU (Central Processing Unit), a storage device, and an input / output interface. The storage device includes, for example, a ROM (Read Only Memory) and HDD (Hard Disk Drive) that store programs and data processed by the CPU, and a RAM (Random Access Memory) mainly used as various work areas for control processing. ) Etc. are included. These elements are connected to each other via a bus. The CPU executes the program stored in the ROM, and processes the message received via the input / output interface and the data expanded in the RAM, thereby realizing the function of each unit in the processing time prediction apparatus described later. be able to.

図1を参照して、実施形態における処理時間予測装置の機能構成について説明する。処理時間予測装置1は、機能的には、例えば、トランザクション数算出部11と、ジョブ仮実行部12と、予測処理時間算出部13と、ジョブ実行部21と、実行状況反映部22と、予測処理時間再算出部23と、処理順序調整部31と、を有する。   With reference to FIG. 1, the functional configuration of the processing time prediction apparatus in the embodiment will be described. Functionally, the processing time prediction device 1 functionally includes, for example, a transaction number calculation unit 11, a job provisional execution unit 12, a predicted processing time calculation unit 13, a job execution unit 21, an execution status reflection unit 22, and a prediction. A processing time recalculation unit 23 and a processing order adjustment unit 31 are included.

トランザクション数算出部11は、各ジョブについて、ジョブが実行するトランザクション数を算出する。トランザクション数の算出は、例えば、以下の手順で行うことができる。   The transaction number calculation unit 11 calculates the number of transactions executed by the job for each job. The number of transactions can be calculated, for example, by the following procedure.

最初に、トランザクション数算出部11は、ジョブ情報テーブル41や処理関連情報テーブル42を参照し、ジョブ単位の処理データ数およびトランザクション単位の処理データ数を取得する。続いて、トランザクション数算出部11は、ジョブ単位の処理データ数をトランザクション単位の処理データ数で除算することで、各ジョブのトランザクション数を算出する。続いて、トランザクション数算出部11は、算出したトランザクション数を予測用情報テーブル43に格納する。   First, the transaction number calculation unit 11 refers to the job information table 41 and the processing related information table 42 and acquires the number of processing data for each job and the number of processing data for each transaction. Subsequently, the transaction number calculation unit 11 calculates the number of transactions for each job by dividing the number of processing data for each job by the number of processing data for each transaction. Subsequently, the transaction number calculation unit 11 stores the calculated number of transactions in the prediction information table 43.

図2を参照して、ジョブ情報テーブル41のデータ構成について説明する。ジョブ情報テーブル41は、データ項目として、例えば、ジョブID項目、利用サーバID項目および利用リソース項目を有する。ジョブID項目は、ジョブを一意に特定する識別情報を格納する。利用サーバID項目は、ジョブが利用するサーバを一意に特定する識別情報を格納する。利用リソース項目は、ジョブが利用するデータリソースに関する情報を格納する。上述したジョブ単位の処理データ数は、利用リソース項目に基づいて特定可能なデータリソース(例えばデータベース)から取得することができる。   The data structure of the job information table 41 will be described with reference to FIG. The job information table 41 includes, for example, a job ID item, a use server ID item, and a use resource item as data items. The job ID item stores identification information that uniquely identifies a job. The use server ID item stores identification information that uniquely identifies a server used by a job. The use resource item stores information on data resources used by the job. The above-mentioned number of processing data for each job can be acquired from a data resource (for example, a database) that can be specified based on the use resource item.

図3を参照して、処理関連情報テーブル42のデータ構成について説明する。処理関連情報テーブル42は、データ項目として、例えば、ジョブID項目、処理優先度項目、必須先行ジョブ項目、トランザクション単位処理数項目、処理制約項目、処理省略可能フラグ項目、および処理順序項目を有する。   The data configuration of the processing related information table 42 will be described with reference to FIG. The processing related information table 42 includes, for example, a job ID item, a processing priority item, a required preceding job item, a transaction unit processing number item, a processing restriction item, a processing omissible flag item, and a processing order item as data items.

ジョブID項目は、ジョブを一意に特定する識別情報を格納する。処理優先度項目は、ジョブの処理優先度を格納する。必須先行ジョブ項目は、ジョブの処理を開始する前に処理終了が必須となる先行ジョブのジョブIDを格納する。必須先行ジョブが存在しない場合には空欄とする。トランザクション単位処理数項目は、各トランザクションの処理データ数を格納する。処理制約項目は、処理の終了期限を格納する。終了期限の設定が不要な場合には空欄とする。処理省略可能フラグ項目は、ジョブの省略が可能か否かを示すフラグを格納する。処理順序項目は、バッチ処理内でのジョブの実行順序を格納する。   The job ID item stores identification information that uniquely identifies a job. The processing priority item stores the job processing priority. The mandatory preceding job item stores the job ID of the preceding job that must be completed before the job processing is started. If there is no mandatory preceding job, leave it blank. The transaction unit processing count field stores the processing data count of each transaction. The process restriction item stores a process end time limit. If no end deadline is required, leave it blank. The process omissible flag item stores a flag indicating whether or not a job can be omitted. The processing order item stores the execution order of jobs in batch processing.

図4を参照して、予測用情報テーブル43のデータ構成について説明する。予測用情報テーブル43は、データ項目として、例えば、ジョブID項目、トランザクション数項目、仮処理時間項目、予測処理時間項目、予測エラー数項目、誤差率項目、および処理状態項目を有する。   The data configuration of the prediction information table 43 will be described with reference to FIG. The prediction information table 43 includes, for example, a job ID item, a transaction number item, a provisional processing time item, a prediction processing time item, a prediction error number item, an error rate item, and a processing state item as data items.

ジョブID項目は、ジョブを一意に特定する識別情報を格納する。トランザクション数項目は、トランザクション数算出部11により算出されるトランザクション数を格納する。仮処理時間項目は、後述する仮処理時間測定部121により測定される仮処理時間(一トランザクション分の処理時間)を格納する。予測処理時間項目は、後述する予測処理時間算出部13により算出される予測処理時間を格納する。予測エラー数項目は、後述する予測エラー数算出部221により算出される予測エラー数を格納する。誤差率項目は、後述する誤差率算出部222により算出される予測処理時間の誤差率を格納する。処理状態項目は、ジョブの処理状態を格納する。ジョブの処理状態として、例えば、“COMPLETED”、“RUNNING”、“NOT_RUNNING”等を用いることができる。   The job ID item stores identification information that uniquely identifies a job. The transaction number item stores the number of transactions calculated by the transaction number calculation unit 11. The provisional processing time item stores provisional processing time (processing time for one transaction) measured by a provisional processing time measuring unit 121 described later. The prediction processing time item stores a prediction processing time calculated by a prediction processing time calculation unit 13 described later. The prediction error number item stores a prediction error number calculated by a prediction error number calculation unit 221 described later. The error rate item stores an error rate of the prediction processing time calculated by the error rate calculation unit 222 described later. The processing status item stores the processing status of the job. For example, “COMPLETED”, “RUNNING”, “NOT_RUNNING”, or the like can be used as the job processing state.

図1に示すジョブ仮実行部12は、各ジョブについて、一トランザクション分の処理を仮実行する。仮実行の処理は、本番の処理ではなく、処理時間の測定を目的とした仮の処理である。したがって、本番の処理に影響を与える箇所にデータを書き込むこと等は行わない。ジョブ仮実行部12は、仮処理時間測定部121を含む。   The temporary job execution unit 12 shown in FIG. 1 temporarily executes processing for one transaction for each job. The temporary execution process is not a real process, but a temporary process for the purpose of measuring the processing time. Therefore, data is not written in a location that affects the actual processing. The temporary job execution unit 12 includes a temporary processing time measurement unit 121.

仮処理時間測定部121は、一トランザクション分の処理を仮実行したときに要する時間を測定することで仮処理時間を測定する。仮処理時間測定部121は、測定した仮処理時間を、予測用情報テーブル43の仮処理時間項目に格納する。   The provisional processing time measurement unit 121 measures the provisional processing time by measuring the time required to provisionally execute the process for one transaction. The temporary processing time measuring unit 121 stores the measured temporary processing time in the temporary processing time item of the prediction information table 43.

予測処理時間算出部13は、各ジョブが実行するトランザクション数と、一トランザクションあたりの処理時間である仮処理時間とを用いて、ジョブごとに想定される処理時間である予測処理時間を算出する。予測処理時間算出部13は、算出した予測処理時間を予測用情報テーブル43の予測処理時間項目に格納する。   The predicted processing time calculation unit 13 calculates the predicted processing time, which is a processing time assumed for each job, using the number of transactions executed by each job and the provisional processing time that is the processing time per transaction. The prediction processing time calculation unit 13 stores the calculated prediction processing time in the prediction processing time item of the prediction information table 43.

ジョブ実行部21は、処理関連情報テーブル42の処理順序データに従って、ジョブをロードし、実行する。ジョブ実行部21は、実処理時間測定部211およびカウント部212を含む。   The job execution unit 21 loads and executes the job according to the processing order data in the processing related information table 42. The job execution unit 21 includes an actual processing time measurement unit 211 and a count unit 212.

実処理時間測定部211は、ジョブを実行したときに要する時間を測定することで実処理時間を測定し、後述する実行状況情報テーブル44の実処理時間項目に格納する。カウント部212は、各ジョブの実行時に発生するエラー回数をカウントし、後述する実行状況情報テーブル44のエラー数項目に格納する。   The actual processing time measuring unit 211 measures the actual processing time by measuring the time required when the job is executed, and stores it in the actual processing time item of the execution status information table 44 described later. The count unit 212 counts the number of errors that occur when each job is executed, and stores it in the error number item of the execution status information table 44 described later.

ここで、実行状況情報テーブル44は、データ項目として、例えば、ジョブID項目、実処理時間項目、エラー数項目、および処理結果項目を有する。ジョブID項目は、ジョブを一意に特定する識別情報を格納する。実処理時間項目は、実処理時間測定部211により測定される実処理時間を格納する。エラー数項目は、カウント部212によりカウントされるエラー回数を格納する。処理結果項目は、ジョブ実行部21により実行されるジョブの実行結果の状態を格納する。実行結果の状態として、例えば、正常終了状態、異常終了状態、処理中断状態を用いることができる。   Here, the execution status information table 44 includes, for example, a job ID item, an actual processing time item, an error number item, and a processing result item as data items. The job ID item stores identification information that uniquely identifies a job. The actual processing time item stores the actual processing time measured by the actual processing time measuring unit 211. The number of errors item stores the number of errors counted by the counting unit 212. The processing result item stores the status of the execution result of the job executed by the job execution unit 21. As the state of the execution result, for example, a normal end state, an abnormal end state, or a process interruption state can be used.

実行状況反映部22は、ジョブの実行結果の状態が、正常終了状態であるか否かを判定し、正常終了状態である場合には、正常終了したジョブの実行状況を未処理ジョブに反映する処理を実行する。一方、異常終了状態や処理中断状態である場合には、上記未処理ジョブに反映する処理を実行せずに終了する。実行状況反映部22は、上記未処理ジョブに反映する処理を行う各種機能として、予測エラー数算出部221と、誤差率算出部222と、を有する。   The execution status reflecting unit 22 determines whether or not the job execution result is in a normal end state. If the job execution result is in a normal end state, the execution status of the job that has ended normally is reflected in an unprocessed job. Execute the process. On the other hand, if the process is abnormally terminated or interrupted, the process is terminated without executing the process reflected in the unprocessed job. The execution status reflecting unit 22 includes a prediction error number calculating unit 221 and an error rate calculating unit 222 as various functions for performing processing to be reflected in the unprocessed job.

予測エラー数算出部221は、実行状況情報テーブル44から処理済ジョブに対応するエラー数を取得し、一ジョブあたりのエラー数(エラー数の平均値)を算出することで、未処理ジョブの予測エラー数を算出する。予測エラー数算出部221は、算出した予測エラー数を、予測用情報テーブル43の未処理ジョブに対応する予測エラー数項目に格納する。   The predicted error number calculation unit 221 acquires the number of errors corresponding to the processed job from the execution status information table 44, and calculates the number of errors per job (average number of errors), thereby predicting the unprocessed job. Calculate the number of errors. The prediction error number calculation unit 221 stores the calculated prediction error number in the prediction error number item corresponding to the unprocessed job in the prediction information table 43.

誤差率算出部222は、予測処理時間の誤差率を算出し、予測用情報テーブル43の未処理ジョブに対応する誤差率に格納する。誤差率の算出は、例えば、以下の手順で行うことができる。   The error rate calculation unit 222 calculates the error rate of the prediction processing time and stores it in the error rate corresponding to the unprocessed job in the prediction information table 43. The error rate can be calculated, for example, by the following procedure.

最初に、誤差率算出部222は、予測用情報テーブル43から処理済ジョブに対応するトランザクション数、予測処理時間および仮処理時間を取得し、実行状況情報テーブル44から処理済ジョブに対応するエラー数および実処理時間を取得する。続いて、誤差率算出部222は、トランザクション数にエラー数を加算することで、実際に処理を行ったトランザクション数を算出する。これは、バッチ処理のエラー対処時に採用されるロールバックでは、エラーが発生すると、エラー発生時に処理をしていたトランザクションの先頭から処理を再開するため、トランザクション数にエラー数を加算することで実際に処理を行ったトランザクション数を算出することができることに因るものである。   First, the error rate calculation unit 222 acquires the number of transactions corresponding to the processed job, the predicted processing time, and the provisional processing time from the prediction information table 43, and the number of errors corresponding to the processed job from the execution status information table 44. And get the actual processing time. Subsequently, the error rate calculation unit 222 calculates the number of transactions actually processed by adding the number of errors to the number of transactions. This is because rollback adopted when dealing with errors in batch processing resumes processing from the beginning of the transaction that was being processed when the error occurred, so the error count is actually added to the transaction count. This is because the number of transactions processed can be calculated.

続いて、誤差率算出部222は、実際に処理を行ったトランザクション数と実処理時間とを用いて、一トランザクションあたりに費やした処理時間の平均値を算出する。続いて、誤差率算出部222は、一トランザクションあたりに費やした処理時間の平均値と、仮処理時間との差異に基づいて、予測処理時間の誤差率を算出する。続いて、誤差率算出部222は、算出した予測処理時間の誤差率を、予測用情報テーブル43の未処理ジョブに対応する誤差率項目に格納する。   Subsequently, the error rate calculation unit 222 calculates the average value of the processing time spent per transaction by using the number of transactions actually processed and the actual processing time. Subsequently, the error rate calculation unit 222 calculates the error rate of the predicted processing time based on the difference between the average processing time spent per transaction and the provisional processing time. Subsequently, the error rate calculation unit 222 stores the calculated error rate of the prediction processing time in an error rate item corresponding to an unprocessed job in the prediction information table 43.

予測処理時間再算出部23は、予測用情報テーブル43から未処理ジョブに対応する予測処理時間および誤差率を取得する。予測処理時間再算出部23は、取得した予測処理時間および誤差率を用いて、未処理ジョブの予測処理時間を再度算出する。予測処理時間再算出部23は、算出した予測処理時間を、予測用情報テーブル43の未処理ジョブに対応する予測処理時間に格納する。   The prediction processing time recalculation unit 23 acquires the prediction processing time and the error rate corresponding to the unprocessed job from the prediction information table 43. The predicted processing time recalculation unit 23 recalculates the predicted processing time of the unprocessed job using the acquired predicted processing time and error rate. The predicted processing time recalculation unit 23 stores the calculated predicted processing time in the predicted processing time corresponding to the unprocessed job in the prediction information table 43.

処理順序調整部31は、ジョブの予測処理時間、ジョブの処理制約およびジョブの処理優先度に基づいて、ジョブの処理順序を調整する。処理順序調整部31は、判定部311、警告出力部312およびジョブ除外部313を含む。   The processing order adjustment unit 31 adjusts the job processing order based on the predicted job processing time, job processing constraints, and job processing priority. The processing order adjustment unit 31 includes a determination unit 311, a warning output unit 312, and a job exclusion unit 313.

判定部311は、各ジョブの終了予定時刻に基づいて、終了期限を超過するジョブが存在するか否かを判定する。この判定は、例えば、以下の手順で行うことができる。   The determination unit 311 determines whether there is a job that exceeds the end deadline based on the scheduled end time of each job. This determination can be performed, for example, according to the following procedure.

最初に、処理順序調整部31は、処理関連情報テーブル42の処理順序データに従って各ジョブの予測処理時間をマッピングしていくことで、各ジョブの開始予定時刻や終了予定時刻を算出し、処理順序リストを生成する。続いて、判定部311は、処理関連情報テーブル42の処理制約に終了期限が格納されているジョブについて、そのジョブの終了予定時刻が終了期限を超過するか否かを判定する。   First, the processing order adjustment unit 31 calculates the scheduled start time and the scheduled end time of each job by mapping the predicted processing time of each job according to the processing order data in the processing related information table 42, and the processing order Generate a list. Subsequently, the determination unit 311 determines whether or not the scheduled end time of the job exceeds the end time limit for the job whose end time limit is stored in the process constraint of the process related information table 42.

警告出力部312は、判定部311によって終了期限を超過するジョブが存在すると判定された場合に、警告を出力する。警告の出力としては、例えば警告メッセージや警告マークを表示させるための出力、警告音の出力等が該当する。   The warning output unit 312 outputs a warning when the determination unit 311 determines that there is a job that exceeds the end deadline. Examples of the warning output include an output for displaying a warning message and a warning mark, and an output of a warning sound.

ジョブ除外部313は、判定部311によって終了期限を超過するジョブが存在すると判定された場合に、処理関連情報テーブル42の処理省略可能フラグが“YES”であるジョブをバッチ処理の対象から除外する。処理省略可能フラグが“YES”であるジョブが複数ある場合には、例えば、以下の基準に従って順次除外していくことができる。(1)処理優先度が最も低いジョブを除外対象として選択する。(2)必須先行ジョブの対象に指定されていないジョブを除外対象として選択する。(3)除外対象候補ジョブの予測処理時間と当該除外対象候補ジョブの必須先行ジョブに指定されているジョブの予測処理時間との合計時間が最も長いジョブを除外対象として選択する。   If the determination unit 311 determines that there is a job that exceeds the end deadline, the job exclusion unit 313 excludes a job whose processing omissibility flag in the processing related information table 42 is “YES” from the target of batch processing. . If there are a plurality of jobs whose processing omissibility flag is “YES”, for example, they can be sequentially excluded according to the following criteria. (1) Select a job having the lowest processing priority as an exclusion target. (2) Select a job that is not designated as a target of the mandatory preceding job as an exclusion target. (3) The job having the longest total time of the predicted processing time of the candidate job to be excluded and the predicted processing time of the job designated as the essential preceding job of the candidate job to be excluded is selected as the target to be excluded.

次に、図5〜図12を参照して、実施形態における処理時間予測装置の動作について説明する。まず、図5を参照して、バッチ処理を開始する前に実行される処理について説明する。   Next, the operation of the processing time prediction apparatus in the embodiment will be described with reference to FIGS. First, with reference to FIG. 5, the process performed before starting a batch process is demonstrated.

最初に、トランザクション数算出部11は、トランザクション数算出処理を実行する(ステップS101)。トランザクション数算出処理の詳細については、後述する。   First, the transaction number calculation unit 11 executes a transaction number calculation process (step S101). Details of the transaction count calculation process will be described later.

続いて、仮処理時間測定部121は、一トランザクション分の処理を仮実行する仮実行処理を実行し、測定した仮処理時間を予測用情報テーブル43の仮処理時間項目に格納する(ステップS102)。   Subsequently, the provisional processing time measurement unit 121 executes provisional execution processing for provisionally executing processing for one transaction, and stores the measured provisional processing time in the provisional processing time item of the prediction information table 43 (step S102). .

続いて、予測処理時間算出部13は、予測処理時間算出処理を実行する(ステップS103)。予測処理時間算出処理の処理手順については、後述する。   Subsequently, the prediction processing time calculation unit 13 executes a prediction processing time calculation process (step S103). The processing procedure of the predicted processing time calculation process will be described later.

続いて、判定部311は、上記ステップS103で算出した予測処理時間に基づいて、各ジョブの終了予定時刻を算出し、終了期限を超過するジョブが存在するか否かを判定する(ステップS104)。この判定がNOである場合(ステップS104;NO)には、本動作の処理を終了する。   Subsequently, the determination unit 311 calculates the scheduled end time of each job based on the predicted processing time calculated in step S103, and determines whether there is a job that exceeds the end deadline (step S104). . If this determination is NO (step S104; NO), the processing of this operation is terminated.

一方、上記ステップS104の判定で終了期限を超過するジョブが存在すると判定された場合(ステップS104;YES)に、警告出力部312は、警告を出力する(ステップS105)。そして、本動作の処理を終了する。   On the other hand, when it is determined in step S104 that there is a job that exceeds the end deadline (step S104; YES), the warning output unit 312 outputs a warning (step S105). And the process of this operation | movement is complete | finished.

図6を参照して、上述したステップS101で実行されるトランザクション数算出処理の処理手順について説明する。   With reference to FIG. 6, the processing procedure of the transaction number calculation process executed in step S101 described above will be described.

最初に、トランザクション数算出部11は、バッチ処理の対象となるジョブのうち、まだトランザクション数を算出していないジョブが存在するか否かを判定する(ステップS201)。この判定がNOである場合(ステップS201;NO)には、トランザクション数算出処理を終了する。   First, the transaction number calculation unit 11 determines whether there is a job whose transaction number has not yet been calculated among jobs to be batch processed (step S201). If this determination is NO (step S201; NO), the transaction number calculation process ends.

一方、上記ステップS201の判定で未算出のジョブが存在すると判定された場合(ステップS201;YES)に、トランザクション数算出部11は、処理関連情報テーブル42を参照し、算出対象のジョブに対応するトランザクション単位処理数を取得するとともに、ジョブ情報テーブル41の利用リソース項目に基づいて特定可能なデータベースからジョブ単位処理数を取得する(ステップS202)。   On the other hand, when it is determined in step S201 that an uncalculated job exists (step S201; YES), the transaction number calculation unit 11 refers to the processing related information table 42 and corresponds to the job to be calculated. The number of transaction unit processes is acquired, and the number of job unit processes is acquired from a database that can be specified based on the use resource item of the job information table 41 (step S202).

続いて、トランザクション数算出部11は、上記ステップS202で取得したジョブ単位処理数をトランザクション単位処理数で除算することで、算出対象ジョブのトランザクション数を算出する(ステップS203)。   Subsequently, the transaction number calculation unit 11 calculates the transaction number of the calculation target job by dividing the job unit processing number acquired in step S202 by the transaction unit processing number (step S203).

続いて、トランザクション数算出部11は、上記ステップS203で算出したトランザクション数を予測用情報テーブル43のトランザクション数項目に格納する(ステップS204)。そして、処理を上記ステップS201に移行する。   Subsequently, the transaction number calculation unit 11 stores the transaction number calculated in step S203 in the transaction number item of the prediction information table 43 (step S204). Then, the process proceeds to step S201.

図7を参照して、上述したステップS103で実行される予測処理時間算出処理の処理手順について説明する。   With reference to FIG. 7, the process sequence of the estimated process time calculation process performed by step S103 mentioned above is demonstrated.

最初に、予測処理時間算出部13は、バッチ処理の対象となるジョブのうち、まだ予測処理時間を算出していないジョブが存在するか否かを判定する(ステップS301)。この判定がNOである場合(ステップS301;NO)には、予測処理時間算出処理を終了する。   First, the predicted processing time calculation unit 13 determines whether there is a job for which the predicted processing time has not yet been calculated among jobs to be batch processed (step S301). If this determination is NO (step S301; NO), the prediction processing time calculation process ends.

一方、上記ステップS301の判定で未算出のジョブが存在すると判定された場合(ステップS301;YES)に、予測処理時間算出部13は、予測用情報テーブル43を参照し、算出対象のジョブに対応する予測用情報を取得する(ステップS302)。   On the other hand, when it is determined in step S301 that an uncalculated job exists (step S301; YES), the prediction processing time calculation unit 13 refers to the prediction information table 43 and corresponds to the calculation target job. The information for prediction to acquire is acquired (step S302).

続いて、予測処理時間算出部13は、上記ステップS302で取得した予測用情報に含まれるトランザクション数および仮処理時間を用いて、算出対象の予測処理時間を算出する(ステップS303)。   Subsequently, the prediction processing time calculation unit 13 calculates the prediction processing time to be calculated using the number of transactions and the provisional processing time included in the prediction information acquired in step S302 (step S303).

続いて、予測処理時間算出部13は、上記ステップS303で算出した予測処理時間を予測用情報テーブル43の予測処理時間項目に格納する(ステップS304)。そして、処理を上記ステップS301に移行する。   Subsequently, the prediction processing time calculation unit 13 stores the prediction processing time calculated in step S303 in the prediction processing time item of the prediction information table 43 (step S304). Then, the process proceeds to step S301.

次に、図8を参照して、バッチ処理を開始した後に実行される処理について説明する。   Next, with reference to FIG. 8, the process performed after starting a batch process is demonstrated.

最初に、ジョブ実行部21は、処理関連情報テーブル42の処理順序データに従ってジョブを順次実行するとともに、実処理時間測定部211により測定される実処理時間を実行状況情報テーブル44の実処理時間項目に格納し、カウント部212によりカウントされるエラー回数を実行状況情報テーブル44のエラー数項目に格納する(ステップS401)。   First, the job execution unit 21 sequentially executes jobs according to the processing order data in the processing related information table 42, and sets the actual processing time measured by the actual processing time measurement unit 211 as an actual processing time item in the execution status information table 44. The number of errors counted by the counting unit 212 is stored in the error number item of the execution status information table 44 (step S401).

続いて、実行状況反映部22は、実行状況反映処理を実行する(ステップS402)。実行状況反映処理の処理手順については、後述する。   Subsequently, the execution status reflection unit 22 executes execution status reflection processing (step S402). The processing procedure of the execution status reflection process will be described later.

続いて、予測処理時間再算出部23は、予測処理時間再算出処理を実行する(ステップS403)。予測処理時間再算出処理の処理手順については、後述する。   Subsequently, the prediction processing time recalculation unit 23 executes a prediction processing time recalculation process (step S403). The processing procedure of the predicted processing time recalculation process will be described later.

続いて、処理順序調整部31は、処理順序調整処理を実行する(ステップS404)。そして、本動作の処理を終了する。ここで、処理順序調整処理の処理手順については、後述する。   Subsequently, the process order adjustment unit 31 executes a process order adjustment process (step S404). And the process of this operation | movement is complete | finished. Here, the processing procedure of the processing order adjustment processing will be described later.

図9を参照して、上述したステップS402で実行される実行状況反映処理の処理手順について説明する。   With reference to FIG. 9, the processing procedure of the execution status reflection process executed in step S402 described above will be described.

最初に、実行状況反映部22は、実行状況情報テーブル44を参照し、処理済みのジョブに対応する実行状況情報を取得する(ステップS501)。   First, the execution status reflection unit 22 refers to the execution status information table 44 and acquires execution status information corresponding to the processed job (step S501).

続いて、実行状況反映部22は、上記ステップS501で取得した実行状況情報の処理結果項目に基づいて、ジョブの実行結果の状態が、正常終了状態であるか否かを判定する(ステップS502)。この判定がNOである場合(ステップS502;NO)には、実行状況反映処理を終了する。   Subsequently, the execution status reflection unit 22 determines whether the status of the job execution result is a normal end status based on the processing result item of the execution status information acquired in step S501 (step S502). . If this determination is NO (step S502; NO), the execution status reflection process is terminated.

一方、上記ステップS502の判定でジョブの実行結果の状態が正常終了状態であると判定された場合(ステップS502;YES)に、予測エラー数算出部221は、実行状況情報テーブル44から各処理済ジョブに対応するエラー数を取得し、エラー数の平均値を算出し、この算出した平均値を、予測用情報テーブル43の未処理ジョブに対応する予測エラー数項目に格納(予測エラー数に反映)する(ステップS503)。   On the other hand, when it is determined in step S502 that the job execution result is in the normal end state (step S502; YES), the predicted error number calculation unit 221 performs each process from the execution status information table 44. The number of errors corresponding to the job is acquired, the average value of the number of errors is calculated, and the calculated average value is stored in the prediction error number item corresponding to the unprocessed job in the prediction information table 43 (reflected in the number of prediction errors) (Step S503).

続いて、誤差率算出部222は、予測処理時間の誤差率を算出し、この算出した誤差率を、予測用情報テーブル43の未処理ジョブに対応する誤差率項目に格納(誤差率に反映)する(ステップS504)。そして、実行状況反映処理を終了する。   Subsequently, the error rate calculation unit 222 calculates an error rate of the prediction processing time, and stores the calculated error rate in an error rate item corresponding to an unprocessed job in the prediction information table 43 (reflected in the error rate). (Step S504). Then, the execution status reflection process ends.

図10を参照して、上述したステップS403で実行される予測処理時間再算出処理の処理手順について説明する。   With reference to FIG. 10, the processing procedure of the predicted processing time recalculation process executed in step S <b> 403 described above will be described.

最初に、予測処理時間再算出部23は、まだ予測処理時間を再算出していない未処理ジョブが存在するか否かを判定する(ステップS601)。この判定がNOである場合(ステップS101;NO)には、予測処理時間再算出処理を終了する。   First, the predicted processing time recalculation unit 23 determines whether there is an unprocessed job for which the predicted processing time has not yet been recalculated (step S601). If this determination is NO (step S101; NO), the prediction processing time recalculation process is terminated.

一方、上記ステップS601の判定で未再算出の未処理ジョブが存在すると判定された場合(ステップS601;YES)に、予測処理時間再算出部23は、予測用情報テーブル43を参照し、再算出対象のジョブに対応する予測用情報を取得する(ステップS602)。   On the other hand, when it is determined in step S601 that an unrecalculated unprocessed job exists (step S601; YES), the prediction processing time recalculation unit 23 refers to the prediction information table 43 and recalculates. Information for prediction corresponding to the target job is acquired (step S602).

続いて、予測処理時間再算出部23は、上記ステップS602で取得した予測用情報に含まれる予測処理時間および誤差率を用いて、再算出対象ジョブの予測処理時間を再度算出する(ステップS603)。   Subsequently, the prediction processing time recalculation unit 23 recalculates the prediction processing time of the recalculation target job using the prediction processing time and the error rate included in the prediction information acquired in step S602 (step S603). .

続いて、予測処理時間再算出部23は、上記ステップS603で算出した予測処理時間を、予測用情報テーブル43の再算出対象ジョブに対応する予測処理時間項目に格納(予測処理時間に反映)する(ステップS604)。そして、処理を上記ステップS601に移行する。   Subsequently, the prediction processing time recalculation unit 23 stores the prediction processing time calculated in step S603 in the prediction processing time item corresponding to the recalculation target job in the prediction information table 43 (reflects in the prediction processing time). (Step S604). Then, the process proceeds to step S601.

図11を参照して、上述したステップS404で実行される処理順序調整処理の処理手順について説明する。   With reference to FIG. 11, the process sequence of the process order adjustment process performed in step S404 described above will be described.

最初に、処理順序調整部31は、処理関連情報テーブル42の処理順序データ項目を参照して、未処理ジョブの処理順序リストを生成して保存する(ステップS701)。   First, the processing order adjustment unit 31 refers to the processing order data item in the processing related information table 42 to generate and store a processing order list of unprocessed jobs (step S701).

続いて、判定部311は、処理順序リストにある未処理ジョブのうち、処理関連情報テーブル42の処理制約項目に終了期限が格納されているジョブについて、その未処理ジョブの終了予定時刻が終了期限を超過しているか否かを判定する(ステップS702)。この判定がNOである場合(ステップS702;NO)には、後述するステップS710に処理を移行する。   Subsequently, the determination unit 311 determines, for the unprocessed jobs in the processing order list, the scheduled end time of the unprocessed job for the job whose end limit is stored in the processing constraint item of the processing related information table 42. It is determined whether or not it exceeds (step S702). If this determination is NO (step S702; NO), the process proceeds to step S710 described later.

一方、上記ステップS702の判定で終了予定時刻が終了期限を超過している未処理ジョブが存在すると判定された場合(ステップS702;YES)に、警告出力部312は、警告を出力する(ステップS703)。   On the other hand, if it is determined in step S702 that there is an unprocessed job whose scheduled end time exceeds the end deadline (step S702; YES), the warning output unit 312 outputs a warning (step S703). ).

続いて、ジョブ除外部313は、削除対象ジョブ選択処理を実行する(ステップS704)。削除対象ジョブ選択処理の処理手順については、後述する。   Subsequently, the job exclusion unit 313 executes a deletion target job selection process (step S704). The processing procedure of the deletion target job selection process will be described later.

続いて、判定部311は、削除対象ジョブが選択されたか否かを判定する(ステップS705)。この判定がNOである場合(ステップS705;NO)に、警告出力部312は、削除対象ジョブが存在しない旨のメッセージを出力し(ステップS706)、後述するステップS710に処理を移行する。   Subsequently, the determination unit 311 determines whether or not a deletion target job has been selected (step S705). If this determination is NO (step S705; NO), the warning output unit 312 outputs a message indicating that there is no job to be deleted (step S706), and the process proceeds to step S710 described later.

一方、上記ステップS705の判定で削除対象ジョブが選択されたと判定された場合(ステップS705;YES)に、ジョブ除外部313は、保存されている処理順序リストから、選択された削除対象ジョブを除外し(ステップS707)、処理順序調整部31は、処理順序リストを再生成して上書き保存する(ステップS708)。   On the other hand, when it is determined in step S705 that the deletion target job has been selected (step S705; YES), the job exclusion unit 313 excludes the selected deletion target job from the stored processing order list. Then, the processing order adjustment unit 31 regenerates the processing order list and saves it by overwriting (step S708).

続いて、判定部311は、処理順序リストにある未処理ジョブのうち、処理関連情報テーブル42の処理制約項目に終了期限が格納されているジョブについて、その未処理ジョブの終了予定時刻が終了期限を超過しているか否かを判定する(ステップS709)。この判定がYESである場合(ステップS709;YES)には、上述したステップS704に処理を移行する。   Subsequently, the determination unit 311 determines, for the unprocessed jobs in the processing order list, the scheduled end time of the unprocessed job for the job whose end limit is stored in the processing constraint item of the processing related information table 42. It is determined whether or not it exceeds (step S709). If this determination is YES (step S709; YES), the process proceeds to step S704 described above.

一方、上記ステップS709の判定で終了予定時刻が終了期限を超過している未処理ジョブが存在しないと判定された場合(ステップS709;NO)に、処理順序調整部31は、保存されている処理順序リストを出力する(ステップS710)。そして、処理順序調整処理を終了する。   On the other hand, if it is determined in step S709 that there is no unprocessed job whose scheduled end time exceeds the end deadline (step S709; NO), the processing order adjustment unit 31 stores the stored processing. An order list is output (step S710). Then, the processing order adjustment process ends.

図12を参照して、上述したステップS704で実行される削除対象ジョブ選択処理の処理手順について説明する。   With reference to FIG. 12, the process procedure of the deletion target job selection process executed in step S704 described above will be described.

最初に、ジョブ除外部313は、処理順序リストにある未処理ジョブのうち、処理関連情報テーブル42の処理省略可能フラグ項目に“YES”が格納されているジョブが存在するか否かを判定する(ステップS801)。この判定がNOである場合(ステップS101;NO)に、ジョブ除外部313は、エラーメッセージを出力し(ステップS811)、削除対象ジョブ選択処理を終了する。   First, the job exclusion unit 313 determines whether there is a job in which “YES” is stored in the process omissibility flag item of the process related information table 42 among the unprocessed jobs in the process order list. (Step S801). If this determination is NO (step S101; NO), the job exclusion unit 313 outputs an error message (step S811), and ends the deletion target job selection process.

一方、上記ステップS801の判定で処理省略可能フラグ項目に“YES”が格納されているジョブが存在すると判定された場合(ステップS801;YES)に、ジョブ除外部313は、処理省略可能フラグ項目に“YES”が格納されているジョブに対応する処理関連情報を処理関連情報テーブル42から取得する(ステップS802)。   On the other hand, when it is determined in step S801 that there is a job in which “YES” is stored in the process omissible flag item (step S801; YES), the job exclusion unit 313 sets the process omissible flag item. Processing related information corresponding to a job storing “YES” is acquired from the processing related information table 42 (step S802).

続いて、ジョブ除外部313は、上記ステップS802で取得した処理関連情報に基づいて、削除対象候補となるジョブが複数存在するか否かを判定する(ステップS803)。この判定がNOである場合(ステップS803;NO)に、ジョブ除外部313は、上記ステップS802で取得した処理関連情報に対応するジョブを削除対象ジョブとして出力し(ステップS810)、削除対象ジョブ選択処理を終了する。   Subsequently, the job exclusion unit 313 determines whether there are a plurality of jobs that are candidates for deletion based on the processing related information acquired in step S802 (step S803). If this determination is NO (step S803; NO), the job exclusion unit 313 outputs the job corresponding to the processing related information acquired in step S802 as a deletion target job (step S810), and selects the deletion target job. The process ends.

一方、上記ステップS803の判定で削除対象候補となるジョブが複数存在すると判定された場合(ステップS803;YES)に、ジョブ除外部313は、各ジョブに対応する処理関連情報に含まれる処理優先度を比較し、処理優先度が最も低いジョブを削除対象候補ジョブとして選択する(ステップS804)。   On the other hand, when it is determined in step S803 that there are a plurality of jobs that are candidates for deletion (step S803; YES), the job exclusion unit 313 determines the processing priority included in the processing related information corresponding to each job. And the job with the lowest processing priority is selected as a candidate job to be deleted (step S804).

続いて、ジョブ除外部313は、上記ステップS804で選択した削除対象候補ジョブが複数存在するか否かを判定する(ステップS805)。この判定がNOである場合(ステップS805;NO)に、ジョブ除外部313は、上記ステップS804で選択した削除対象候補ジョブを削除対象ジョブとして出力し(ステップS810)、削除対象ジョブ選択処理を終了する。   Subsequently, the job exclusion unit 313 determines whether there are a plurality of deletion target candidate jobs selected in step S804 (step S805). When this determination is NO (step S805; NO), the job exclusion unit 313 outputs the deletion target candidate job selected in step S804 as a deletion target job (step S810), and ends the deletion target job selection process. To do.

一方、上記ステップS805の判定で削除対象候補ジョブが複数存在すると判定された場合(ステップS805;YES)に、ジョブ除外部313は、複数存在する削除対象候補ジョブのうち、処理関連情報テーブル42の必須先行ジョブ項目において必須先行ジョブに指定されていないジョブのみを、削除対象候補ジョブとして選択する(ステップS806)。   On the other hand, when it is determined in step S805 that there are a plurality of deletion target candidate jobs (step S805; YES), the job exclusion unit 313 includes a plurality of deletion target candidate jobs in the processing related information table 42. Only jobs that are not designated as mandatory preceding jobs in the mandatory preceding job item are selected as candidate jobs to be deleted (step S806).

続いて、ジョブ除外部313は、上記ステップS806で削除対象候補ジョブが選択されたか否かを判定する(ステップS807)。この判定がNOである場合(ステップS807;NO)に、ジョブ除外部313は、エラーメッセージを出力し(ステップS811)、削除対象ジョブ選択処理を終了する。   Subsequently, the job exclusion unit 313 determines whether a deletion target candidate job has been selected in step S806 (step S807). If this determination is NO (step S807; NO), the job exclusion unit 313 outputs an error message (step S811), and ends the deletion target job selection process.

一方、上記ステップS807の判定で削除対象候補ジョブが選択されたと判定された場合(ステップS807;YES)に、ジョブ除外部313は、選択された削除対象候補ジョブが複数存在するか否かを判定する(ステップS808)。この判定がNOである場合(ステップS808;NO)に、ジョブ除外部313は、上記ステップS806で選択した削除対象候補ジョブを削除対象ジョブとして出力し(ステップS810)、削除対象ジョブ選択処理を終了する。   On the other hand, if it is determined in step S807 that a deletion target candidate job has been selected (step S807; YES), the job exclusion unit 313 determines whether there are a plurality of selected deletion target candidate jobs. (Step S808). If this determination is NO (step S808; NO), the job exclusion unit 313 outputs the deletion target candidate job selected in step S806 as a deletion target job (step S810), and ends the deletion target job selection process. To do.

一方、上記ステップS808の判定で削除対象候補ジョブが複数存在すると判定された場合(ステップS808;YES)に、ジョブ除外部313は、複数存在する削除対象候補ジョブのうち、当該削除対象候補ジョブの予測処理時間と当該削除対象候補ジョブの必須先行ジョブに指定されているジョブの予測処理時間との合計時間を算出し、その合計時間が最も長いジョブを削除対象候補ジョブとして選択する(ステップS809)。   On the other hand, when it is determined in step S808 that there are a plurality of deletion target candidate jobs (step S808; YES), the job exclusion unit 313 determines that the deletion target candidate job among the plurality of deletion target candidate jobs exists. The total time of the predicted processing time and the predicted processing time of the job specified as the mandatory preceding job of the deletion target candidate job is calculated, and the job having the longest total time is selected as the deletion target candidate job (step S809). .

続いて、ジョブ除外部313は、上記ステップS809で選択した削除対象候補ジョブを削除対象ジョブとして出力し(ステップS810)、削除対象ジョブ選択処理を終了する。   Subsequently, the job exclusion unit 313 outputs the deletion target candidate job selected in step S809 as a deletion target job (step S810), and ends the deletion target job selection process.

上述したように、実施形態における処理時間予測装置1によれば、ジョブを実際に実行する前に、一トランザクション分の処理を仮実行することで、処理時間を予測することができるため、実処理に与える影響を最小限に抑えたうえで未処理ジョブの予測処理時間を算出することが可能となる。   As described above, according to the processing time prediction apparatus 1 in the embodiment, the processing time can be predicted by temporarily executing the processing for one transaction before the job is actually executed. It is possible to calculate the predicted processing time of an unprocessed job while minimizing the effect on the job.

また、ジョブを実際に実行したときの実行状況情報に基づいて予測処理時間の誤差率を算出し、予測用情報に反映してから予測処理時間を再算出することができるため、予測処理時間に実処理時間との誤差を反映させることが可能となる。   In addition, since the error rate of the predicted processing time can be calculated based on the execution status information when the job is actually executed and reflected in the prediction information, the predicted processing time can be recalculated. An error from the actual processing time can be reflected.

さらに、ジョブを実際に実行したときの実行状況情報に基づいて予測エラー数を算出し、予測用情報に反映してから予測処理時間を再算出することができるため、予測処理時間に実際のエラー状況を反映させることが可能となる。   Furthermore, since the number of predicted errors can be calculated based on the execution status information when the job is actually executed and reflected in the prediction information, the predicted processing time can be recalculated. It is possible to reflect the situation.

それゆえに、エラーが発生してもバッチ処理に要する処理時間の予測精度を向上させることが可能となる。   Therefore, even when an error occurs, it is possible to improve the prediction accuracy of the processing time required for batch processing.

[変形例]
なお、上述した実施形態は、単なる例示に過ぎず、実施形態に明示していない種々の変形や技術の適用を排除するものではない。すなわち、本発明は、その趣旨を逸脱しない範囲で様々な形態に変形して実施することができる。
[Modification]
Note that the above-described embodiment is merely an example, and does not exclude various modifications and technical applications that are not explicitly described in the embodiment. That is, the present invention can be implemented by being modified into various forms without departing from the spirit of the present invention.

例えば、上述した実施形態では、処理順序調整部31による処理順序調整処理を、バッチ処理開始後の処理中で実行しているが、バッチ処理開始前の処理中で実行してもよい。これにより、バッチ処理開始前の状態で終了期限を超過するジョブが存在する場合には、省略可能なジョブ等をバッチ処理から除外することや、警告を出力することが可能となる。   For example, in the above-described embodiment, the process order adjustment process by the process order adjustment unit 31 is performed during the process after the start of the batch process, but may be performed during the process before the start of the batch process. As a result, when there is a job that exceeds the end deadline in the state before the start of batch processing, it is possible to exclude an optional job or the like from the batch processing and output a warning.

また、上述した実施形態では、処理順序調整後の処理順序リストを出力しているが、これに限定されない。例えば、処理順序調整処理により調整された処理順序を動的に反映(更新)してもよい。   In the embodiment described above, the processing order list after the processing order adjustment is output, but the present invention is not limited to this. For example, the processing order adjusted by the processing order adjustment process may be dynamically reflected (updated).

また、上述した実施形態では、エラー発生時のロールバック処理において、エラー発生時に処理をしていたトランザクションの先頭から処理を再開することを前提にしているが、エラー発生時に処理をしていたトランザクションを再実行せずに、スキップするジョブも存在する。このようなジョブが存在する場合には、予測処理時間の誤差率を算出する際に、トランザクション数に対してエラー数を加算しない処理を追加することで対応できる。具体的には、ジョブの実行状況を監視し、ジョブがエラー発生時のトランザクションをスキップする場合には、トランザクション数に対してエラー数を加算しない機能を追加することで対応できる。   Further, in the above-described embodiment, in the rollback processing at the time of error occurrence, it is assumed that the processing is restarted from the beginning of the transaction that was being processed at the time of error occurrence. There is also a job to skip without re-executing. When such a job exists, it can be dealt with by adding a process that does not add the number of errors to the number of transactions when calculating the error rate of the predicted processing time. Specifically, the job execution status is monitored, and when a job skips a transaction when an error occurs, it can be dealt with by adding a function that does not add the number of errors to the number of transactions.

また、上述した実施形態では、予測エラー数算出部221が予測エラー数を算出する際に、一ジョブあたりのエラー数(エラー数の平均値)を算出しているが、これに限定されない。例えば、トランザクション処理の成功率(エラー数/成功したトランザクション数)をジョブごとに算出することで、予測エラー数を算出してもよい。   In the above-described embodiment, when the predicted error number calculation unit 221 calculates the predicted error number, the number of errors per job (average value of the number of errors) is calculated. However, the present invention is not limited to this. For example, the predicted error number may be calculated by calculating the success rate of transaction processing (number of errors / number of successful transactions) for each job.

また、上述した実施形態では、ジョブ仮実行部12がジョブを仮実行する際に、各ジョブについて一トランザクション分の処理を仮実行しているが、仮実行の処理は、一トランザクション分のデータが全て揃うまで待機する必要はない。例えば、一トランザクション分のデータ量が多く、一データの処理時間が長い場合には、一トランザクション分のデータが全て揃ってから仮実行の処理を開始すると、本番の処理に影響を与えてしまうことも考え得る。したがって、このような場合には、仮実行の処理で取り扱う一データが揃った時点で仮実行の処理を開始させることとしてもよい。この場合には、仮実行の処理で取り扱う一データが揃ったか否かを監視するデータ監視サーバを設けることとしてもよい。これにより、本番の処理に影響を与えることなく、仮実行を行うことが可能となる。   In the above-described embodiment, when the job provisional execution unit 12 provisionally executes a job, the process for one transaction is provisionally executed for each job. You don't have to wait until you have everything. For example, if the amount of data for one transaction is large and the processing time for one data is long, starting the provisional execution process after all the data for one transaction has been prepared will affect the actual processing. Can also be considered. Therefore, in such a case, the provisional execution process may be started when one piece of data handled in the provisional execution process is prepared. In this case, a data monitoring server may be provided for monitoring whether or not one piece of data handled in the provisional execution process has been prepared. As a result, provisional execution can be performed without affecting the actual processing.

上記の実施形態の一部または全部は、以下の付記のようにも記載され得るが、本発明を以下に限定するものではない。   A part or all of the above embodiments can be described as in the following supplementary notes, but the present invention is not limited to the following.

(付記1) 複数のジョブを含むバッチ処理に要する処理時間を予測する処理時間予測装置であって、ジョブ単位の処理データ数およびトランザクション単位の処理データ数を用いて、ジョブごとのトランザクション数を算出するトランザクション数算出部と、ジョブごとに一トランザクション分の処理を仮実行し、ジョブごとの一トランザクション分の処理時間である仮処理時間を測定する仮処理時間測定部と、前記トランザクション数および前記仮処理時間を用いて、ジョブごとに想定される処理時間である予測処理時間を算出する予測処理時間算出部と、各ジョブの実行時に要する処理時間である実処理時間を測定する実処理時間測定部と、各ジョブの実行時に発生するエラー回数をカウントするカウント部と、前記トランザクション数、前記実処理時間および前記エラー回数を用いて、前記予測処理時間の誤差率を算出する誤差率算出部と、前記誤差率および前記仮処理時間を用いて、未処理ジョブの前記予測処理時間を再度算出する予測処理時間再算出部と、を備えることを特徴とする処理時間予測装置。   (Appendix 1) A processing time prediction device that predicts the processing time required for batch processing including a plurality of jobs, and calculates the number of transactions for each job using the number of processing data for each job and the number of processing data for each transaction. A transaction number calculation unit, a provisional processing time measurement unit that temporarily executes processing for one transaction for each job, and measures a provisional processing time that is a processing time for one transaction for each job, the number of transactions and the provisional time Using the processing time, a predicted processing time calculation unit that calculates a predicted processing time that is a processing time assumed for each job, and an actual processing time measurement unit that measures a real processing time that is required when each job is executed A counting unit that counts the number of errors that occur when each job is executed, and the transaction An error rate calculation unit that calculates an error rate of the predicted processing time using the actual processing time and the number of errors; and the predicted processing time of an unprocessed job using the error rate and the temporary processing time. A processing time prediction apparatus comprising: a prediction processing time recalculation unit that calculates again.

(付記2) 前記予測処理時間を用いて各ジョブが終了する予定となる時刻である予測終了時刻を算出し、当該予測終了時刻が、予めジョブごとに設定可能な終了期限を超過するか否かを判定する判定部と、いずれかの前記予測終了時刻が前記終了期限を超過する場合に、警告を出力する警告出力部と、をさらに備えることを特徴とする付記1記載の処理時間予測装置。   (Supplementary Note 2) A predicted end time that is a time at which each job is scheduled to end is calculated using the predicted processing time, and whether or not the predicted end time exceeds an end deadline that can be set in advance for each job. The processing time prediction apparatus according to claim 1, further comprising: a determination unit that determines whether or not and a warning output unit that outputs a warning when any of the predicted end times exceeds the end deadline.

(付記3) 前記いずれかの前記予測終了時刻が前記終了期限を超過する場合に、予めジョブごとに設定可能な省略可能ジョブに該当するジョブをバッチ処理の対象から除外するジョブ除外部を、さらに備えることを特徴とする付記2記載の処理時間予測装置。   (Supplementary Note 3) A job exclusion unit that excludes a job corresponding to an optional job that can be set in advance for each job from the target of batch processing when any of the predicted end times exceeds the end time limit, The processing time prediction apparatus according to supplementary note 2, characterized by comprising:

(付記4) 複数のジョブを含むバッチ処理に要する処理時間を予測する処理時間予測方法であって、ジョブ単位の処理データ数およびトランザクション単位の処理データ数を用いて、ジョブごとのトランザクション数を算出するトランザクション数算出ステップと、ジョブごとに一トランザクション分の処理を仮実行し、ジョブごとの一トランザクション分の処理時間である仮処理時間を測定する仮処理時間測定ステップと、前記トランザクション数および前記仮処理時間を用いて、ジョブごとに想定される処理時間である予測処理時間を算出する予測処理時間算出ステップと、各ジョブの実行時に要する処理時間である実処理時間を測定する実処理時間測定ステップと、各ジョブの実行時に発生するエラー回数をカウントするカウントステップと、前記トランザクション数、前記実処理時間および前記エラー回数を用いて、前記予測処理時間の誤差率を算出する誤差率算出ステップと、前記誤差率および前記仮処理時間を用いて、未処理ジョブの前記予測処理時間を再度算出する予測処理時間再算出ステップと、を含むことを特徴とする処理時間予測方法。   (Supplementary Note 4) A processing time prediction method for predicting the processing time required for batch processing including a plurality of jobs, and calculating the number of transactions for each job using the number of processing data for each job and the number of processing data for each transaction. A transaction number calculating step, a provisional processing time measuring step of temporarily executing processing for one transaction for each job, and measuring a provisional processing time that is a processing time for one transaction for each job, the number of transactions and the provisional time A predicted processing time calculation step for calculating a predicted processing time that is a processing time assumed for each job by using the processing time, and an actual processing time measurement step for measuring a real processing time that is a processing time required for executing each job. And a counts that counts the number of errors that occur when each job is executed An error rate calculating step of calculating an error rate of the predicted processing time using the number of transactions, the actual processing time, and the number of errors, and using the error rate and the provisional processing time, A prediction processing time recalculation step for recalculating the prediction processing time of the job.

(付記5) 付記4に記載の各ステップをコンピュータに実行させるための処理時間予測プログラム。   (Additional remark 5) The processing time prediction program for making a computer perform each step of Additional remark 4.

1…処理時間予測装置、11…トランザクション数算出部、12…ジョブ仮実行部、13…予測処理時間算出部、21…ジョブ実行部、22…実行状況反映部、23…予測処理時間再算出部、31…処理順序調整部、41…ジョブ情報テーブル、42…処理関連情報テーブル、43…予測用情報テーブル、44…実行状況情報テーブル、121…仮処理時間測定部、211…実処理時間測定部、212…カウント部、221…予測エラー数算出部、222…誤差率算出部、311…判定部、312…警告出力部、313…ジョブ除外部。   DESCRIPTION OF SYMBOLS 1 ... Processing time prediction apparatus, 11 ... Transaction number calculation part, 12 ... Temporary job execution part, 13 ... Prediction processing time calculation part, 21 ... Job execution part, 22 ... Execution status reflection part, 23 ... Prediction processing time recalculation part , 31 ... Processing order adjustment unit, 41 ... Job information table, 42 ... Processing related information table, 43 ... Information table for prediction, 44 ... Execution status information table, 121 ... Temporary processing time measurement unit, 211 ... Actual processing time measurement unit , 212... Count unit, 221... Prediction error number calculation unit, 222... Error rate calculation unit, 311.

Claims (5)

複数のジョブを含むバッチ処理に要する処理時間を予測する処理時間予測装置であって、
ジョブ単位の処理データ数およびトランザクション単位の処理データ数を用いて、ジョブごとのトランザクション数を算出するトランザクション数算出部と、
ジョブごとに一トランザクション分の処理を仮実行し、ジョブごとの一トランザクション分の処理時間である仮処理時間を測定する仮処理時間測定部と、
前記トランザクション数および前記仮処理時間を用いて、ジョブごとに想定される処理時間である予測処理時間を算出する予測処理時間算出部と、
各ジョブの実行時に要する処理時間である実処理時間を測定する実処理時間測定部と、
各ジョブの実行時に発生するエラー回数をカウントするカウント部と、
前記トランザクション数、前記実処理時間および前記エラー回数を用いて、前記予測処理時間の誤差率を算出する誤差率算出部と、
前記誤差率および前記仮処理時間を用いて、未処理ジョブの前記予測処理時間を再度算出する予測処理時間再算出部と、
を備えることを特徴とする処理時間予測装置。
A processing time prediction device for predicting processing time required for batch processing including a plurality of jobs,
A transaction number calculation unit for calculating the number of transactions for each job using the number of processing data for each job and the number of processing data for each transaction;
A provisional processing time measurement unit that provisionally executes processing for one transaction for each job and measures a provisional processing time that is processing time for one transaction for each job;
A predicted processing time calculation unit that calculates a predicted processing time that is a processing time assumed for each job, using the number of transactions and the provisional processing time;
An actual processing time measurement unit that measures actual processing time that is processing time required for execution of each job;
A counting unit that counts the number of errors that occur during the execution of each job;
Using the number of transactions, the actual processing time, and the number of errors, an error rate calculating unit that calculates an error rate of the predicted processing time;
A predicted processing time recalculation unit that recalculates the predicted processing time of an unprocessed job using the error rate and the provisional processing time;
A processing time prediction apparatus comprising:
前記予測処理時間を用いて各ジョブが終了する予定となる時刻である予測終了時刻を算出し、当該予測終了時刻が、予めジョブごとに設定可能な終了期限を超過するか否かを判定する判定部と、
いずれかの前記予測終了時刻が前記終了期限を超過する場合に、警告を出力する警告出力部と、
をさらに備えることを特徴とする請求項1記載の処理時間予測装置。
Determination that calculates a predicted end time that is a time at which each job is scheduled to end using the predicted processing time, and determines whether the predicted end time exceeds an end time limit that can be set in advance for each job. And
A warning output unit for outputting a warning when any of the predicted end times exceeds the end deadline;
The processing time prediction apparatus according to claim 1, further comprising:
前記いずれかの前記予測終了時刻が前記終了期限を超過する場合に、予めジョブごとに設定可能な省略可能ジョブに該当するジョブをバッチ処理の対象から除外するジョブ除外部を、
さらに備えることを特徴とする請求項2記載の処理時間予測装置。
A job exclusion unit that excludes a job corresponding to an optional job that can be set in advance for each job from the batch processing target when any of the predicted end times exceeds the end deadline;
The processing time prediction apparatus according to claim 2, further comprising:
複数のジョブを含むバッチ処理に要する処理時間を予測する処理時間予測方法であって、
ジョブ単位の処理データ数およびトランザクション単位の処理データ数を用いて、ジョブごとのトランザクション数を算出するトランザクション数算出ステップと、
ジョブごとに一トランザクション分の処理を仮実行し、ジョブごとの一トランザクション分の処理時間である仮処理時間を測定する仮処理時間測定ステップと、
前記トランザクション数および前記仮処理時間を用いて、ジョブごとに想定される処理時間である予測処理時間を算出する予測処理時間算出ステップと、
各ジョブの実行時に要する処理時間である実処理時間を測定する実処理時間測定ステップと、
各ジョブの実行時に発生するエラー回数をカウントするカウントステップと、
前記トランザクション数、前記実処理時間および前記エラー回数を用いて、前記予測処理時間の誤差率を算出する誤差率算出ステップと、
前記誤差率および前記仮処理時間を用いて、未処理ジョブの前記予測処理時間を再度算出する予測処理時間再算出ステップと、
を含むことを特徴とする処理時間予測方法。
A processing time prediction method for predicting processing time required for batch processing including a plurality of jobs,
A transaction number calculating step for calculating the number of transactions for each job using the number of processing data for each job and the number of processing data for each transaction;
Temporary processing time measurement step for temporarily executing processing for one transaction for each job and measuring temporary processing time that is processing time for one transaction for each job;
A predicted processing time calculating step of calculating a predicted processing time, which is a processing time assumed for each job, using the number of transactions and the provisional processing time;
An actual processing time measuring step for measuring an actual processing time which is a processing time required for executing each job;
A counting step that counts the number of errors that occur during the execution of each job;
An error rate calculating step of calculating an error rate of the predicted processing time using the number of transactions, the actual processing time, and the number of errors;
A predicted processing time recalculation step of recalculating the predicted processing time of an unprocessed job using the error rate and the provisional processing time;
The processing time prediction method characterized by including.
請求項4に記載の各ステップをコンピュータに実行させるための処理時間予測プログラム。   A processing time prediction program for causing a computer to execute each step according to claim 4.
JP2011009874A 2011-01-20 2011-01-20 Processing time prediction apparatus, processing time prediction method, and processing time prediction program Expired - Fee Related JP5614300B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011009874A JP5614300B2 (en) 2011-01-20 2011-01-20 Processing time prediction apparatus, processing time prediction method, and processing time prediction program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011009874A JP5614300B2 (en) 2011-01-20 2011-01-20 Processing time prediction apparatus, processing time prediction method, and processing time prediction program

Publications (2)

Publication Number Publication Date
JP2012150711A JP2012150711A (en) 2012-08-09
JP5614300B2 true JP5614300B2 (en) 2014-10-29

Family

ID=46792890

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011009874A Expired - Fee Related JP5614300B2 (en) 2011-01-20 2011-01-20 Processing time prediction apparatus, processing time prediction method, and processing time prediction program

Country Status (1)

Country Link
JP (1) JP5614300B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5778200B2 (en) * 2013-02-28 2015-09-16 株式会社大和総研ビジネス・イノベーション Information processing apparatus, information processing system, information processing method, and information processing program
JP6436705B2 (en) * 2014-09-26 2018-12-12 株式会社野村総合研究所 Test execution device, test execution method, and computer program

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4786358B2 (en) * 2006-02-01 2011-10-05 株式会社日立製作所 Job execution time estimation system, job execution time estimation method, and job execution time estimation program
JP2008040980A (en) * 2006-08-09 2008-02-21 Ns Solutions Corp Information processor, predicted processing time calculation method and program
JP5055059B2 (en) * 2007-08-03 2012-10-24 株式会社日立製作所 Database processing method, implementation system and program

Also Published As

Publication number Publication date
JP2012150711A (en) 2012-08-09

Similar Documents

Publication Publication Date Title
JP2022160544A (en) Computer system and method
US9235440B2 (en) Managing job execution
US9829334B2 (en) Hedging risk in journey planning
US20130067182A1 (en) Data processing method and system
US9558091B2 (en) Information processing device, fault avoidance method, and program storage medium
US9841900B2 (en) Storage control apparatus, method, and medium for scheduling volume recovery
JP5779537B2 (en) Production simulation apparatus, production simulation method, and production simulation program
JP5614300B2 (en) Processing time prediction apparatus, processing time prediction method, and processing time prediction program
US20160266808A1 (en) Information processing device, information processing method, and recording medium
US20140181791A1 (en) Software development work item management system
CN102576294A (en) Storage system, method, and program, comprising a plurality of storage devices
US9058207B2 (en) Simulation apparatus, method, and computer-readable recording medium
US20110289347A1 (en) Recovery from medium error on tape on which data and metadata are to be stored by using medium to medium data copy
JP2022167721A (en) Method for providing information related to item scrap and apparatus for the same
JP7218140B2 (en) Simulation device and simulation method
JP6986882B2 (en) Passenger information system, passenger information system and passenger information method
EP2568434A1 (en) Data processing method and system
CN106959888B (en) Task processing method and device in cloud storage system
JP7487685B2 (en) Information processing device, information processing method, and program
US20080256229A1 (en) Detecting Machine Utilization Activity
US11762691B2 (en) Information processing system of task scheduling, method of task scheduling, and non-transitory computer-readable storage medium for storing program of task scheduling
JP2007087121A (en) Total management apparatus, database system, database management method, and database management program
US20230325892A1 (en) System and method for managing license of software
JP2010170480A (en) Manufacturing time prediction method, manufacturing date prediction method, arrival time prediction method and arrival date prediction method for work, and manufacturing time prediction device and arrival time prediction device for work
US20140358619A1 (en) Time-dependent reorder points in supply chain networks

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20131212

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20140731

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: 20140812

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20140825

R150 Certificate of patent or registration of utility model

Ref document number: 5614300

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees