JP2002351852A - System operation management method - Google Patents

System operation management method

Info

Publication number
JP2002351852A
JP2002351852A JP2001158857A JP2001158857A JP2002351852A JP 2002351852 A JP2002351852 A JP 2002351852A JP 2001158857 A JP2001158857 A JP 2001158857A JP 2001158857 A JP2001158857 A JP 2001158857A JP 2002351852 A JP2002351852 A JP 2002351852A
Authority
JP
Japan
Prior art keywords
transaction
load
function
unit
operation management
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.)
Withdrawn
Application number
JP2001158857A
Other languages
Japanese (ja)
Inventor
Fumio Igarashi
史生 五十嵐
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2001158857A priority Critical patent/JP2002351852A/en
Publication of JP2002351852A publication Critical patent/JP2002351852A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Multi Processors (AREA)

Abstract

PROBLEM TO BE SOLVED: To make it possible to forecast system load change in detail and take measures. SOLUTION: This method is constituted with a transaction function DB, a transaction ID function acquisition part to acquire a transaction ID attached to a new transaction, load history, a forecast DB, a function search part to search a load value for each of the functions, a load calculation part to calculate the load value for each of the new transactions and a judgement making part to judge whether or not to execute the new transaction, and, before the new transaction is executed, the load value for each of the functions is acquired from the transaction function DB, the system load change is forecasted and whether or not to execute the new transaction is judged.

Description

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

【0001】[0001]

【発明の属する技術分野】この発明は、システム運用管
理、トランザクション処理に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to system operation management and transaction processing.

【0002】[0002]

【従来の技術】図21は、例えば特開平11−1103
60号公報に示された従来の「トランザクション分配方
法およびシステムおよびトランザクション分配処理用記
録媒体」のシステム構成図である。図に示すように、大
別してサーバ装置1、2と、プロキシサーバ装置3およ
びクライアント装置4とがネットワーク装置で構成され
ている。
2. Description of the Related Art FIG.
BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 is a system configuration diagram of a conventional "transaction distribution method and system and recording medium for transaction distribution processing" disclosed in Japanese Unexamined Patent Application Publication No. 60-260. As shown in the drawing, the server devices 1 and 2 and the proxy server device 3 and the client device 4 are roughly composed of network devices.

【0003】次に動作について説明する。クライアント
装置4は、トランザクション要求を行う際、過去行った
トランザクション要求の応答時間の統計から、サーバ装
置1、2の最大応答時間を決定し、その最大応答時間に
応じてトランザクション処理を実行するサーバ装置を決
定するものである。また、決定に反して最大応答時間を
超えた場合、別のサーバにトランザクション処理を切り
替えることができる。
Next, the operation will be described. When making a transaction request, the client device 4 determines the maximum response time of the server devices 1 and 2 from the statistics of the response times of past transaction requests, and executes a transaction process according to the maximum response time. Is determined. If the maximum response time is exceeded contrary to the determination, the transaction processing can be switched to another server.

【0004】[0004]

【発明が解決しようとする課題】従来のトランザクショ
ン分配方法は、以上のように構成されているので、応答
時間のみでトランザクションの実行可否を決定していた
ため、トランザクションの一部に非常に重い処理が存在
し、かつ、重い処理が同時間に重なった場合、予想以上
に応答待ち時間が多くなる場合がある。この場合、負荷
予測を行ったにもかかわらず、応答時間の遅れを予測で
きなくなるという問題点があった。
Since the conventional transaction distribution method is configured as described above, whether or not a transaction can be executed is determined only by the response time. If there are heavy processes that are present and overlap at the same time, the response waiting time may be longer than expected. In this case, there is a problem that the delay of the response time cannot be predicted even though the load is predicted.

【0005】この発明は、上記のような問題点を解決す
るためになされたもので、システムの負荷変化を詳細に
予測し、対策を取れるようにすることを目的とする。
The present invention has been made to solve the above problems, and has as its object to predict a change in system load in detail and take measures.

【0006】[0006]

【課題を解決するための手段】この発明に係るシステム
運用管理方式は、トランザクションの機能ごとに負荷値
を保存しておくトランザクション機能DBと、新しいト
ランザクションに付与されているトランザクションID
を取得するトランザクションID取得部と、システムの
負荷履歴や今後の負荷予想を記録する負荷履歴、予想D
Bと、トランザクションIDをキーにトランザクション
機能DBから機能ごとの負荷値を検索する機能検索部
と、新しいトランザクションに対し、トランザクション
の機能ごとに負荷値を計算する負荷計算部と、新しいト
ランザクションを実行するかどうか判断するトランザク
ション実行可否判断部と、を備え、新たなトランザクシ
ョンの実行前にトランザクション機能DBから機能ごと
の負荷値を取得しシステムの負荷変化を予測し、新しい
トランザクションの実行可否を判断するものである。
A system operation management system according to the present invention comprises a transaction function DB for storing a load value for each transaction function, and a transaction ID assigned to a new transaction.
, A transaction ID acquisition unit for acquiring a system load history and a load history for recording a future load estimate, and a forecast D
B, a function retrieval unit that retrieves a load value for each function from the transaction function DB using the transaction ID as a key, a load calculation unit that computes a load value for each transaction function for a new transaction, and executes a new transaction. A transaction execution availability determination unit for determining whether or not a new transaction can be executed by acquiring a load value for each function from the transaction function DB before executing a new transaction, predicting a change in system load, and determining whether the new transaction can be executed. It is.

【0007】また、トランザクション機能DBに入力さ
れるトランザクションの機能ごとの負荷値は、設計時に
機能を細分化したプリミティブな処理単位をもとにして
決定できるものである。
A load value for each function of a transaction input to the transaction function DB can be determined at design time based on a primitive processing unit obtained by subdividing the function.

【0008】また、機能の詳細な処理内容を記述した機
能設計書と、この機能設計書の内容を解読しプリミティ
ブな処理を抽出する機能分解部と、プリミティブな処理
のシステム負荷、処理時間を蓄積するプリミティブ処理
DBと、機能分解部が抽出したプリミティブな処理のシ
ステム負荷、処理時間をプリミティブ処理DBから検索
して機能ごとの負荷値として計算し、この機能ごとの負
荷値をトランザクション機能DBに入力する計算部と、
を備えたものである。
A function design document describing the detailed processing contents of the function, a function decomposing unit that decodes the contents of the function design document and extracts a primitive process, and accumulates a system load and a processing time of the primitive process. The primitive processing DB and the system load and processing time of the primitive processing extracted by the function decomposition unit are retrieved from the primitive processing DB and calculated as the load value for each function, and the load value for each function is input to the transaction function DB. A calculation unit to
It is provided with.

【0009】また、計算部で機能単位ごとに、システム
負荷はプリミティブな処理の最大値を1つ採用し、処理
時間は各プリミティブな処理を足し合わせ、この結果を
機能の負荷値としてトランザクション機能DBに入力す
るものである。
In addition, the calculation unit adopts one maximum value of the primitive processing for each function unit, and the processing time sums up each primitive processing for each function unit. Is to be entered.

【0010】また、運用開始後、実際のシステム負荷と
負荷予想の差異を定期的に調査し、差異があった場合は
負荷値を見直すものである。
After the start of operation, the difference between the actual system load and the expected load is periodically investigated, and if there is a difference, the load value is reviewed.

【0011】また、システムの負荷を測定するシステム
負荷測定部と、負荷履歴、予想DBに格納されている負
荷予想値と実際のシステム負荷との差異を計算する差異
検出部と、この差異検出部から出力された差異情報を基
に、トランザクション機能DBに入力されている負荷値
を再計算する機能ごと負荷値再計算部と、この機能ごと
負荷値再計算部の結果を基にトランザクション機能DB
と負荷履歴、予想DBに反映を行う負荷値反映部と、を
備えたものである。
Also, a system load measuring unit for measuring a system load, a difference detecting unit for calculating a difference between a load history and a predicted load value stored in a prediction DB and an actual system load, and a difference detecting unit for the difference A function-based load value recalculation unit for recalculating the load value input to the transaction function DB based on the difference information output from the transaction function DB, and a transaction function DB based on the result of the function-based load value recalculation unit.
And a load value reflection unit that reflects the load history and the prediction DB.

【0012】また、複数のトランザクション機能DBを
備え、いくつかのシステム負荷を組み合わせることによ
り、より詳細なトランザクション実行可否の判断を行う
ものである。
Further, a plurality of transaction function DBs are provided, and a more detailed determination of transaction execution is made by combining some system loads.

【0013】また、システム負荷変化を予測した結果、
過負荷の判断をした場合、トランザクションのスケジュ
ーリングを変更することにより過負荷を回避するもので
ある。
Further, as a result of predicting a change in system load,
When the overload is determined, the transaction scheduling is changed to avoid the overload.

【0014】また、システム負荷変化を予測した結果、
過負荷の判断をした場合、システム過負荷となる時間に
当該トランザクションの優先度を下げるようにスケジュ
ーリングを変更し、過負荷を回避するものである。
Further, as a result of predicting a change in system load,
When an overload is determined, the scheduling is changed so as to lower the priority of the transaction at a time when the system is overloaded, thereby avoiding the overload.

【0015】また、システム負荷変化を予測した結果、
過負荷の判断をした場合、トランザクションの遅延度合
いを予測してトランザクションの実行者に通知するもの
である。
Further, as a result of predicting a change in system load,
When the overload is determined, the degree of delay of the transaction is predicted and notified to the executor of the transaction.

【0016】また、システム負荷変化を予測した結果、
このトランザクションの後にもう一つトランザクション
を実行すると過負荷になることが予想される場合、トラ
ンザクションの実行前に警告を発するものである。
Further, as a result of predicting a change in system load,
If the execution of another transaction after this transaction is expected to be overloaded, a warning is issued before the execution of the transaction.

【0017】また、システム負荷変化を予測した結果、
過負荷の判断をした場合、トランザクションの実行前に
遅延警告を出し、実行可否の判断をユーザに委ねるもの
である。
Further, as a result of predicting a change in system load,
When the overload is determined, a delay warning is issued before the execution of the transaction, and the determination as to whether or not the transaction can be performed is left to the user.

【0018】また、システム負荷変化を予測した結果、
過負荷の判断をした場合、特権をもつユーザのみトラン
ザクションを実行できるものである。
Further, as a result of predicting a change in system load,
When overload is determined, only a privileged user can execute a transaction.

【0019】[0019]

【発明の実施の形態】以下、この発明の実施の形態を図
に基づいて説明する。 実施の形態1.図1〜6は実施の形態1を示す図で、図
1はシステムの全体構成図、図2は負荷履歴、予想DB
に格納されるシステム負荷予想および実績、機能ごとの
実行時間予想および実績を示す図、図3はトランザクシ
ョン機能DBに格納されるIDや機能ごとの負荷値を示
す図、図4はトランザクション機能DBからトランザク
ションIDで検索したトランザクション単体の負荷予想
図、図5は負荷計算部で負荷予想を計算した結果を示す
システムの負荷予想図、図6は新しいトランザクション
を実行する前に実行ユーザに通知されるメッセージを示
す図である。
Embodiments of the present invention will be described below with reference to the drawings. Embodiment 1 FIG. 1 to 6 show the first embodiment, FIG. 1 is an overall configuration diagram of the system, FIG.
Showing the expected and actual system load and the actual execution time and actual results for each function, FIG. 3 shows the ID and the load value for each function stored in the transaction function DB, and FIG. FIG. 5 is a system load estimation diagram showing the result of load estimation calculated by the load calculation unit, and FIG. 6 is a message notified to an execution user before executing a new transaction. FIG.

【0020】図1において、11は実行しようとするト
ランザクションからトランザクションIDを取り出すト
ランザクションID取得部、12はこのトランザクショ
ンID取得部11からのトランザクションIDを基にト
ランザクション機能DB15からトランザクション内の
機能ごとの負荷値を検索する機能検索部、13は機能検
索部12からの機能ごとの負荷値と、負荷履歴、予想D
B16のデータを基にこのトランザクションを投入した
場合のシステム負荷値を計算する負荷計算部、14は負
荷計算部13からのシステム負荷予想データをもとにト
ランザクションの実行可否を判断するトランザクション
実行可否判断部、15はトランザクション毎の機能一覧
とその機能の負荷値、所要時間を蓄積するトランザクシ
ョン機能DB、16はシステムのトランザクション実行
予想とシステムの負荷予想値と実際のシステム負荷を記
録する負荷履歴、予想DBである。
In FIG. 1, reference numeral 11 denotes a transaction ID acquisition unit for extracting a transaction ID from a transaction to be executed, and reference numeral 12 denotes a load for each function in the transaction from a transaction function DB 15 based on the transaction ID from the transaction ID acquisition unit 11. A function retrieval unit 13 for retrieving a value includes a load value for each function from the function retrieval unit 12, a load history, and an expected D.
A load calculation unit that calculates a system load value when this transaction is input based on the data in B16, and a transaction execution determination unit 14 that determines whether the transaction can be executed based on the expected system load data from the load calculation unit 13. And 15, a transaction function DB for storing a list of functions for each transaction, load values of the functions, and required time, and 16 a load history and prediction for recording a predicted transaction execution of the system, a predicted load of the system, and an actual system load. DB.

【0021】図2において、21はシステム負荷予想お
よび実績を格納するテーブル、22、23はトランザク
ションの機能ごとに実行時間予想および実績を格納する
テーブルである。
In FIG. 2, reference numeral 21 denotes a table for storing a predicted system load and a result, and reference numerals 22 and 23 denote tables for storing a predicted execution time and a result for each transaction function.

【0022】図3において、31、32はトランザクシ
ョンの機能実行順を表す実行順テーブル、34は機能ご
との負荷値、実行時間を格納する機能別テーブル、33
は実行順テーブル31、32の機能と機能別テーブル3
4の機能を関連付ける関連線である。
In FIG. 3, reference numerals 31 and 32 denote execution order tables indicating the execution order of transaction functions, reference numeral 34 denotes a function-specific table for storing load values and execution times for respective functions, and reference numeral 33 denotes
Is the function of the execution order tables 31 and 32 and the function-specific table 3
4 is a relation line for associating the four functions.

【0023】図5において、51はトランザクションA
とトランザクションBの負荷変化を合算したシステム負
荷予想(A+B)、52は新しいトランザクションCを
実行した場合の負荷変化を合算したシステム負荷予想
(A+B+C)、53はトランザクションAの負荷値、
54はトランザクションBの負荷値、55はトランザク
ションCの負荷値である。
In FIG. 5, reference numeral 51 denotes a transaction A
And a system load estimate (A + B) obtained by adding the load changes of the transaction B and 52, a system load estimate (A + B + C) obtained by adding the load changes when the new transaction C is executed, 53 a load value of the transaction A,
54 is the load value of transaction B, and 55 is the load value of transaction C.

【0024】次に動作について説明する。トランザクシ
ョンとは、例えば、書類作成なら書類ID採番、登録情
報整理、DB登録といった、一連の各機能をまとめた単
位である。このようなトランザクションには、トランザ
クションの種類を識別するIDが付与されている。ここ
ではこれをトランザクションIDと呼ぶ。
Next, the operation will be described. The transaction is a unit in which a series of functions such as document ID numbering, registration information arrangement, and DB registration for document creation are put together. Such a transaction is provided with an ID for identifying the type of the transaction. Here, this is called a transaction ID.

【0025】まずトランザクションの実行前に、トラン
ザクションID取得部11によりトランザクションから
トランザクションIDを取り出し。トランザクションI
Dを受け取った機能検索部12はトランザクション機能
DB15を検索し、トランザクションを実行した際に実
行される機能と各機能のシステム負荷情報を取り出す。
First, before executing a transaction, the transaction ID obtaining unit 11 extracts a transaction ID from the transaction. Transaction I
The function search unit 12 that has received the D searches the transaction function DB 15 and extracts the functions executed when the transaction is executed and the system load information of each function.

【0026】トランザクション機能DB15の内部は図
3に示すように、トランザクションIDをキーにして、
機能ごとに負荷情報を取り出せるようになっている。こ
の負荷情報の各値は、機能がシステムに与える負荷をあ
らかじめ決定の上、入力しておく。取り出されたシステ
ム負荷情報は、負荷計算部13にて、負荷履歴、予想D
B16に蓄積されているシステム負荷予想情報と合わせ
て計算する。計算した結果を図5に図示する。
As shown in FIG. 3, the inside of the transaction function DB 15 uses the transaction ID as a key,
Load information can be extracted for each function. For each value of the load information, the load applied to the system by the function is determined in advance and input. The extracted system load information is stored in the load calculation unit 13 in the form of load history, expected D
The calculation is performed together with the expected system load information stored in B16. The calculated result is shown in FIG.

【0027】今、トランザクションAとトランザクショ
ンBが実行中で、それぞれの負荷値53,54の合算値
が負荷予想としてシステム負荷予想の実線部分51で表
されている。ここに新たにトランザクションCをT1時
点から実行する場合、システム負荷予想は、トランザク
ションCの負荷値55を合算した負荷予想値である点線
52で表されるように変化する。
Now, the transaction A and the transaction B are being executed, and the sum of the respective load values 53 and 54 is represented by the solid line portion 51 of the system load prediction as the load prediction. Here, when the transaction C is newly executed from the time point T1, the system load estimate changes as indicated by a dotted line 52 which is the load estimate value obtained by adding the load value 55 of the transaction C.

【0028】トランザクション実行可否判断部14はこ
のシステム負荷予想を基にシステム負荷が最大となるポ
イントを検索し、そこでシステムが負荷になるかどうか
を判断し、トランザクション実行に対する対策を行える
ようにする。例えば、図6に示すように負荷予想に応じ
てトランザクション実行の判断を行う。
The transaction execution availability determination unit 14 searches for a point at which the system load becomes maximum based on the expected system load, and determines whether or not the system becomes a load thereat, so that countermeasures against transaction execution can be taken. For example, as shown in FIG. 6, the execution of the transaction is determined according to the expected load.

【0029】以上のように、トランザクションを実行す
る前に負荷予測をし、トランザクション実行の可否判断
をするようにしているので、トランザクション実行が予
想以上に遅延することを防止することができる。
As described above, the load is predicted before executing the transaction, and whether the transaction can be executed or not is determined. Therefore, it is possible to prevent the transaction execution from being delayed more than expected.

【0030】また、機能ごとの負荷値はあらかじめ決定
して入力済なので、システム運用開始時から詳細な負荷
予想を行うことができる。
Further, since the load value for each function is determined and input in advance, a detailed load estimation can be performed from the start of system operation.

【0031】また、トランザクションの機能ごとに負荷
予測を行うので、システムが高負荷な状態となるかどう
かを前もって詳細に知ることができ、トランザクション
実行前の可否判断を詳細なレベルで行うことができる。
Also, since the load is predicted for each function of the transaction, it is possible to know in advance in detail whether the system will be in a high load state, and it is possible to make a judgment at a detailed level whether or not the transaction can be executed. .

【0032】また、機能検索部はトランザクション実行
前に負荷情報を取り出すので、トランザクションの負荷
状態を詳細に把握することができる。
Further, since the function search unit retrieves load information before executing a transaction, it is possible to grasp the load state of the transaction in detail.

【0033】また、負荷計算部はあらかじめ計算され負
荷履歴、予想DBに蓄積されている負荷予想と合わせて
計算を行うので、システムの負荷予想を詳細に把握する
ことができる。
Further, the load calculation unit performs the calculation together with the load history calculated in advance and the load prediction stored in the prediction DB, so that the load prediction of the system can be grasped in detail.

【0034】実施の形態2.上記実施の形態では、トラ
ンザクション機能DB上の機能毎の負荷値は設定済みの
状態であるが、次にこの機能毎の負荷値を決定する実施
の形態を説明する。図7,8は実施の形態2を示す図
で、図7は負荷値を決定する方法を示す構成図、図8は
プリミティブDBに入力されているプリミティブな処理
の負荷値と実行時間を表した図である。
Embodiment 2 In the above embodiment, the load value for each function in the transaction function DB is in a set state. Next, an embodiment for determining the load value for each function will be described. 7 and 8 are diagrams showing the second embodiment, FIG. 7 is a configuration diagram showing a method of determining a load value, and FIG. 8 shows load values and execution times of primitive processing input to a primitive DB. FIG.

【0035】図7において、71は機能の詳細な処理内
容を記述した機能設計書、72は機能設計書71の内容
を解読しプリミティブな処理を抽出する機能分解部、7
3はプリミティブな処理のシステム負荷、処理時間を検
索し、負荷値として計算する計算部、74はプリミティ
ブな処理のシステム負荷、処理時間を蓄積するプリミテ
ィブ処理DB、75は機能ごとの負荷値を入力するトラ
ンザクション機能DBである。
In FIG. 7, reference numeral 71 denotes a function design document that describes detailed processing contents of functions, 72 denotes a function decomposition unit that decodes the contents of the function design document 71 and extracts primitive processing, 7
Reference numeral 3 denotes a calculation unit for retrieving the system load and processing time of the primitive processing and calculating as a load value; 74, a system load of the primitive processing; a primitive processing DB for accumulating the processing time; 75, a load value for each function; Transaction function DB.

【0036】次に動作について説明する。トランザクシ
ョンを各処理に分解したものを機能と呼ぶが、さらに機
能設計書71を基に細分化し、例えば、ディスクに書き
出す処理、DBから読み込む処理など、プリミティブな
処理まで分解する。すると、プリミティブな処理に近づ
くほど、システム負荷、所要時間が処理内容から推定し
やすくなる。
Next, the operation will be described. A transaction obtained by decomposing a transaction is referred to as a function. The function is further subdivided based on the function design document 71 and, for example, a primitive process such as a process of writing to a disk or a process of reading from a DB is decomposed. Then, as the processing approaches the primitive processing, it becomes easier to estimate the system load and the required time from the processing contents.

【0037】そこで、図8に示すように、プリミティブ
処理DB74にプリミティブな処理ごとのシステム負荷
や所要時間を設定しておき、機能分解部72で機能設計
書71の内容を分析して機能をプリミティブな処理に分
解し、計算部73で機能単位ごとに、システム負荷はプ
リミティブな処理の最大値を1つ採用し、処理時間は各
プリミティブな処理を足し合わせる。この結果を機能の
負荷値としてトランザクション機能DB75に入力す
る。
Therefore, as shown in FIG. 8, the system load and the required time for each primitive process are set in the primitive process DB 74, and the function disassembly section 72 analyzes the contents of the function design document 71 to determine the function. The calculation unit 73 employs one of the maximum values of the primitive processing as the system load for each functional unit, and the processing time is the sum of the primitive processing. The result is input to the transaction function DB 75 as a function load value.

【0038】以上のように、負荷値を決定しやすいよう
に機能をプリミティブな処理に分解してプリミティブな
処理のシステム負荷を基に計算して負荷値を決定するた
め、負荷値を詳細に決定することができる。
As described above, the functions are decomposed into primitive processes so that the load values can be easily determined, and the load values are determined based on the system load of the primitive processes. can do.

【0039】実施の形態3.以上の実施の形態では、機
能毎の負荷値はあらかじめ設定するものであるが、次
に、負荷予想値と実際のマシン負荷を比較し、その結果
をもとに機能毎の負荷値を調整する実施の形態を説明す
る。図9〜12は実施の形態3を示す図で、図9は機能
毎の負荷値を調整する方法を示す構成図、図10は実際
のシステム負荷と負荷履歴、予想DBに保存されている
負荷予想を重ね合わせた図、図11は単一のトランザク
ションの機能ごとの負荷値を表した図、図12はトラン
ザクション機能DBに入力されている単一のトランザク
ションの負荷値を修正したことを表す図である。
Embodiment 3 In the above embodiment, the load value for each function is set in advance, but next, the expected load value is compared with the actual machine load, and the load value for each function is adjusted based on the result. An embodiment will be described. 9 to 12 are diagrams showing a third embodiment, FIG. 9 is a configuration diagram showing a method of adjusting a load value for each function, and FIG. 10 is an actual system load and load history, and a load stored in a prediction DB. FIG. 11 is a diagram in which predictions are superimposed, FIG. 11 is a diagram showing a load value for each function of a single transaction, and FIG. 12 is a diagram showing that a load value of a single transaction input to the transaction function DB is corrected. It is.

【0040】図9において、11から16までは実施の
形態1の図1で既に説明している通り、11はトランザ
クションID取得部、12は機能検索部、13はシステ
ム負荷計算部、14はトランザクション実行可否判断
部、15はトランザクション機能DB、16は負荷履
歴、予想DBである。
In FIG. 9, 11 to 16 are the transaction ID acquisition unit, 12 is the function search unit, 13 is the system load calculation unit, and 14 is the transaction as described in FIG. 1 of the first embodiment. An executable / non-executable determination unit, 15 is a transaction function DB, and 16 is a load history and a prediction DB.

【0041】また、91はシステムの負荷を測定するシ
ステム負荷測定部、92は負荷履歴、予想DB16に格
納されている負荷予想値と実際のシステム負荷との差異
を計算する差異検出部、93は差異検出部92から出力
された差異情報をもとに、トランザクション機能DB1
5に入力されている負荷値を再計算する機能ごと負荷値
再計算部、94は機能ごと負荷値再計算部93の結果を
基にトランザクション機能DB15と負荷履歴、予想D
B16に反映を行う負荷値反映部である。
Reference numeral 91 denotes a system load measuring unit for measuring a system load; 92, a load history; a difference detecting unit for calculating a difference between a load predicted value stored in the prediction DB 16 and an actual system load; Based on the difference information output from the difference detection unit 92, the transaction function DB1
5, a function-specific load value recalculation unit 94 for recalculating the load value input to the unit 5; a transaction function DB 15 and a load history;
This is a load value reflection unit that reflects the value on B16.

【0042】また、図10は実際のシステム負荷と負荷
履歴、予想DBに保存されている負荷予想を重ね合わせ
たもので、101は実際のシステム負荷、102は負荷
予想、103はシステム負荷と負荷予想との差異であ
る。
FIG. 10 is a graph obtained by superimposing the actual system load, the load history, and the load estimate stored in the estimation DB. 101 is the actual system load, 102 is the load estimate, and 103 is the system load and the load. This is a difference from the expectation.

【0043】また、図11は単一のトランザクション
(トランザクションC)の機能毎の負荷値を表したもの
で、111が負荷値修正前のグラフ、112が負荷値修
正後のグラフ、113は差異である。
FIG. 11 shows the load value for each function of a single transaction (transaction C). 111 is a graph before load value correction, 112 is a graph after load value correction, and 113 is a difference. is there.

【0044】また、図12はトランザクション機能DB
に入力されている単一のトランザクション(トランザク
ションC)の負荷値を修正したことを表す図である。
FIG. 12 shows a transaction function DB.
FIG. 9 is a diagram showing that the load value of a single transaction (transaction C) input to the “.” Is modified.

【0045】次に動作について説明する。システム負荷
検出部91は定期的に現在のシステム負荷を計測し、差
異検出部92にシステム負荷値を送る。差異検出部92
は、負荷履歴、予想DB16から現在のシステム負荷予
想値を取り出し、差異を計算する。負荷値再計算部93
は直前に開始または終了した機能の負荷値を調整する。
Next, the operation will be described. The system load detector 91 periodically measures the current system load and sends the system load value to the difference detector 92. Difference detection unit 92
Extracts the current system load forecast value from the load history and forecast DB 16 and calculates the difference. Load value recalculation unit 93
Adjusts the load value of the function started or ended immediately before.

【0046】もし直前に機能が開始または終了していな
い場合、各機能の負荷値を一律に調整する。調整済みの
負荷値は負荷値反映部94でトランザクション機能DB
15に反映される。例えば図10でT1時点でのシステ
ム負荷101は「50」、負荷予想102は「48」で
あるとすると、差異103は「2」となる。この負荷変
化は図11に示すようにトランザクションCの機能bが
実行された直後に変化したものであるから、機能bの負
荷値を図12に示す通り、「10%」から「12%」に
変更する。
If the function has not started or ended immediately before, the load value of each function is adjusted uniformly. The adjusted load value is transferred to the transaction function DB by the load value reflection unit 94.
15 is reflected. For example, assuming that the system load 101 at time T1 in FIG. 10 is “50” and the load forecast 102 is “48”, the difference 103 is “2”. Since this load change has changed immediately after the function b of the transaction C is executed as shown in FIG. 11, the load value of the function b is changed from "10%" to "12%" as shown in FIG. change.

【0047】また、所要時間に関しては、以下のように
修正できるようにする。各機能の開始と終了をタイムス
タンプで検出できるようにしておき、所要時間検出部に
より、タイムスタンプから各機能の所要時間を計算す
る。計算した結果、トランザクション機能DBに設定さ
れている所要時間と差異がある場合、システム負荷履歴
DBでその機能を実行している間に過負荷になっていな
い場合は、トランザクション機能DB15に反映する。
The required time can be modified as follows. The start and end of each function are detected by a time stamp, and the required time of each function is calculated from the time stamp by the required time detecting unit. As a result of the calculation, if there is a difference from the required time set in the transaction function DB, and if there is no overload while executing the function in the system load history DB, it is reflected in the transaction function DB 15.

【0048】以上のように、システム運用中に常に機能
ごとの負荷値が最適な値になるよう調整されるので、負
荷予想を正確に行うことができる。
As described above, since the load value for each function is always adjusted to the optimum value during the operation of the system, the load can be predicted accurately.

【0049】実施の形態4.以上の実施の形態では、単
一のシステム負荷をもとに負荷予想を行うものである
が、次に、複数のトランザクション機能DBを備え、複
数の負荷値をもとに、より詳細な負荷予想を行う実施の
形態を示す。
Embodiment 4 In the above embodiment, load estimation is performed based on a single system load. Next, a plurality of transaction function DBs are provided, and more detailed load estimation is performed based on a plurality of load values. An embodiment for performing the above will be described.

【0050】図13は実施の形態4を示す図で、単一ト
ランザクションでの複数のシステム負荷を示す図であ
る。システム負荷には、例えば、CPU負荷、N/W負
荷、Disk負荷があって、一つのトランザクションを
実行するときに、例えば図13のように負荷が変化す
る。このように例えばCPUの負荷が高いときでも、そ
の他のシステム負荷が低いということがある。そこで、
新しいトランザクションを実行しようとした場合、CP
U負荷、N/W負荷、Disk負荷の3つに対して、実
施の形態1の方法で、負荷予想を行い、Diskの負荷
が大きい場合は、Diskの過負荷を回避する、CPU
の負荷が大きい場合はCPU負荷の過負荷を回避する、
など、それぞれのシステム負荷に対して、過負荷になら
ないように、トランザクションの実行をコントロールす
る。
FIG. 13 shows the fourth embodiment and shows a plurality of system loads in a single transaction. The system load includes, for example, a CPU load, an N / W load, and a disk load. When one transaction is executed, the load changes as shown in FIG. 13, for example. Thus, for example, even when the load on the CPU is high, the load on other systems may be low. Therefore,
If you try to execute a new transaction, CP
The CPU predicts a load for three of the U load, the N / W load, and the Disk load according to the method of the first embodiment, and avoids an overload of the Disk when the Disk load is large.
If the load of is large, avoid overloading the CPU load,
For each system load, control the transaction execution so that it is not overloaded.

【0051】以上のように、複数のシステム負荷の変化
を予想しながら、詳細に負荷予想することにより、シス
テムを効率よく使用することができる。
As described above, the system can be used efficiently by estimating the load in detail while estimating a change in a plurality of system loads.

【0052】実施の形態5.以上の実施の形態では、負
荷予想の結果過負荷と判断されたときに実行を抑制する
ものであるが、次にこのような場合にトランザクション
の実行開始時間をずらすことにより、過負荷を回避する
実施の形態を説明する。図14は実施の形態5を示す図
で、トランザクションの実行開始時間をずらすことによ
り過負荷を回避することを示す負荷予想図である。図に
おいて、141は新しいトランザクションの負荷値、1
42はシステム負荷予想、143は新しいトランザクシ
ョンを実行した場合のシステム負荷予想、144は過負
荷の回避を行った場合の新しいトランザクションの位
置、145は過負荷の回避を行った場合のシステム負荷
予想、146は負荷閾値である。
Embodiment 5 FIG. In the above embodiment, the execution is suppressed when it is determined that the load is overload as a result of the load estimation. However, in such a case, the overload is avoided by shifting the transaction execution start time. An embodiment will be described. FIG. 14 shows the fifth embodiment, and is a load prediction diagram showing that overload is avoided by shifting the transaction execution start time. In the figure, 141 is the load value of a new transaction, 1
42 is a system load forecast, 143 is a system load forecast when a new transaction is executed, 144 is a new transaction position when an overload is avoided, 145 is a system load forecast when an overload is avoided, 146 is a load threshold.

【0053】次に動作について説明する。実施の形態1
の方法で、負荷予想をした結果、過負荷になると判断さ
れたトランザクションがあった場合、過負荷検出部が過
負荷の最大値となる時間を計算し、その時間をT1とす
る。そしてその時点の負荷予想が、負荷閾値146をど
のくらい超えているかを計算し、その値をd1とする。
Next, the operation will be described. Embodiment 1
When there is a transaction that is determined to be overloaded as a result of the load prediction by the method described above, the overload detection unit calculates the time when the overload reaches the maximum value, and sets the time as T1. Then, it is calculated how much the load forecast at that time exceeds the load threshold 146, and the calculated value is set to d1.

【0054】次にシステム負荷予想がT1より後でT1
時点の負荷予想よりd1以上負荷の下がる地点を検索
し、T2とする。次にT1とT2の差分だけ新しいトラ
ンザクションの実行開始位置を変更し、ここで負荷予想
を計算しなおす。
Next, when the system load estimate is later than T1, T1
A point where the load is reduced by d1 or more from the load forecast at the time is searched for and set as T2. Next, the execution start position of the new transaction is changed by the difference between T1 and T2, and the load estimate is calculated again here.

【0055】この結果再び過負荷となった場合は、同じ
方法をもう一度繰り返す。過負荷を回避できた場合は、
この時点が新しいトランザクションの実行開始位置であ
る。
If the result is that overloading occurs again, the same method is repeated once. If you can avoid overload,
This point is the execution start position of the new transaction.

【0056】以上のように、負荷予想を行った結果、過
負荷となる時点に着目してトランザクション開始位置を
変更するため、過負荷と判断された場合にも迅速に過負
荷を回避することができる。
As described above, as a result of the load estimation, the transaction start position is changed by paying attention to the point of overload, so that even if it is determined that the overload occurs, the overload can be quickly avoided. it can.

【0057】実施の形態6.以上の実施の形態では、負
荷予測の結果過負荷と判断されたときに、実行開始を遅
らせたり実行そのものを抑制したりするものであるが、
次に、システムが過負荷となる時間に当該トランザクシ
ョンの優先度を下げるスケジュールをすることにより、
過負荷を回避する実施の形態を説明する。
Embodiment 6 FIG. In the above embodiment, when it is determined that the load is overloaded as a result of the load prediction, the execution start is delayed or the execution itself is suppressed.
Next, by scheduling the transaction to be prioritized at a time when the system is overloaded,
An embodiment for avoiding overload will be described.

【0058】図15は実施の形態6を示す図で、システ
ムが過負荷となる時間に当該トランザクションの優先度
を下げるスケジュールをすることを示す負荷予想図であ
る。図において、151は新しいトランザクションの負
荷値、152はシステムの負荷予想、153は新しいト
ランザクションを実行した場合のシステム負荷予想、1
54は過負荷の回避を行った場合の新しいトランザクシ
ョンの位置、155は過負荷の回避を行った場合のシス
テム負荷予想、156は負荷閾値である。
FIG. 15 is a diagram showing the sixth embodiment, and is a load forecast diagram showing that a schedule for lowering the priority of the transaction is set during a time when the system is overloaded. In the figure, 151 is a load value of a new transaction, 152 is a load forecast of the system, 153 is a load forecast of the system when a new transaction is executed, 1
Numeral 54 denotes the position of a new transaction when the overload is avoided, 155 denotes a system load prediction when the overload is avoided, and 156 denotes a load threshold.

【0059】次に動作について説明する。実施の形態1
の方法で、負荷予想をした結果、過負荷になると判断さ
れたトランザクションがあった場合、過負荷検出部が負
荷閾値156を超えた時間と負荷閾値156を超えてい
る時間を計算し、その時間をそれぞれT1、T2とす
る。そしてその時点の負荷予想が、負荷閾値156をど
のくらい超えているかを計算し、その最大値をd1とす
る。そして負荷閾値156を超える時間帯T2は、新し
く実行しようとしているトランザクションの優先順位を
下げるようスケジュールを変更し、その結果、過負荷に
なることを回避する。
Next, the operation will be described. Embodiment 1
If there is a transaction that is determined to be overloaded as a result of the load prediction by the method described above, the overload detection unit calculates the time exceeding the load threshold 156 and the time exceeding the load threshold 156, and calculates the time Are T1 and T2, respectively. Then, it calculates how much the load estimate at that point exceeds the load threshold 156, and sets the maximum value to d1. Then, in the time period T2 exceeding the load threshold 156, the schedule is changed so as to lower the priority of the transaction to be newly executed, thereby avoiding an overload.

【0060】以上のように、トランザクション実行前に
過負荷になるところを検出し、その区間は新しく実行す
るトランザクションの優先度を下げることにより、既に
実行しているトランザクションの予期しない遅延を防ぎ
ながらシステムの過負荷を防ぐことができる。
As described above, the overload is detected before the transaction is executed, and in that section, the priority of the newly executed transaction is lowered to prevent unexpected delay of the already executed transaction. Overload can be prevented.

【0061】実施の形態7.以上の実施の形態では、シ
ステムが過負荷な状態のときトランザクションの実行を
遅延しても行うかどうかユーザ確認を行うものである
が、次に、トランザクションを遅延しても実行する場合
にかかる所要時間の予想を行う実施の形態を説明する。
Embodiment 7 FIG. In the above embodiment, when the system is overloaded, the user confirms whether or not to execute the transaction even if it is delayed. An embodiment for estimating time will be described.

【0062】動作について説明する。新たなトランザク
ション実行時に負荷予測を行い、このときのトランザク
ションの所要時間T1を基準時間としておく。負荷予測
の結果、過負荷と判断され、実施の形態6や実施の形態
7の方法でトランザクションのスケジュールが変更され
た結果、図14の例で、トランザクション実行の所要時
間としてかかる時間がT2となったとする。このときの
T1とT2の時間差T3をトランザクションの遅延時間
として、新しいトランザクションの実行ユーザに通知し
て実行可否判断をユーザに委ねる。
The operation will be described. Load prediction is performed when a new transaction is executed, and the required time T1 of the transaction at this time is set as a reference time. As a result of the load prediction, it is determined that the load is overloaded, and the schedule of the transaction is changed by the method of the sixth or seventh embodiment. As a result, in the example of FIG. Suppose. At this time, the time difference T3 between T1 and T2 is set as the transaction delay time, and the execution user of the new transaction is notified and the execution feasibility determination is left to the user.

【0063】以上のように、新しいトランザクションを
実行する前に、そのトランザクションが遅延すると判断
した場合にはトランザクション実行ユーザに遅延予定時
間を通知するため、実行ユーザはトランザクションの状
態を把握することが容易になる。
As described above, before executing a new transaction, if it is determined that the transaction is delayed, the transaction execution user is notified of the scheduled delay time, so that the execution user can easily grasp the state of the transaction. become.

【0064】また、トランザクション遅延の場合にユー
ザにトランザクションの実行可否判断を委ねることによ
り、ユーザにとって予期しないトランザクション遅延を
防ぐことができる。
In addition, in the case of a transaction delay, by entrusting the user with the determination of whether or not the transaction can be executed, it is possible to prevent a transaction delay unexpected for the user.

【0065】実施の形態8.以上の実施の形態では、シ
ステムが過負荷な状態のときトランザクションの実行可
否判断を行うものであるが、次に、システム負荷がやや
高い水準にあり、このまま新しいトランザクションを実
行しつづけるとシステムが過負荷になる場合に、警告を
発しユーザに注意を促す実施の形態を説明する。
Embodiment 8 FIG. In the above-described embodiment, whether the transaction can be executed is determined when the system is overloaded. Next, when the system load is at a somewhat high level and the new transaction is continuously executed, the system is overloaded. An embodiment will be described in which a warning is issued and the user is alerted when the load becomes a load.

【0066】図16,17は実施の形態8を示す図で、
図16はシステムが過負荷になる前に、警告を発しユー
ザに注意を促す方法の構成図、図17は新しいトランザ
クションの実行遅延をユーザ通知する例を表す図であ
る。図16において、11から16までは実施の形態1
の図1で既に説明している通り、11はトランザクショ
ンID取得部、12は機能検索部、13はシステム負荷
計算部、14はトランザクション実行可否判断部、15
はトランザクション機能DB、16は負荷履歴、予想D
Bである。また、161は負荷履歴、予想DB16のシ
ステム負荷の履歴データを基に過負荷となる閾値を検出
する過負荷検出部である。
FIGS. 16 and 17 show the eighth embodiment.
FIG. 16 is a configuration diagram of a method for issuing a warning and alerting the user before the system is overloaded, and FIG. 17 is a diagram illustrating an example of notifying the user of the execution delay of a new transaction. In FIG. 16, reference numerals 11 to 16 represent the first embodiment.
As already described with reference to FIG. 1, 11 is a transaction ID acquisition unit, 12 is a function search unit, 13 is a system load calculation unit, 14 is a transaction execution availability determination unit, 15
Is transaction function DB, 16 is load history, expected D
B. Reference numeral 161 denotes an overload detecting unit that detects an overload threshold based on the load history and the history data of the system load in the prediction DB 16.

【0067】また、図17は負荷変化度の検出方法を表
す図であり、171は負荷履歴、予想DB16に蓄積さ
れているシステム負荷履歴、172はトランザクション
Aの負荷予想、173はトランザクションBの負荷予
想、174はトランザクションCの負荷予想、175は
T1時間内で最もシステム負荷が高かったポイントであ
る。
FIG. 17 is a diagram showing a method of detecting the degree of load change, wherein 171 is a load history, a system load history stored in the prediction DB 16, 172 is a load forecast of the transaction A, and 173 is a load of the transaction B. The prediction 174 is the load prediction of the transaction C, and 175 is the point where the system load was the highest within the time T1.

【0068】次に動作について説明する。過負荷検出部
161は、負荷履歴、予想DB16に蓄積されている負
荷履歴の中からトランザクション実行により最も大きな
負荷変化のあった時の負荷変化度を検出する。この負荷
変化度と、新しいトランザクションの最大負荷値を比較
し、大きい方を新しいトランザクション実行前に行う負
荷予測に合算する。その結果過負荷と判断した場合、実
行ユーザに警告を発して次回以降の新しいトランザクシ
ョンの実行が抑制される可能性があることを知らせる。
Next, the operation will be described. The overload detection unit 161 detects the degree of load change when the largest load change occurs due to transaction execution from the load history and the load history stored in the prediction DB 16. The degree of load change is compared with the maximum load value of the new transaction, and the larger value is added to the load prediction performed before executing the new transaction. As a result, when it is determined that the transaction is overloaded, a warning is issued to the executing user to notify that the execution of the new transaction from the next time onward may be suppressed.

【0069】また、負荷変化度の検出方法は、図17を
用いて説明する。新しいトランザクションをトランザク
ションCとすると、トランザクションCの負荷予想17
4中、最も負荷の高い機能bを実行している間(時間T
1)、システム負荷履歴が最も高いポイント215(時
間T2)を検出する。この時点で実行している機能は、
トランザクションAが機能j、トランザクションBが機
能f、トランザクションCが機能bなので、システム負
荷履歴をそれぞれの機能の負荷予想を比例配分した値を
負荷変化度とする。例えば時間T2時点でのシステム負
荷履歴が33%、機能jが5%、機能fが7%、機能b
が10%とすると負荷予想を比例配分すると、機能bが
33/(5+7+10)×10=15となる。この15
%をトランザクションCの負荷変化度とする。
A method of detecting the degree of load change will be described with reference to FIG. Assuming that the new transaction is transaction C, the expected load of transaction C 17
4, while the function b with the highest load is being executed (time T
1) The point 215 (time T2) having the highest system load history is detected. The function being performed at this point is
Since the transaction A is the function j, the transaction B is the function f, and the transaction C is the function b, a value obtained by proportionally distributing the system load history to the expected load of each function is defined as the load change degree. For example, the system load history at the time T2 is 33%, the function j is 5%, the function f is 7%, and the function b is
Is assumed to be 10%, the function b is 33 / (5 + 7 + 10) × 10 = 15 when the load prediction is proportionally distributed. This 15
% Is the load change degree of transaction C.

【0070】以上のように、新しいトランザクションを
実行する前に、今後の負荷増加を予測してトランザクシ
ョン実行の警告を行うことができるため、ユーザはトラ
ンザクション実行のスケジュール前もって行うことがで
きる。
As described above, before executing a new transaction, it is possible to predict a future increase in the load and to issue a warning of the transaction execution, so that the user can execute the transaction execution in advance.

【0071】実施の形態9.以上の実施の形態では、新
しいトランザクションの実行前に負荷予測を行った結果
過負荷と判断した場合にトランザクションのスケジュー
リングを変更し、遅延度合いを把握するものであるが、
次にトランザクションの遅延が分かった場合に新しいト
ランザクションの実行前にその遅延度合いをユーザに通
知を行う実施の形態を説明する。図18は実施の形態9
を示す図で、新しいトランザクションの実行遅延をユー
ザ通知する例を表す図である。
Embodiment 9 FIG. In the above embodiment, when it is determined that the load is overloaded as a result of performing load prediction before executing a new transaction, the scheduling of the transaction is changed to grasp the degree of delay.
Next, an embodiment will be described in which, when a transaction delay is found, a user is notified of the degree of delay before executing a new transaction. FIG. 18 shows a ninth embodiment.
FIG. 7 is a diagram illustrating an example in which a user is notified of a delay in execution of a new transaction.

【0072】次に動作について説明する。新しいトラン
ザクションの実行前に負荷予測を行った結果、過負荷と
判断しトランザクションのスケジューリングを変更し、
その遅延度を検出する方法は、実施の形態8で述べたと
おりだが、このとき、発生した遅延度をトランザクショ
ン実行ユーザに例えば図18に示すとおり文章で通知
し、ユーザに実行可否判断を促す。
Next, the operation will be described. As a result of performing load estimation before executing a new transaction, it is determined that it is overloaded and the transaction scheduling is changed.
The method of detecting the degree of delay is as described in the eighth embodiment. At this time, the generated degree of delay is notified to the transaction execution user in a sentence, for example, as shown in FIG. 18, and the user is urged to judge whether or not execution is possible.

【0073】以上のように、新しいトランザクションの
実行前にそのトランザクション実行の遅延度合いがユー
ザに通知され、ユーザは実行可否判断を行うことができ
るので、ユーザはトランザクションのスケジュール変更
を前もって行うことができる。
As described above, before executing a new transaction, the user is notified of the degree of delay in executing the transaction, and the user can determine whether or not the transaction can be executed. Therefore, the user can change the schedule of the transaction in advance. .

【0074】実施の形態10.以上の実施の形態では、
システムが過負荷な状態のときトランザクションの実行
可否判断を行うものであるが、次にこのような状況のと
き、特権をもつユーザのトランザクションを優先的に実
行する実施の形態を説明する。図19,20は実施の形
態10を示す図で、図19は特権をもつユーザのトラン
ザクションを優先的に実行する方法の構成図、図20は
ユーザ権限DBに格納されるユーザ情報や特権の有無を
表す図である。
Embodiment 10 FIG. In the above embodiment,
When the system is overloaded, it is determined whether or not to execute a transaction. In such a situation, an embodiment in which a transaction of a privileged user is preferentially executed will be described. 19 and 20 show the tenth embodiment. FIG. 19 is a configuration diagram of a method for preferentially executing a transaction of a privileged user. FIG. 20 is a diagram showing user information stored in a user authority DB and the presence or absence of a privilege. FIG.

【0075】図において、11から16までは実施の形
態1の図1で既に説明している通り、11はトランザク
ションID取得部、12は機能検索部、13はシステム
負荷計算部、14はトランザクション実行可否判断部、
15はトランザクション機能DB、16は負荷履歴、予
想DBである。また、191は実行しようとするトラン
ザクションの実行ユーザを検出する実行ユーザ検出部、
192は実行ユーザの実行権限を蓄積するユーザ権限D
B、193はユーザ権限DBのデータを基にこのトラン
ザクションのユーザが特権を持っているかどうか判断す
るユーザ権限判断部である。
As shown in FIG. 1 of the first embodiment, reference numerals 11 to 16 denote a transaction ID acquisition unit, reference numeral 12 denotes a function search unit, reference numeral 13 denotes a system load calculation unit, and reference numeral 14 denotes a transaction execution. Availability judgment unit,
Reference numeral 15 denotes a transaction function DB, and reference numeral 16 denotes a load history and a prediction DB. An execution user detection unit 191 detects an execution user of a transaction to be executed,
192 is a user authority D that accumulates the execution authority of the execution user
B and 193 are user authority determination units that determine whether the user of this transaction has a privilege based on the data in the user authority DB.

【0076】次に動作について説明する。実施の形態1
により、新しいトランザクションの実行前にシステム負
荷予想をした結果、過負荷と判断した場合、実行ユーザ
検出部191は新しいトランザクションの実行ユーザを
検出する。そしてユーザ権限判断部193はユーザ権限
DB192のデータを基に新しいトランザクションを実
行するユーザの権限をチェックする。もし、このユーザ
が特権ユーザの場合は、トランザクションの実行を開始
し、特権ユーザでなければ、メッセージを出力してトラ
ンザクションの実行を抑止する。
Next, the operation will be described. Embodiment 1
As a result, when the system load is estimated before the execution of the new transaction and the overload is determined, the executing user detecting unit 191 detects the executing user of the new transaction. Then, the user authority determination unit 193 checks the authority of the user executing the new transaction based on the data in the user authority DB 192. If this user is a privileged user, execution of the transaction is started. If not, a message is output and the execution of the transaction is suppressed.

【0077】例えば、ユーザ「igarashi」が新
しいトランザクションを実行しようとしてシステム負荷
予想をした結果過負荷と判断した場合、図20の表から
ユーザ「igarashi」は特権ユーザではないと判
断され、その結果ユーザ「igarashi」に実行不
可の通知を行い、トランザクションの実行は抑止され
る。
For example, when the user "igarashi" attempts to execute a new transaction and estimates that the system load is over, the user "igarashi" is judged to be overloaded, and from the table in FIG. 20, it is determined that the user "igarashi" is not a privileged user. "Igarashi" is notified of the non-execution, and the execution of the transaction is suppressed.

【0078】以上のように、システムが過負荷と判断さ
れた場合、トランザクション実行ユーザの権限によって
トランザクション実行可否を判断するため、重要なトラ
ンザクションを優先して実行でき、システムを効率よく
稼動させることができる。
As described above, when it is determined that the system is overloaded, it is determined whether the transaction can be executed based on the authority of the transaction execution user. Therefore, important transactions can be executed with priority, and the system can be operated efficiently. it can.

【0079】[0079]

【発明の効果】この発明によれば、トランザクションを
実行する前に負荷予測をし、トランザクション実行の可
否判断をするようにしているので、トランザクション実
行が予想以上に遅延することを防止することができる。
According to the present invention, the load is predicted before executing the transaction, and whether the transaction can be executed or not is determined. Therefore, it is possible to prevent the transaction execution from being delayed more than expected. .

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

【図1】 実施の形態1を示す図で、システムの全体構
成図である。
FIG. 1 is a diagram illustrating a first embodiment, and is an overall configuration diagram of a system.

【図2】 実施の形態1を示す図で、負荷履歴、予想D
Bに格納されるシステム負荷予想および実績、機能ごと
の実行時間予想および実績を示す図である。
FIG. 2 is a diagram showing the first embodiment, and shows a load history and an expected D;
FIG. 9 is a diagram showing a system load estimate and result stored in B, and an execution time estimate and result for each function.

【図3】 実施の形態1を示す図で、トランザクション
機能DBに格納されるIDや機能ごとの負荷値を示す図
である。
FIG. 3 is a diagram illustrating the first embodiment and is a diagram illustrating an ID stored in a transaction function DB and a load value for each function;

【図4】 実施の形態1を示す図で、トランザクション
機能DBからトランザクションIDで検索したトランザ
クション単体の負荷予想図である。
FIG. 4 is a diagram showing the first embodiment, and is a load prediction diagram of a single transaction retrieved by a transaction ID from a transaction function DB;

【図5】 実施の形態1を示す図で、負荷計算部で負荷
予想を計算した結果を示すシステムの負荷予想図であ
る。
FIG. 5 is a diagram illustrating the first embodiment, and is a load prediction diagram of the system showing a result of calculating a load prediction by a load calculation unit.

【図6】 実施の形態1を示す図で、新しいトランザク
ションを実行する前に実行ユーザに通知されるメッセー
ジを示す図である。
FIG. 6 is a diagram illustrating the first embodiment and is a diagram illustrating a message notified to an executing user before executing a new transaction.

【図7】 実施の形態2を示す図で、負荷値を決定する
方法を示す構成図である。
FIG. 7 shows the second embodiment and is a configuration diagram showing a method for determining a load value.

【図8】 実施の形態2を示す図で、プリミティブDB
に入力されているプリミティブな処理の負荷値と実行時
間を表した図である。
FIG. 8 is a diagram showing the second embodiment, in which a primitive DB is used.
FIG. 5 is a diagram illustrating load values and execution times of primitive processes input to the LM.

【図9】 実施の形態3を示す図で、機能毎の負荷値を
調整する方法を示す構成図である。
FIG. 9 is a diagram illustrating a third embodiment, and is a configuration diagram illustrating a method of adjusting a load value for each function.

【図10】 実施の形態3を示す図で、実際のシステム
負荷と負荷履歴、予想DBに保存されている負荷予想を
重ね合わせた図である。
FIG. 10 shows the third embodiment, and is a diagram in which an actual system load, a load history, and a load prediction stored in a prediction DB are superimposed.

【図11】 実施の形態3を示す図で、単一のトランザ
クションの機能ごとの負荷値を表した図である。
FIG. 11 is a diagram illustrating the third embodiment, and is a diagram illustrating a load value for each function of a single transaction.

【図12】 実施の形態3を示す図で、トランザクショ
ン機能DBに入力されている単一のトランザクションの
負荷値を修正したことを表す図である。
FIG. 12 shows the third embodiment and is a diagram showing that the load value of a single transaction input to the transaction function DB has been corrected.

【図13】 実施の形態4を示す図で、単一トランザク
ションでの複数のシステム負荷を示す図である。
FIG. 13 is a diagram illustrating a fourth embodiment, and illustrates a plurality of system loads in a single transaction.

【図14】 実施の形態5を示す図で、トランザクショ
ンの実行開始時間をずらすことにより過負荷を回避する
ことを示す負荷予想図である。
FIG. 14 is a diagram showing the fifth embodiment, and is a load prediction diagram showing that overload is avoided by shifting the execution start time of a transaction.

【図15】 実施の形態6を示す図で、システムが過負
荷となる時間に当該トランザクションの優先度を下げる
スケジュールをすることを示す負荷予想図である。
FIG. 15 is a diagram showing the sixth embodiment, and is a load prediction diagram showing that a schedule for lowering the priority of the transaction is set during a time when the system is overloaded.

【図16】 実施の形態8を示す図で、システムが過負
荷になる前に、警告を発しユーザに注意を促す方法の構
成図である。
FIG. 16 is a diagram illustrating an eighth embodiment, and is a configuration diagram of a method for issuing a warning and calling a user's attention before the system is overloaded.

【図17】 実施の形態8を示す図で、新しいトランザ
クションの実行遅延をユーザ通知する例を表す図であ
る。
FIG. 17 is a diagram illustrating an eighth embodiment, and is a diagram illustrating an example of notifying a user of an execution delay of a new transaction.

【図18】 実施の形態9を示す図で、新しいトランザ
クションの実行遅延をユーザ通知する例を表す図であ
る。
FIG. 18 illustrates the ninth embodiment, and illustrates an example of notifying a user of an execution delay of a new transaction;

【図19】 実施の形態10を示す図で、特権をもつユ
ーザのトランザクションを優先的に実行する方法の構成
図である。
FIG. 19 shows the tenth embodiment, and is a configuration diagram of a method for preferentially executing a transaction of a privileged user.

【図20】 実施の形態10を示す図で、ユーザ権限D
Bに格納されるユーザ情報や特権の有無を表す図であ
る。
FIG. 20 shows the tenth embodiment, in which a user authority D
FIG. 6 is a diagram showing user information stored in B and the presence or absence of a privilege.

【図21】 従来のトランザクション分配方法のシステ
ム構成図である。
FIG. 21 is a system configuration diagram of a conventional transaction distribution method.

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

11 トランザクションID取得部、12 機能検索
部、13 負荷計算部、14 トランザクション実行可
否判断部、15 トランザクション機能DB、16 負
荷履歴、予想DB、21 システム負荷予想および実績
を格納するテーブル、22,23 トランザクションの
機能ごとに実行時間予想および実績を格納するテーブ
ル、31,32 実行順テーブル、34 機能別テーブ
ル、33 関連線、51 システム負荷予想(A+
B)、52 システム負荷予想(A+B+C)、53
トランザクションAの負荷値、54 トランザクション
Bの負荷値、55 トランザクションCの負荷値、71
機能設計書、72 機能分解部、73 計算部、74
プリミティブ処理DB、75 トランザクション機能
DB、91 システム負荷測定部、92 差異検出部、
93 負荷値再計算部、94負荷値反映部、101 シ
ステム負荷、102 負荷予想、103 システム負荷
と負荷予想との差異、111 負荷値修正前のグラフ、
112 負荷値修正後のグラフ、113 差異、141
新しいトランザクションの負荷値、142システム負
荷予想、143 新しいトランザクションを実行した場
合のシステム負荷予想、144 過負荷の回避を行った
場合の新しいトランザクションの位置、145 過負荷
の回避を行った場合のシステム負荷予想、146 負荷
閾値、151 新しいトランザクションの負荷値、15
2 システムの負荷予想、153 新しいトランザクシ
ョンを実行した場合のシステム負荷予想、154 過負
荷の回避を行った場合の新しいトランザクションの位
置、155 過負荷の回避を行った場合のシステム負荷
予想、156 負荷閾値、161 過負荷検出部、17
1 システム負荷履歴、172 トランザクションAの
負荷予想、173トランザクションBの負荷予想、17
4 トランザクションCの負荷予想、175 T1時間
内で最もシステム負荷が高かったポイント、191 実
行ユーザ検出部、192 ユーザ権限DB、193 ユ
ーザ権限判断部。
11 transaction ID acquisition section, 12 function search section, 13 load calculation section, 14 transaction execution availability determination section, 15 transaction function DB, 16 load history, forecast DB, 21 table for storing system load forecast and results, 22, 23 transactions Table storing execution time forecasts and results for each function, 31, 32 execution order table, 34 function table, 33 related line, 51 system load forecast (A +
B), 52 System load forecast (A + B + C), 53
Load value of transaction A, 54 Load value of transaction B, 55 Load value of transaction C, 71
Function design document, 72 Function decomposition unit, 73 Calculation unit, 74
Primitive processing DB, 75 transaction function DB, 91 system load measuring unit, 92 difference detecting unit,
93 load value recalculation unit, 94 load value reflection unit, 101 system load, 102 load forecast, 103 difference between system load and load forecast, 111 graph before load value correction,
112 graph after load value correction, 113 difference, 141
Load value of new transaction, 142 System load forecast, 143 System load forecast when a new transaction is executed, 144 New transaction position when overload is avoided, 145 System load when overload is avoided Expected, 146 load threshold, 151 new transaction load, 15
2 System load forecast, 153 System load forecast when a new transaction is executed, 154 New transaction position when overload is avoided, 155 System load forecast when overload is avoided, 156 Load threshold , 161 overload detector, 17
1 System load history, 172 Transaction A load forecast, 173 Transaction B load forecast, 17
4 Load prediction of transaction C, 175 The point where the system load was the highest in T1 time, 191 execution user detection unit, 192 user authority DB, 193 user authority determination unit.

Claims (13)

【特許請求の範囲】[Claims] 【請求項1】 トランザクションの機能ごとに負荷値を
保存しておくトランザクション機能DB(DataBase)
と、 新しいトランザクションに付与されているトランザクシ
ョンID(IDentification)を取得するトランザクショ
ンID取得部と、 システムの負荷履歴や今後の負荷予想を記録する負荷履
歴、予想DBと、 トランザクションIDをキーにトランザクション機能D
Bから機能ごとの負荷値を検索する機能検索部と、 新しいトランザクションに対し、トランザクションの機
能ごとに負荷値を計算する負荷計算部と、 新しいトランザクションを実行するかどうか判断するト
ランザクション実行可否判断部と、を備え、新たなトラ
ンザクションの実行前にトランザクション機能DBから
機能ごとの負荷値を取得しシステムの負荷変化を予測
し、新しいトランザクションの実行可否を判断すること
を特徴とするシステム運用管理方式。
1. A transaction function DB (DataBase) for storing a load value for each transaction function.
A transaction ID acquisition unit for acquiring a transaction ID (IDentification) assigned to a new transaction; a load history for recording a system load history and a future load estimate; a forecast DB; and a transaction function D using the transaction ID as a key.
A function search unit for searching for a load value for each function from B; a load calculation unit for calculating a load value for each transaction function for a new transaction; and a transaction execution availability determination unit for determining whether to execute a new transaction. A system operation management method for acquiring a load value for each function from a transaction function DB before executing a new transaction, predicting a change in system load, and determining whether a new transaction can be executed.
【請求項2】 前記トランザクション機能DBに入力さ
れるトランザクションの機能ごとの負荷値は、設計時に
機能を細分化したプリミティブな処理単位をもとにして
決定できることを特徴とする請求項1記載のシステム運
用管理方式。
2. The system according to claim 1, wherein the load value for each function of the transaction input to the transaction function DB can be determined based on a primitive processing unit obtained by subdividing the function at the time of design. Operation management method.
【請求項3】 機能の詳細な処理内容を記述した機能設
計書と、 この機能設計書の内容を解読しプリミティブな処理を抽
出する機能分解部と、 プリミティブな処理のシステム負荷、処理時間を蓄積す
るプリミティブ処理DBと、 前記機能分解部が抽出したプリミティブな処理のシステ
ム負荷、処理時間を前記プリミティブ処理DBから検索
して機能ごとの負荷値として計算し、この機能ごとの負
荷値を前記トランザクション機能DBに入力する計算部
と、を備えたことを特徴とする請求項2記載のシステム
運用管理方式。
3. A function design document describing detailed processing contents of a function, a function decomposing unit that decodes the contents of the function design document and extracts a primitive process, and accumulates a system load and a processing time of the primitive process. A primitive processing DB, and a system load and a processing time of the primitive processing extracted by the functional decomposition unit are retrieved from the primitive processing DB and calculated as a load value for each function. 3. The system operation management system according to claim 2, further comprising a calculation unit for inputting the data to a DB.
【請求項4】 前記計算部で機能単位ごとに、システム
負荷はプリミティブな処理の最大値を1つ採用し、処理
時間は各プリミティブな処理を足し合わせ、この結果を
機能の負荷値として前記トランザクション機能DBに入
力することを特徴とする請求項3記載のシステム運用管
理方式。
4. The system unit employs one maximum value of primitive processing for each function unit in the calculation unit, and adds a processing time of each primitive processing for a processing time. 4. The system operation management system according to claim 3, wherein the system operation management system inputs the information to a function DB.
【請求項5】 運用開始後、実際のシステム負荷と負荷
予想の差異を定期的に調査し、差異があった場合は負荷
値を見直すことを特徴とする請求項1記載のシステム運
用管理方式。
5. The system operation management system according to claim 1, wherein after starting operation, a difference between an actual system load and a load estimate is periodically checked, and if there is a difference, the load value is reviewed.
【請求項6】 システムの負荷を測定するシステム負荷
測定部と、 前記負荷履歴、予想DBに格納されている負荷予想値と
実際のシステム負荷との差異を計算する差異検出部と、 この差異検出部から出力された差異情報を基に、前記ト
ランザクション機能DBに入力されている負荷値を再計
算する機能ごと負荷値再計算部と、 この機能ごと負荷値再計算部の結果を基に前記トランザ
クション機能DBと負荷履歴、予想DBに反映を行う負
荷値反映部と、を備えたことを特徴とする請求項5記載
のシステム運用管理方式。
6. A system load measuring unit for measuring a system load, a difference detecting unit for calculating a difference between the load history and a load predicted value stored in a prediction DB and an actual system load, A load value recalculating unit for each function that recalculates the load value input to the transaction function DB based on the difference information output from the unit; and a transaction based on the result of the load value recalculating unit for each function. 6. The system operation management system according to claim 5, further comprising: a function DB, a load history, and a load value reflection unit that reflects the load history and the prediction DB.
【請求項7】 複数のトランザクション機能DBを備
え、いくつかのシステム負荷を組み合わせることによ
り、より詳細なトランザクション実行可否の判断を行う
ことを特徴とする請求項1記載のシステム運用管理方
式。
7. The system operation management system according to claim 1, further comprising a plurality of transaction function DBs, and performing more detailed transaction execution determination by combining some system loads.
【請求項8】 システム負荷変化を予測した結果、過負
荷の判断をした場合、トランザクションのスケジューリ
ングを変更することにより過負荷を回避することを特徴
とする請求項1記載のシステム運用管理方式。
8. The system operation management method according to claim 1, wherein, when a change in the system load is predicted, when an overload is determined, the overload is avoided by changing the transaction scheduling.
【請求項9】 システム負荷変化を予測した結果、過負
荷の判断をした場合、システム過負荷となる時間に当該
トランザクションの優先度を下げるようにスケジューリ
ングを変更し、過負荷を回避することを特徴とする請求
項1記載のシステム運用管理方式。
9. The system according to claim 1, wherein when a change in the system load is predicted, if an overload is determined, the scheduling is changed so as to lower the priority of the transaction at a time when the system is overloaded, thereby avoiding the overload. 2. The system operation management system according to claim 1, wherein:
【請求項10】 システム負荷変化を予測した結果、過
負荷の判断をした場合、トランザクションの遅延度合い
を予測してトランザクションの実行者に通知することを
特徴とする請求項1記載のシステム運用管理方式。
10. The system operation management method according to claim 1, wherein when an overload is determined as a result of estimating a change in system load, a degree of delay of the transaction is estimated and notified to an executor of the transaction. .
【請求項11】 システム負荷変化を予測した結果、こ
のトランザクションの後にもう一つトランザクションを
実行すると過負荷になることが予想される場合、トラン
ザクションの実行前に警告を発することを特徴とする請
求項1記載のシステム運用管理方式。
11. A system according to claim 1, wherein as a result of estimating a change in the system load, if it is expected that another transaction is executed after this transaction, an overload is expected, a warning is issued before the execution of the transaction. 1. The system operation management system according to 1.
【請求項12】 システム負荷変化を予測した結果、過
負荷の判断をした場合、トランザクションの実行前に遅
延警告を出し、実行可否の判断をユーザに委ねることを
特徴とする請求項1記載のシステム運用管理方式。
12. The system according to claim 1, wherein when an overload is determined as a result of estimating a change in the system load, a delay warning is issued before executing the transaction, and the determination as to whether or not execution is possible is left to the user. Operation management method.
【請求項13】 システム負荷変化を予測した結果、過
負荷の判断をした場合、特権をもつユーザのみトランザ
クションを実行できることを特徴とする請求項1記載の
システム運用管理方式。
13. The system operation management system according to claim 1, wherein only a privileged user can execute a transaction when the system load is estimated and an overload is determined.
JP2001158857A 2001-05-28 2001-05-28 System operation management method Withdrawn JP2002351852A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001158857A JP2002351852A (en) 2001-05-28 2001-05-28 System operation management method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001158857A JP2002351852A (en) 2001-05-28 2001-05-28 System operation management method

Publications (1)

Publication Number Publication Date
JP2002351852A true JP2002351852A (en) 2002-12-06

Family

ID=19002519

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001158857A Withdrawn JP2002351852A (en) 2001-05-28 2001-05-28 System operation management method

Country Status (1)

Country Link
JP (1) JP2002351852A (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006331123A (en) * 2005-05-26 2006-12-07 Sony Corp Content reproduction system
JP2007148469A (en) * 2005-11-24 2007-06-14 Hitachi Ltd Preliminary resource allocation method using business process definition
JP2009020609A (en) * 2007-07-10 2009-01-29 Ricoh Co Ltd Image forming apparatus, program control method, and program
US7818745B2 (en) 2003-09-29 2010-10-19 International Business Machines Corporation Dynamic transaction control within a host transaction processing system
US7986625B2 (en) 2002-12-10 2011-07-26 International Business Machines Corporation Resource-aware system, method and program product for managing request traffic based on a management policy
JP2011243232A (en) * 2011-09-09 2011-12-01 Ricoh Co Ltd Information processor, program control method and control program
JP2012521607A (en) * 2009-03-24 2012-09-13 マイクロソフト コーポレーション Distributed application monitoring
JP2015225399A (en) * 2014-05-26 2015-12-14 ソフトバンク株式会社 Task processing system, and monitoring system and monitoring method for task processing capability
JP2020024481A (en) * 2018-08-06 2020-02-13 京セラドキュメントソリューションズ株式会社 Processing execution system and processing execution program

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7986625B2 (en) 2002-12-10 2011-07-26 International Business Machines Corporation Resource-aware system, method and program product for managing request traffic based on a management policy
US9755989B2 (en) 2002-12-10 2017-09-05 International Business Machines Corporation Resource-aware system, method and program product for managing request traffic based on a management policy
US7818745B2 (en) 2003-09-29 2010-10-19 International Business Machines Corporation Dynamic transaction control within a host transaction processing system
JP2006331123A (en) * 2005-05-26 2006-12-07 Sony Corp Content reproduction system
JP2007148469A (en) * 2005-11-24 2007-06-14 Hitachi Ltd Preliminary resource allocation method using business process definition
US8386636B2 (en) 2005-11-24 2013-02-26 Hitachi, Ltd. Business process system management method
JP2009020609A (en) * 2007-07-10 2009-01-29 Ricoh Co Ltd Image forming apparatus, program control method, and program
JP2012521607A (en) * 2009-03-24 2012-09-13 マイクロソフト コーポレーション Distributed application monitoring
JP2011243232A (en) * 2011-09-09 2011-12-01 Ricoh Co Ltd Information processor, program control method and control program
JP2015225399A (en) * 2014-05-26 2015-12-14 ソフトバンク株式会社 Task processing system, and monitoring system and monitoring method for task processing capability
JP2020024481A (en) * 2018-08-06 2020-02-13 京セラドキュメントソリューションズ株式会社 Processing execution system and processing execution program
JP7128443B2 (en) 2018-08-06 2022-08-31 京セラドキュメントソリューションズ株式会社 Process execution system and process execution program

Similar Documents

Publication Publication Date Title
US10402225B2 (en) Tuning resources based on queuing network model
JP5532150B2 (en) Operation management apparatus, operation management method, and program
US8516499B2 (en) Assistance in performing action responsive to detected event
US20090260051A1 (en) Policy processing system, method, and program
JP5418610B2 (en) Failure cause extraction apparatus, failure cause extraction method, and program storage medium
CN109298990B (en) Log storage method and device, computer equipment and storage medium
US20110208682A1 (en) Performance evaluating apparatus, performance evaluating method, and program
CN107343164B (en) Video monitoring task allocation method and device
JP2002351852A (en) System operation management method
JP7331407B2 (en) Container activation host selection device, container activation host selection system, container activation host selection method and program
JP2008310748A (en) Task execution time recording device, task execution time recording method, and task execution recording program
CN112434308B (en) Application vulnerability detection method and device, electronic equipment and computer storage medium
CN110990245A (en) Micro-service operation state judgment method and device based on call chain data
CN114840392A (en) Method, apparatus, medium, and program product for monitoring task scheduling exception
JP2009087190A (en) Stream data analysis speed-up device, method and program
JP3828112B2 (en) Scheduling method and system for controlling execution of processing
JPWO2021131824A5 (en)
US9331912B2 (en) Violation sign condition setting supporting system, violation sign condition setting supporting method, and violation sign condition setting supporting program
JP4449929B2 (en) Transaction apparatus, delay fault detection apparatus and method, and program
CN107291601B (en) Safe operation and maintenance method and system
CN112685390B (en) Database instance management method and device and computing equipment
CN108255710B (en) Script abnormity detection method and terminal thereof
JP2008191813A (en) File importance determination device, file importance determination method and file importance determination program
CN112532485B (en) Service detection control method and device, electronic equipment and readable storage medium
JP2008191812A (en) Program file importance determination device and program file importance determination method

Legal Events

Date Code Title Description
RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20051019

A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20080805