JP4387863B2 - Disturbance occurrence detection program and disturbance occurrence detection method - Google Patents

Disturbance occurrence detection program and disturbance occurrence detection method Download PDF

Info

Publication number
JP4387863B2
JP4387863B2 JP2004135239A JP2004135239A JP4387863B2 JP 4387863 B2 JP4387863 B2 JP 4387863B2 JP 2004135239 A JP2004135239 A JP 2004135239A JP 2004135239 A JP2004135239 A JP 2004135239A JP 4387863 B2 JP4387863 B2 JP 4387863B2
Authority
JP
Japan
Prior art keywords
disturbance
program
time
detection
occurrence
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
JP2004135239A
Other languages
Japanese (ja)
Other versions
JP2005316806A (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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2004135239A priority Critical patent/JP4387863B2/en
Publication of JP2005316806A publication Critical patent/JP2005316806A/en
Application granted granted Critical
Publication of JP4387863B2 publication Critical patent/JP4387863B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Description

本発明は,計算機システム内の問題プログラムを検出する擾乱発生検出技術に関し,特に,既存の制御プログラム構造を改変することなく,システム内で発生した擾乱を高速かつ確実に検出する擾乱発生検出プログラムおよび擾乱発生検出方法に関する。   The present invention relates to a disturbance occurrence detection technique for detecting a problem program in a computer system, and in particular, a disturbance occurrence detection program for rapidly and reliably detecting a disturbance generated in a system without modifying an existing control program structure, and The present invention relates to a disturbance detection method.

オンライン業務(ATM制御など)では,アプリケーションプログラムにおいてCPU資源を使用/走行して,目的とする処理を実現しているが,制御プログラム構造の不備または他のアプリケーションプログラムの不備等により,そのCPU資源を不用意に使用し続け,アプリケーションプログラムにてCPU資源が使用できず,オンライン停止となる重大問題が発生することがある。このように,CPU資源を不用意に使用し続け,CPUの実行制御権を他のプログラムに渡さないプログラムのことを「擾乱プログラム」と呼ぶ。   In online operations (ATM control, etc.), CPU resources are used / run in application programs to achieve the desired processing. However, due to inadequate control program structure or other application programs, the CPU resources May continue to be used carelessly, CPU resources may not be used by application programs, and a serious problem may occur where online stop occurs. A program that keeps using CPU resources carelessly and does not pass the CPU execution control right to other programs is called a “disturbance program”.

ここで,擾乱とは,CPU資源の使用が必要なアプリケーションプログラムにCPUの実行制御権(CPU資源の使用権)が渡されるタイミングが遅れることをいう。擾乱が発生する原因として,実行優先度の高いプログラムが割込みを発生させずにCPU資源を長時間使用することが挙げられる。割込みを発生させずにCPU資源を使用し続けるプログラム構造のときに擾乱が発生することになる。   Here, the disturbance means that the timing at which the CPU execution control right (CPU resource use right) is passed to an application program that needs to use the CPU resource is delayed. One cause of the disturbance is that a program with a high execution priority uses CPU resources for a long time without generating an interrupt. Disturbances occur when the program structure continues to use CPU resources without generating an interrupt.

また,割込みが禁止されていない場合でも,複数の多くのプログラムが無駄にループしている場合には,CPU資源の使用が必要なアプリケーションプログラムにCPUの実行制御権が渡されるタイミングが遅れ,擾乱が発生することもある。   Even when interrupts are not prohibited, if a number of programs are looped in vain, the timing at which the CPU execution control right is passed to an application program that requires the use of CPU resources will be delayed and disturbed. May occur.

擾乱が発生した後に,擾乱プログラムを特定(検出)するための調査を実施しようとしても,調査資料としてその時点の情報は既に存在していないことが多い。このため,従来は,予想をたてて擾乱プログラムを検出する手法をとっていた。   Even if an attempt is made to identify (detect) a disturbance program after a disturbance has occurred, the information at that time does not already exist as investigation data. For this reason, in the past, a method was used to detect disturbance programs in anticipation.

また,制御プログラムに組み込んだ機能により擾乱の発生を検出する従来技術としては,下記の特許文献1に記載されたものがあり,この特許文献1には,スレッド制御装置にてカウンタ機構を設け,ランダムな監視時間にて,カウンタ値の検査を行い,異常動作をするスレッドを検出する技術が記載されている。
特開2000−10800号公報
Further, as a conventional technique for detecting the occurrence of a disturbance by a function incorporated in a control program, there is one described in Patent Document 1 below, which includes a counter mechanism in a thread control device, A technique is described in which a counter value is checked at a random monitoring time to detect a thread that performs an abnormal operation.
Japanese Patent Laid-Open No. 2000-10800

上記の予想をたてて擾乱プログラムを検出する手法をとる従来技術では,多大な期間・工数を要し,また問題解決に至らないことがある。   The conventional technology that takes the above-mentioned prediction and detects the disturbance program requires a lot of time and man-hours, and may not solve the problem.

また,上記特許文献1に記載された従来技術では,制御プログラム(OS)の改変を基本とした検出方式を用いて問題解決を図っており,既存の制御プログラムを用いている場合には,アプリケーションプログラムの開発者側で対処することはできない。また,既存の制御プログラムを改変する場合,制御プログラム自体の再インストールを含めて,その影響が大きく,工数/期間に多大な工数が費やされるという問題がある。   Further, in the prior art described in Patent Document 1, a problem is solved by using a detection method based on modification of a control program (OS). When an existing control program is used, The program developer cannot deal with it. Further, when an existing control program is modified, there is a problem that the influence is large including re-installation of the control program itself, and a great number of man-hours are spent on the man-hour / period.

本発明は,上記従来技術の問題点を解決し,既存の制御プログラム構造を改変することなく,システム内で発生した擾乱を高速かつ確実に検出することができる技術を提供することを目的とする。   An object of the present invention is to solve the above-described problems of the prior art and to provide a technique capable of detecting a disturbance generated in the system at high speed and without altering the existing control program structure. .

長時間割込みを発生させずにCPU資源を使用し続ける構造を持つ擾乱プログラムを検出するためには,擾乱プログラムにおいて1つの処理を終え,割込み(実行プログラムの切り替え)が発生した時,本来,CPU資源を使用しなければならない他プログラムが動作できなかった状態かどうかを検出する必要がある。   In order to detect a disturbance program having a structure that continues to use CPU resources without generating an interrupt for a long time, when one process is finished in the disturbance program and an interrupt (execution program switching) occurs, It is necessary to detect whether or not other programs that must use the resources cannot operate.

そのため,本発明の擾乱発生検出プログラムは,自己の実行優先順位を高く設定した上で現在時刻X1を取得し,タイマ割込み時間を設定して時間監視を行い,タイマ割込みによって実行状態となった時に取得した時刻X2と時刻X1との差が,擾乱発生検出プログラムの実行周期にある余裕を持たせた時間である擾乱検出リミット時間を超えているかを検証することによって,擾乱発生を検出する。   Therefore, the disturbance detection program of the present invention sets the execution priority of itself higher, acquires the current time X1, sets the timer interrupt time, monitors the time, and enters the execution state by the timer interrupt. The occurrence of the disturbance is detected by verifying whether the difference between the acquired time X2 and the time X1 exceeds the disturbance detection limit time, which is a time with a margin in the execution period of the disturbance occurrence detection program.

本発明の擾乱発生検出処理の前提として,以下のシステム環境設定を事前に行う。
(1)擾乱発生検出プログラムに対し,複数のCPUがある場合に各CPU資源毎に実行可能とするCPU割り当て設定を行う。また,空間追い出し(ページアウト)禁止走行モードを設定する。
As a premise of the disturbance occurrence detection processing of the present invention, the following system environment setting is performed in advance.
(1) For the disturbance occurrence detection program, CPU allocation is set so that each CPU resource can be executed when there are a plurality of CPUs. In addition, a running mode in which space expulsion (page out) is prohibited is set.

各CPU資源毎に実行可能とするCPU割り当て設定を行うのは,マルチプロセッサ制御の場合,擾乱発生検出プログラムを個々のCPU資源毎に実行可能にしないと,例えば1つのCPUの実行制御権を持っている擾乱プログラムがCPUの実行制御権を擾乱発生検出プログラムに渡さなくても,擾乱発生検出プログラムは他のCPU上での走行によって実行できるため,擾乱発生を検出できなくなるからである。   The CPU allocation setting that can be executed for each CPU resource is performed in the case of multiprocessor control. For example, if the disturbance detection program is not executable for each CPU resource, the CPU has an execution control right for one CPU. This is because the disturbance occurrence detection program can be executed by running on other CPUs even if the disturbance program does not pass the CPU execution control right to the disturbance occurrence detection program.

この複数の各CPU資源毎に実行可能とするCPU割り当て設定およびページアウト禁止走行モードの設定は,例えば,プログラム毎の環境設定パラメタとして設定する。
(2)また,擾乱発生検出プログラムの起動時パラメタにより,擾乱検出ポイント時間,擾乱検出リミット時間,実行優先順位を設定する。
The CPU allocation setting and the page-out prohibited travel mode setting that can be executed for each of the plurality of CPU resources are set as environment setting parameters for each program, for example.
(2) Also, set the disturbance detection point time, disturbance detection limit time, and execution priority according to the startup parameters of the disturbance detection program.

擾乱検出ポイント時間とは,擾乱発生検出プログラムの実行周期であり,言い換えると,各プログラムへのCPU資源の割り当て時間に相当する時間である。   The disturbance detection point time is an execution cycle of the disturbance occurrence detection program, in other words, a time corresponding to the time for allocating CPU resources to each program.

擾乱検出リミット時間とは,擾乱検出ポイント時間にある余裕を持たせた時間であり,擾乱発生検出プログラムが,時間監視開始時刻から実行状態となった時刻までの時間がこの時間を超えていたときに擾乱が発生したと判断する時間である。   Disturbance detection limit time is a time with a certain margin in the disturbance detection point time. When the disturbance detection program exceeds the time from the time monitoring start time to the execution time, this time is exceeded. It is time to judge that a disturbance has occurred.

この起動時パラメタの設定は,例えば,ジョブ制御文のEXEC文で[PARM=‘xxxxx,yyyyy,00ppp’]の各パラメタを指定することにより行われる。擾乱検出ポイント時間をAミリ秒(ms),擾乱検出リミット時間をBミリ秒(ms),実行優先順位をCとすると,例えば,[PARM=‘A,B,C’]と指定する。この実行優先順位は,最大255まで設定できる。   The startup parameters are set by, for example, specifying each parameter [PARM = 'xxxx, yyyyyy, 00pppp'] in the EXEC statement of the job control statement. If the disturbance detection point time is A milliseconds (ms), the disturbance detection limit time is B milliseconds (ms), and the execution priority is C, for example, [PARM = 'A, B, C'] is designated. This execution priority can be set up to 255.

具体的には,各プログラムへのCPU資源割り当て時間(つまり擾乱検出ポイント時間)が100ms,擾乱検出リミット時間が500ms,実行優先順位が255である場合,[PARM=‘00100,00500,00255’]と指定する。なお,擾乱発生検出プログラムがジョブ制御文ではなく,コマンドで起動されるようなタイプのシステムである場合には,そのコマンドの起動パラメタで同様に指定する。   Specifically, when the CPU resource allocation time (that is, the disturbance detection point time) to each program is 100 ms, the disturbance detection limit time is 500 ms, and the execution priority is 255, [PARM = '00100, 00500,00255'] Is specified. If the disturbance detection program is a type of system that is started by a command instead of a job control statement, specify the same in the start parameter of that command.

本発明は,上記システム環境設定の後,以下のようにして擾乱発生を検出する。
(3)擾乱発生検出プログラムは,起動時パラメタを参照して,自己の実行優先順位を設定する。
(4)擾乱発生検出プログラムは,現在時刻X1を取得した後,時間監視を行う。
(5)擾乱発生検出プログラムは,監視時間が経過した後のタイマ割込みによって実行状態となった時の時刻X2を取得する。
(6)時刻X2と時刻X1との差と擾乱検出リミット時間とを比較する。
(7)時刻X2と時刻X1との差が擾乱検出リミット時間より大きいとき,擾乱プログラムによってCPU資源が使用し続けられ,擾乱が発生していたと判断し,即時に空間ダンプ処理を行う。すなわち,例えば各プログラムの実行履歴が記録された,OS内のトレース情報を読み込んで,ディスク等のダンプ情報格納手段に格納する。ダンプ情報格納手段に格納されたダンプ情報に基づいて,どのプログラムが擾乱を発生させていたかを検出することができる。
In the present invention, after the system environment is set, the occurrence of a disturbance is detected as follows.
(3) The disturbance occurrence detection program sets its execution priority with reference to the startup parameters.
(4) The disturbance occurrence detection program performs time monitoring after acquiring the current time X1.
(5) The disturbance occurrence detection program acquires the time X2 when the execution state is entered by the timer interruption after the monitoring time has elapsed.
(6) The difference between the time X2 and the time X1 is compared with the disturbance detection limit time.
(7) When the difference between the time X2 and the time X1 is greater than the disturbance detection limit time, it is determined that a disturbance has occurred because the CPU resources are continuously used by the disturbance program, and the space dump process is immediately performed. That is, for example, the trace information in the OS in which the execution history of each program is recorded is read and stored in dump information storage means such as a disk. Based on the dump information stored in the dump information storage means, it is possible to detect which program caused the disturbance.

上記(4)〜(7)の処理を,図6および図7を用いて説明する。図6は,擾乱発生検出プログラムの動作タイムチャートである。擾乱発生検出プログラムは,設定された擾乱検出ポイント時間がAmsであるとすると,Ams後にタイマ割込みがかかるように設定して時間監視待ちに入る。これにより,擾乱発生検出プログラムは,通常はAmsの周期で実行状態となるはずである。   The processes (4) to (7) will be described with reference to FIGS. FIG. 6 is an operation time chart of the disturbance occurrence detection program. If the set disturbance detection point time is Ams, the disturbance occurrence detection program sets the timer interruption after Ams and waits for time monitoring. As a result, the disturbance occurrence detection program should normally be executed in an Ams cycle.

具体的には,擾乱発生検出プログラムは,時刻t0 〜t1 間に1回目の実行,時刻t1 〜t2 間に1回目の待ち(WAIT),時刻t2 〜t3 間に2回目の実行,時刻t3 〜t4 に2回目の待ち(WAIT),時刻t4 〜t5 に3回目の実行,時刻t5 〜t6 に3回目の待ち(WAIT),時刻t6 〜t7 に4回目の実行,…となる。 Specifically, disturbance occurrence detection program, the time t 0 ~t first run between 1, first wait between times t 1 ~t 2 (WAIT), 2 time between time t 2 ~t 3 waiting for execution, the time t 3 ~t 4 a second time (wAIT), the time t 4 ~t 5 for the third time of execution, time t 5 ~t 6 the third time of waiting (wAIT), the time t 6 ~t 7 is the fourth execution, and so on.

図7は,擾乱発生の検出を説明する図であり,図7(A)は正常な場合,図7(B)は擾乱が発生した場合を示している。図7に示す例では,設定された擾乱検出ポイント時間はAms,擾乱検出リミット時間はBmsであるものとする。   7A and 7B are diagrams for explaining the detection of the occurrence of a disturbance. FIG. 7A shows a normal case, and FIG. 7B shows a case where a disturbance has occurred. In the example shown in FIG. 7, it is assumed that the set disturbance detection point time is Ams and the disturbance detection limit time is Bms.

図7(A)において,擾乱発生検出プログラムは,図中に示す開始ポイントで時刻X1を取得する。擾乱検出ポイント時間Amsをタイマ設定し,時間監視する。そして,タイマ割込みにより実行状態となったときに,時刻X2を取得する。   In FIG. 7A, the disturbance occurrence detection program acquires the time X1 at the start point shown in the figure. Set the disturbance detection point time Ams as a timer and monitor the time. Then, the time X2 is acquired when the execution state is caused by the timer interrupt.

擾乱発生検出プログラムは,タイマ割込みにより実行状態となったときの時刻X2と開始ポイントで取得した時刻X1との差が擾乱検出リミット時間であるBmsより大きければ擾乱が発生したと判断する。   The disturbance occurrence detection program determines that a disturbance has occurred if the difference between the time X2 when the execution state is caused by the timer interrupt and the time X1 acquired at the start point is greater than the disturbance detection limit time Bms.

時刻X2と時刻X1との差が擾乱検出ポイント時間Amsより大きくても,擾乱検出リミット時間であるBmsより小さければ,擾乱は発生していないと判断する。例えば,図7(A)の場合は,時刻X2と時刻X1との差はBmsより小さいため,擾乱が発生していないと判断する。一方,図7(B)の場合は,時刻X2と時刻X1との差はBmsより大きいため,擾乱が発生したと判断する。   Even if the difference between the time X2 and the time X1 is greater than the disturbance detection point time Ams, it is determined that no disturbance has occurred if it is smaller than the disturbance detection limit time Bms. For example, in the case of FIG. 7A, since the difference between time X2 and time X1 is smaller than Bms, it is determined that no disturbance has occurred. On the other hand, in the case of FIG. 7B, since the difference between the time X2 and the time X1 is larger than Bms, it is determined that a disturbance has occurred.

すなわち,本発明は,CPU資源を不用意に使用し続けるプログラムである擾乱プログラムによる擾乱の発生を検出する擾乱発生検出プログラムであって,当該擾乱発生検出プログラムの実行優先順位を,擾乱の検出対象となるプログラムの実行優先順位以上の値に設定する実行優先順位設定手順と,所定の擾乱検出ポイント時間ごとに当該擾乱発生検出プログラムがCPU実行制御権を得て実行状態となるように,擾乱検出ポイント時間をタイマに設定し,タイマ割込み待ち状態で時間監視を行う時間監視手順と,タイマ割込みによって当該擾乱発生検出プログラムが実行状態となったときに,前記時間監視を開始してから前記実行状態となるまでの時間と,所定の擾乱検出リミット時間との比較を行い,前記時間監視を開始してから前記実行状態となるまでの時間が,所定の擾乱検出リミット時間を超えていれば,擾乱が発生したと判断する擾乱検証手順とを,コンピュータに実行させることを特徴とする。   That is, the present invention is a disturbance occurrence detection program for detecting the occurrence of a disturbance caused by a disturbance program, which is a program that continues to use CPU resources carelessly, and sets the execution priority of the disturbance occurrence detection program as a disturbance detection target. Disturbance detection so that the disturbance occurrence detection program obtains the CPU execution control right and enters the execution state at every predetermined disturbance detection point time and the execution priority setting procedure set to a value equal to or higher than the execution priority of the program to be Set the point time to the timer and monitor the time in the timer interrupt wait state, and when the disturbance detection program enters the execution state due to the timer interrupt, the time monitoring starts and the execution state Is compared with a predetermined disturbance detection limit time, and the time monitoring is started after the time monitoring is started. Time until the line state, if exceeding a predetermined disturbance detection limit time, a disturbance verification procedure determines that the disturbance has occurred, and characterized by causing a computer to execute.

また,本発明の擾乱発生検出プログラムは,前記擾乱検証手順において擾乱が発生したと判断された場合に,当該コンピュータの所定のメモリ領域の情報を外部記憶装置に出力する空間ダンプ処理手順をコンピュータに実行させるためのプログラムを含む。   Further, the disturbance occurrence detection program of the present invention provides a computer with a spatial dump processing procedure for outputting information of a predetermined memory area of the computer to an external storage device when it is determined that a disturbance has occurred in the disturbance verification procedure. Includes a program to be executed.

前記実行優先順位,前記擾乱検出ポイント時間および前記擾乱検出リミット時間は,当該擾乱発生検出プログラムの起動時パラメタで与えられる。   The execution priority, the disturbance detection point time, and the disturbance detection limit time are given by parameters at the start of the disturbance occurrence detection program.

また,この擾乱発生検出プログラムは,オペレーティング・システムを構成する制御プログラムとは別の処理プログラムとして構成され,制御プログラムとは別に動作する。   The disturbance occurrence detection program is configured as a processing program different from the control program constituting the operating system and operates separately from the control program.

また,本発明による擾乱発生検出方法は,マルチプロセッサシステムにおける擾乱の発生を検出する場合には,前記擾乱発生検出プログラムを,マルチプロセッサシステムを構成するCPUごとに割り当て,それぞれ特定のCPUでのみ動作させることを特徴とする。   Also, the disturbance occurrence detection method according to the present invention assigns the disturbance occurrence detection program to each CPU constituting the multiprocessor system when the occurrence of the disturbance in the multiprocessor system is detected, and operates only on a specific CPU. It is characterized by making it.

本発明によれば,既存の制御プログラム構造を改変することなく,処理プログラムのレベルでシステム内の問題プログラムを検出することができ,システム内の擾乱プログラム検出までの期間短縮及び工数削減を図ることができる。従って,本発明によれば,システム内で発生した擾乱を高速かつ確実に検出することが可能となり,作業性の向上に大きな効果がある。かつ,OSの制御プログラム構造を改変する必要がないので,他システムへの移植性にも優れている。   According to the present invention, it is possible to detect a problem program in the system at the level of a processing program without altering the existing control program structure, and to shorten the period until the disturbance program is detected in the system and to reduce the man-hours. Can do. Therefore, according to the present invention, it is possible to detect a disturbance generated in the system at high speed and with certainty, which is highly effective in improving workability. In addition, since it is not necessary to modify the control program structure of the OS, it is excellent in portability to other systems.

以下に図を用いて,本発明の実施の形態について説明する。図1は,本発明の擾乱発生検出装置の構成の一例を示す図である。1はCPUおよびメモリからなる擾乱発生検出装置である。本実施の形態における擾乱発生検出装置1は,一般の計算機によるデータ処理装置に擾乱発生検出プログラム11をインストールしたものである。   Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a diagram showing an example of the configuration of the disturbance occurrence detection apparatus of the present invention. Reference numeral 1 denotes a disturbance occurrence detection device including a CPU and a memory. The disturbance occurrence detection apparatus 1 in this embodiment is obtained by installing a disturbance occurrence detection program 11 in a data processing apparatus using a general computer.

擾乱発生検出装置1において,10はOS(オペレーティングシステム),11は擾乱発生検出プログラム,12はアプリケーションプログラムX,13はアプリケーションプログラムY,14はアプリケーションプログラムZである。OS10において,100は制御プログラムA,101は制御プログラムB,102は制御プログラムCであり,それぞれOS10の各種機能を実現する。   In the disturbance occurrence detection apparatus 1, 10 is an OS (operating system), 11 is a disturbance occurrence detection program, 12 is an application program X, 13 is an application program Y, and 14 is an application program Z. In the OS 10, 100 is a control program A, 101 is a control program B, and 102 is a control program C, and each implements various functions of the OS 10.

擾乱発生検出プログラム11において,110は擾乱発生検出プログラム11の実行優先順位を設定する実行優先順位設定部,111は擾乱検出ポイント時間をタイマ設定して時間監視を行う時間監視部,112は時間監視部111による時間監視結果に基づいて擾乱の発生を検証する擾乱検証部,113は擾乱検証部112によって擾乱が発生したと判断されたときに空間ダンプ処理を行う空間ダンプ処理部である。また,200は空間ダンプ処理の結果のダンプ情報が格納されるダンプ情報格納手段である。空間ダンプとは,擾乱発生検出装置1のメモリのデータを外部の記憶装置に出力することをいう。   In the disturbance occurrence detection program 11, 110 is an execution priority setting unit that sets the execution priority of the disturbance occurrence detection program 11, 111 is a time monitoring unit that sets the disturbance detection point time as a timer, and performs time monitoring, and 112 is time monitoring. A disturbance verification unit 113 that verifies the occurrence of a disturbance based on a time monitoring result by the unit 111, and a spatial dump processing unit 113 that performs a spatial dump process when the disturbance verification unit 112 determines that a disturbance has occurred. Reference numeral 200 denotes dump information storage means for storing dump information as a result of the space dump process. Spatial dumping means outputting the data of the memory of the disturbance occurrence detection device 1 to an external storage device.

図2は,擾乱発生検出プログラムと擾乱発生検出の対象となる各プログラムの実行優先順位を示す図である。図2において,103はOS10内のトレース情報格納部,201はトレース情報格納部に格納されているトレース情報である。擾乱発生検出プログラム11は,複数CPU資源毎に実行可能とするCPU割り当て設定が行われているものとする。   FIG. 2 is a diagram showing a disturbance occurrence detection program and execution priorities of the respective disturbance detection targets. In FIG. 2, 103 is a trace information storage unit in the OS 10, and 201 is trace information stored in the trace information storage unit. It is assumed that the disturbance occurrence detection program 11 has a CPU allocation setting that can be executed for each of a plurality of CPU resources.

図2に示した例では,図の上方にあるプログラムほど実行優先順位が高いプログラムである。図2では,擾乱発生検出プログラム11,OS10内の各制御プログラム,各アプリケーションプログラムの順に実行優先順位が高い。   In the example shown in FIG. 2, the program at the top of the figure has a higher execution priority. In FIG. 2, the execution priority is higher in the order of the disturbance occurrence detection program 11, each control program in the OS 10, and each application program.

本発明の実施の形態では,各プログラムの実行優先順位は,最大255まで設定可能であり,擾乱発生検出プログラム11の実行優先順位は,擾乱発生検出の対象となるプログラムより高い値に設定される。擾乱発生検出プログラム11より実行優先順位が高い他のプログラムが存在すると,監視時間の経過後,擾乱検出対象のプログラムの実行が終了しても,擾乱発生検出プログラム11にCPUの実行制御権がすぐには渡されないことがあり,擾乱発生を検出できないおそれがあるからである。   In the embodiment of the present invention, the execution priority of each program can be set up to a maximum of 255, and the execution priority of the disturbance occurrence detection program 11 is set to a higher value than the program that is the target of the disturbance occurrence detection. . If there is another program whose execution priority is higher than that of the disturbance occurrence detection program 11, even if the execution of the disturbance detection target program ends after the monitoring time has elapsed, the disturbance occurrence detection program 11 has immediate CPU execution control right. This is because there is a possibility that the disturbance cannot be detected.

例えば,擾乱発生検出プログラム11の実行優先順位を最大値の255に設定しておくことにより,OS10の各制御プログラムが擾乱プログラムであるときも,擾乱発生を検出することができる。なお,擾乱発生検出プログラム11の実行優先順位は,擾乱発生検出対象のプログラムの実行優先順位よりも高いほうが望ましいが,実行優先順位が同じであっても擾乱の発生の検出は可能である。   For example, by setting the execution priority of the disturbance occurrence detection program 11 to the maximum value of 255, occurrence of disturbance can be detected even when each control program of the OS 10 is a disturbance program. Although the execution priority of the disturbance occurrence detection program 11 is preferably higher than the execution priority of the disturbance detection target program, the occurrence of disturbance can be detected even if the execution priority is the same.

擾乱発生検出プログラム11は,擾乱が発生していたと判断すると,OS10内のトレース情報格納部103のトレース情報201を読み込んでダンプ情報格納手段200に格納する。従って,ユーザは,ダンプ情報格納手段200に格納されたダンプ情報に基づいて擾乱プログラムを検出することができる。   When the disturbance detection program 11 determines that a disturbance has occurred, it reads the trace information 201 in the trace information storage unit 103 in the OS 10 and stores it in the dump information storage means 200. Therefore, the user can detect the disturbance program based on the dump information stored in the dump information storage means 200.

図3は,トレース情報の構成例を示す図である。トレース情報201は,プログラム名,割込み情報,割込みが発生した時刻,その他の項目から構成される。割込み情報の項目に記録された各数字は,例えば割込みの種別を示している。   FIG. 3 is a diagram illustrating a configuration example of the trace information. The trace information 201 includes a program name, interrupt information, the time when the interrupt occurred, and other items. Each number recorded in the item of interrupt information indicates, for example, the type of interrupt.

図3の例では,制御プログラムA100は,時刻「1000001000001 」に割込み2(例えば,タイマ割込み)で実行状態となり,擾乱発生検出プログラム11は,時刻「1000001000011 」と時刻「1000001000028 」に割込み2で実行状態となったことを示している。   In the example of FIG. 3, the control program A100 enters an execution state at interrupt “2” (eg, timer interrupt) at time “1000001000001”, and the disturbance detection program 11 executes at interrupt “2” at time “1000001000011” and time “1000001000028”. It shows that it became a state.

図3に示すように,トレース情報201は各プログラムの実行履歴を示しているため,トレース情報201をもとに,どのプログラムが擾乱を発生させていたかを検出することができる。このトレース情報201は,OS10が割込み等によりプログラムの実行制御が切り替わったときに,メモリ内の所定のトレース情報格納部103に,自動的に収集しておくものである。OS10が,このようなトレース機能を持っていない場合には,トレース情報格納部103ではなく,あらかじめ定められた他のメモリ領域をダンプするようにしてもよい。   As shown in FIG. 3, since the trace information 201 indicates the execution history of each program, it is possible to detect which program caused the disturbance based on the trace information 201. The trace information 201 is automatically collected in a predetermined trace information storage unit 103 in the memory when the execution control of the program is switched by the OS 10 due to an interrupt or the like. When the OS 10 does not have such a trace function, other predetermined memory areas may be dumped instead of the trace information storage unit 103.

図4は,擾乱発生検出処理フローの一例を示す図である。この例では,起動時パラメタとして,擾乱検出ポイント時間がAms,擾乱検出リミット時間がBms,実行優先順位が最大値の255に設定されるものとする。   FIG. 4 is a diagram illustrating an example of a disturbance occurrence detection process flow. In this example, it is assumed that the disturbance detection point time is set to Ams, the disturbance detection limit time is Bms, and the execution priority is set to 255, which is the maximum value, as startup parameters.

起動時パラメタの設定がなされると,擾乱発生検出プログラム11は,まず,起動時パラメタを参照して,自己の実行優先順位の設定を行う(ステップS1)。擾乱発生検出プログラム11は,ここでは,実行優先順位として最大値の255を設定する。   When the startup parameter is set, the disturbance detection program 11 first sets its execution priority with reference to the startup parameter (step S1). Here, the disturbance occurrence detection program 11 sets the maximum value 255 as the execution priority.

次に,擾乱発生検出プログラム11は,OS10が提供する時刻取得用のマクロ命令を用いて現時刻X1を取得し,記憶する(ステップS2)。次に起動時パラメタ中の擾乱検出ポイント時間(Ams)を参照して,OS10のマクロ命令を用いて監視時間をタイマに設定し(ステップS3),時間監視(WAIT)を行う(ステップS4)。   Next, the disturbance occurrence detection program 11 acquires and stores the current time X1 using a time acquisition macro instruction provided by the OS 10 (step S2). Next, referring to the disturbance detection point time (Ams) in the startup parameter, the monitoring time is set in the timer using a macro instruction of the OS 10 (step S3), and time monitoring (WAIT) is performed (step S4).

擾乱発生検出プログラム11は,監視時間が経過しタイマ割込みによって実行状態になると,現時刻X2を取得し(ステップS5),X2−X1>Bであるか,すなわち,擾乱が発生したかを判断する(ステップS6)。X2−X1>Bである場合は,空間ダンプ処理を行う(ステップS7)。ユーザは,空間ダンプ処理によってダンプ情報格納手段200に格納されたダンプ情報に基づいて,擾乱プログラムを検出することができる。図3に示すようなトレース情報から,どのプログラムが異常に長くCPUを使用していたかがわかるからである。   The disturbance occurrence detection program 11 acquires the current time X2 when the monitoring time elapses and enters the execution state due to the timer interruption (step S5), and determines whether X2−X1> B, that is, whether a disturbance has occurred. (Step S6). If X2-X1> B, a space dump process is performed (step S7). The user can detect the disturbance program based on the dump information stored in the dump information storage means 200 by the space dump process. This is because it can be seen from the trace information as shown in FIG. 3 which program has been using the CPU abnormally long.

ステップS7における空間ダンプ処理は,例えば,以下のSDUMPマクロ命令により行われる。なお,このようなマクロ命令の記述は,OS10の種類に依存するので,ここでは単に表記の一例だけを示す。   The space dump process in step S7 is performed by, for example, the following SDUMP macro instruction. Since the description of such a macro instruction depends on the type of the OS 10, only a notation example is shown here.

SDUMP HDR=(DISTURBANCE ABNORMAL END)
ステップS6において,X2−X1>Bでない場合は,X2をX1として記憶した上で(ステップS8),ステップS3に戻る。
SDUMP HDR = (DISTURBANCE ABNORMAL END)
If X2-X1> B is not satisfied in step S6, X2 is stored as X1 (step S8), and the process returns to step S3.

図5は,擾乱発生検出処理フローの別の一例を示す図である。現時刻X1,X2の取得方法が違うだけで,実質的には前述した図4のフローと同様である。この例でも,起動時パラメタとして,擾乱検出ポイント時間がAms,擾乱検出リミット時間がBms,実行優先順位が最大値の255に設定されるものとする。   FIG. 5 is a diagram illustrating another example of the disturbance occurrence detection processing flow. It is substantially the same as the flow of FIG. 4 described above except that the acquisition methods of the current times X1 and X2 are different. Also in this example, it is assumed that the disturbance detection point time is set to Ams, the disturbance detection limit time is Bms, and the execution priority is set to 255, which is the maximum value, as startup parameters.

起動時パラメタの設定がなされると,擾乱発生検出プログラム11は,まず,起動時パラメタを参照して,自己の実行優先順位の設定を行う(ステップS11)。擾乱発生検出プログラム11は,実行優先順位として,最大値の255を設定する。   When the startup parameter is set, the disturbance detection program 11 first sets its own execution priority with reference to the startup parameter (step S11). The disturbance occurrence detection program 11 sets the maximum value 255 as the execution priority.

次に,擾乱発生検出プログラム11は,現時刻X1を取得する(ステップS12)。起動時パラメタ中の擾乱検出ポイント時間(Ams)を参照して,監視時間をタイマに設定し(ステップS13),時間監視(WAIT)を行う(ステップS14)。   Next, the disturbance occurrence detection program 11 acquires the current time X1 (step S12). With reference to the disturbance detection point time (Ams) in the startup parameter, the monitoring time is set in the timer (step S13), and the time monitoring (WAIT) is performed (step S14).

擾乱発生検出プログラム11はタイマ割込みによって実行状態になると,現時刻X2を取得し(ステップS15),X2−X1>Bであるか,すなわち,擾乱が発生したかを判断する(ステップS16)。X2−X1>Bである場合には,空間ダンプ処理を行い(ステップS17)。ユーザは,空間ダンプ処理によってダンプ情報格納手段200に格納されたダンプ情報に基づいて,擾乱プログラムを検出することができる。   When the disturbance occurrence detection program 11 enters an execution state due to a timer interrupt, it acquires the current time X2 (step S15), and determines whether X2−X1> B, that is, whether a disturbance has occurred (step S16). If X2-X1> B, a space dump process is performed (step S17). The user can detect the disturbance program based on the dump information stored in the dump information storage means 200 by the space dump process.

ステップS16において,X2−X1>Bでない場合には,ステップS11へ戻り,実行優先順位を再設定する。これは,OS10が自動的に擾乱発生検出プログラム11の実行優先順位を下げることがある場合でも,擾乱発生検出プログラム11の実行優先順位を当初設定した最大値に保つためである。   If X2-X1> B is not satisfied in step S16, the process returns to step S11 and the execution priority is reset. This is to keep the execution priority of the disturbance occurrence detection program 11 at the initially set maximum value even when the OS 10 automatically lowers the execution priority of the disturbance occurrence detection program 11.

なお,擾乱プログラムが割込み禁止状態で無限ループに陥ったような場合には,擾乱発生検出プログラム11は監視時間が過ぎても実行されないことになり,空間ダンプ処理部113による空間ダンプ処理は行われないことになるが,このような擾乱プログラムは,擾乱発生検出プログラム11を用いなくてもすぐに分かるので,擾乱発生検出プログラム11による検出ができなくても問題はない。   If the disturbance program falls into an infinite loop with interrupts disabled, the disturbance detection program 11 will not be executed even after the monitoring time has elapsed, and the spatial dump processing by the spatial dump processing unit 113 is not performed. However, since such a disturbance program can be recognized immediately without using the disturbance occurrence detection program 11, there is no problem even if the disturbance occurrence detection program 11 cannot detect the disturbance program.

以上から把握できるように,本発明の実施形態の特徴を述べると以下の通りである。   As can be understood from the above, the features of the embodiment of the present invention are described as follows.

(付記1) CPU資源を不用意に使用し続けるプログラムである擾乱プログラムによる擾乱の発生を検出する擾乱発生検出プログラムであって,
当該擾乱発生検出プログラムの実行優先順位を,擾乱の検出対象となるプログラムの実行優先順位以上の値に設定する実行優先順位設定手順と,
所定の擾乱検出ポイント時間ごとに当該擾乱発生検出プログラムがCPU実行制御権を得て実行状態となるように,擾乱検出ポイント時間をタイマに設定し,タイマ割込み待ち状態で時間監視を行う時間監視手順と,
タイマ割込みによって当該擾乱発生検出プログラムが実行状態となったときに,前記時間監視を開始してから前記実行状態となるまでの時間と,所定の擾乱検出リミット時間との比較を行い,前記時間監視を開始してから前記実行状態となるまでの時間が,所定の擾乱検出リミット時間を超えていれば,擾乱が発生したと判断する擾乱検証手順とを,
コンピュータに実行させるための擾乱発生検出プログラム。
(Supplementary note 1) A disturbance detection program for detecting the occurrence of a disturbance by a disturbance program, which is a program that continues to use CPU resources carelessly,
An execution priority setting procedure for setting the execution priority of the disturbance occurrence detection program to a value equal to or higher than the execution priority of the program whose disturbance is to be detected;
Time monitoring procedure for setting the disturbance detection point time in the timer and monitoring the time in the timer interrupt waiting state so that the disturbance occurrence detection program gets the CPU execution control right and enters the execution state at every predetermined disturbance detection point time When,
When the disturbance occurrence detection program enters the execution state due to a timer interrupt, the time from the start of the time monitoring to the execution state is compared with a predetermined disturbance detection limit time, and the time monitoring is performed. A disturbance verification procedure for determining that a disturbance has occurred if the time from the start to the execution state exceeds a predetermined disturbance detection limit time,
Disturbance detection program to be executed by a computer.

(付記2) 付記1記載の擾乱発生検出プログラムにおいて,
前記擾乱検証手順において擾乱が発生したと判断された場合に,当該コンピュータの所定のメモリ領域の情報を外部記憶装置に出力する空間ダンプ処理手順を,
コンピュータに実行させるためのプログラムを含む擾乱発生検出プログラム。
(Appendix 2) In the disturbance occurrence detection program described in Appendix 1,
A spatial dump processing procedure for outputting information of a predetermined memory area of the computer to an external storage device when it is determined that a disturbance has occurred in the disturbance verification procedure;
A disturbance detection program including a program for causing a computer to execute.

(付記3) 付記1または付記2記載の擾乱発生検出プログラムにおいて,
前記実行優先順位,前記擾乱検出ポイント時間および前記擾乱検出リミット時間が,当該擾乱発生検出プログラムの起動時パラメタで与えられる
ことを特徴とする擾乱発生検出プログラム。
(Appendix 3) In the disturbance occurrence detection program described in Appendix 1 or Appendix 2,
The disturbance occurrence detection program, wherein the execution priority, the disturbance detection point time, and the disturbance detection limit time are given by parameters at the start of the disturbance occurrence detection program.

(付記4) 前記擾乱発生検出プログラムは,オペレーティング・システムを構成する制御プログラムとは別の処理プログラムとして構成されたものである
ことを特徴とする付記1,付記2または付記3記載の擾乱発生検出プログラム。
(Supplementary Note 4) The disturbance occurrence detection program according to Supplementary Note 1, Supplementary Note 2 or Supplementary Note 3, wherein the disturbance occurrence detection program is configured as a processing program different from the control program constituting the operating system. program.

(付記5) 付記1から付記4までのいずれか1項に記載の擾乱発生検出プログラムを用いた擾乱発生検出方法であって,
マルチプロセッサシステムにおける擾乱の発生を検出する場合に,前記擾乱発生検出プログラムを,マルチプロセッサシステムを構成するCPUごとに割り当て,それぞれ特定のCPUでのみ動作させる
ことを特徴とする擾乱発生検出方法。
(Supplementary note 5) A disturbance occurrence detection method using the disturbance occurrence detection program according to any one of supplementary notes 1 to 4,
A disturbance occurrence detection method, wherein, when the occurrence of a disturbance in a multiprocessor system is detected, the disturbance occurrence detection program is assigned to each CPU constituting the multiprocessor system and is operated only by a specific CPU.

(付記6) 付記1から付記4までのいずれか1項に記載の擾乱発生検出プログラムを,コンピュータ読み取り可能な記録媒体に記録したことを特徴とする擾乱発生検出プログラム記録媒体。   (Additional remark 6) The disturbance generation | occurrence | production detection program recording medium which recorded the disturbance generation | occurrence | production detection program of any one of Additional remark 1 to Additional remark 4 on the computer-readable recording medium.

擾乱発生検出装置の構成の一例を示す図である。It is a figure which shows an example of a structure of a disturbance generation | occurrence | production detection apparatus. 擾乱発生検出プログラムと擾乱発生検出の対象となる各プログラムの実行優先順位を示す図である。It is a figure which shows the execution priority of each program used as the disturbance detection program and the disturbance detection target. トレース情報の構成例を示す図である。It is a figure which shows the structural example of trace information. 擾乱発生検出処理フローの一例を示す図である。It is a figure which shows an example of a disturbance generation | occurrence | production detection processing flow. 擾乱発生検出処理フローの別の一例を示す図である。It is a figure which shows another example of a disturbance generation | occurrence | production detection processing flow. 擾乱発生検出プログラムの動作タイムチャートである。It is an operation | movement time chart of a disturbance generation | occurrence | production detection program. 擾乱発生の検出を説明する図である。It is a figure explaining detection of disturbance generation.

符号の説明Explanation of symbols

1 擾乱発生検出装置
10 OS
11 擾乱発生検出プログラム
12 アプリケーションプログラムX
13 アプリケーションプログラムY
14 アプリケーションプログラムZ
100 制御プログラムA
101 制御プログラムB
102 制御プログラムC
103 トレース情報格納部
110 実行優先順位設定部
111 時間監視部
112 擾乱検証部
113 空間ダンプ処理部
200 ダンプ情報格納手段
201 トレース情報
1 Disturbance detection device 10 OS
11 Disturbance detection program 12 Application program X
13 Application program Y
14 Application program Z
100 Control program A
101 Control program B
102 Control program C
103 Trace information storage unit 110 Execution priority setting unit 111 Time monitoring unit 112 Disturbance verification unit 113 Spatial dump processing unit 200 Dump information storage unit 201 Trace information

Claims (5)

CPU資源を不用意に使用し続けるプログラムである擾乱プログラムによる擾乱の発生を検出する擾乱発生検出プログラムであって,
当該擾乱発生検出プログラムの実行優先順位を,擾乱の検出対象となるプログラムの実行優先順位以上の値に設定する実行優先順位設定手順と,
所定の擾乱検出ポイント時間ごとに当該擾乱発生検出プログラムがCPU実行制御権を得て実行状態となるように,擾乱検出ポイント時間をタイマに設定し,タイマ割込み待ち状態で時間監視を行う時間監視手順と,
タイマ割込みによって当該擾乱発生検出プログラムが実行状態となったときに,前記時間監視を開始してから前記実行状態となるまでの時間と,所定の擾乱検出リミット時間との比較を行い,前記時間監視を開始してから前記実行状態となるまでの時間が,所定の擾乱検出リミット時間を超えていれば,擾乱が発生したと判断する擾乱検証手順とを,
コンピュータに実行させるための擾乱発生検出プログラム。
A disturbance occurrence detection program for detecting the occurrence of a disturbance caused by a disturbance program that continues to use CPU resources carelessly,
An execution priority setting procedure for setting the execution priority of the disturbance occurrence detection program to a value equal to or higher than the execution priority of the program whose disturbance is to be detected;
Time monitoring procedure for setting the disturbance detection point time in the timer and monitoring the time in the timer interrupt waiting state so that the disturbance occurrence detection program gets the CPU execution control right and enters the execution state at every predetermined disturbance detection point time When,
When the disturbance occurrence detection program enters the execution state due to a timer interrupt, the time from the start of the time monitoring to the execution state is compared with a predetermined disturbance detection limit time, and the time monitoring is performed. A disturbance verification procedure for determining that a disturbance has occurred if the time from the start to the execution state exceeds a predetermined disturbance detection limit time,
Disturbance detection program to be executed by a computer.
請求項1記載の擾乱発生検出プログラムにおいて,
前記擾乱検証手順において擾乱が発生したと判断された場合に,当該コンピュータの所定のメモリ領域の情報を外部記憶装置に出力する空間ダンプ処理手順を,
コンピュータに実行させるためのプログラムを含む擾乱発生検出プログラム。
In the disturbance detection program according to claim 1,
A spatial dump processing procedure for outputting information of a predetermined memory area of the computer to an external storage device when it is determined that a disturbance has occurred in the disturbance verification procedure;
A disturbance detection program including a program for causing a computer to execute.
請求項1または請求項2記載の擾乱発生検出プログラムにおいて,
前記実行優先順位,前記擾乱検出ポイント時間および前記擾乱検出リミット時間が,当該擾乱発生検出プログラムの起動時パラメタで与えられる
ことを特徴とする擾乱発生検出プログラム。
In the disturbance occurrence detection program according to claim 1 or 2,
The disturbance occurrence detection program, wherein the execution priority, the disturbance detection point time, and the disturbance detection limit time are given by parameters at the start of the disturbance occurrence detection program.
前記擾乱発生検出プログラムは,オペレーティング・システムを構成する制御プログラムとは別の処理プログラムとして構成されたものである
ことを特徴とする請求項1,請求項2または請求項3記載の擾乱発生検出プログラム。
The disturbance occurrence detection program according to claim 1, 2 or 3, wherein the disturbance occurrence detection program is configured as a processing program different from a control program constituting an operating system. .
請求項1から請求項4までのいずれか1項に記載の擾乱発生検出プログラムを用いた擾乱発生検出方法であって,
マルチプロセッサシステムにおける擾乱の発生を検出する場合に,前記擾乱発生検出プログラムを,マルチプロセッサシステムを構成するCPUごとに割り当て,それぞれ特定のCPUでのみ動作させる
ことを特徴とする擾乱発生検出方法。
A disturbance occurrence detection method using the disturbance occurrence detection program according to any one of claims 1 to 4,
A disturbance occurrence detection method, wherein, when the occurrence of a disturbance in a multiprocessor system is detected, the disturbance occurrence detection program is assigned to each CPU constituting the multiprocessor system and is operated only by a specific CPU.
JP2004135239A 2004-04-30 2004-04-30 Disturbance occurrence detection program and disturbance occurrence detection method Expired - Fee Related JP4387863B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004135239A JP4387863B2 (en) 2004-04-30 2004-04-30 Disturbance occurrence detection program and disturbance occurrence detection method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004135239A JP4387863B2 (en) 2004-04-30 2004-04-30 Disturbance occurrence detection program and disturbance occurrence detection method

Publications (2)

Publication Number Publication Date
JP2005316806A JP2005316806A (en) 2005-11-10
JP4387863B2 true JP4387863B2 (en) 2009-12-24

Family

ID=35444146

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004135239A Expired - Fee Related JP4387863B2 (en) 2004-04-30 2004-04-30 Disturbance occurrence detection program and disturbance occurrence detection method

Country Status (1)

Country Link
JP (1) JP4387863B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115002005B (en) * 2022-05-18 2023-12-12 百果园技术(新加坡)有限公司 Packet loss rate calculation method, device, equipment and storage medium

Also Published As

Publication number Publication date
JP2005316806A (en) 2005-11-10

Similar Documents

Publication Publication Date Title
EP1685486B1 (en) Interrupt handling in an embedded multi-threaded processor to avoid priority inversion and maintain real-time operation
US6434591B1 (en) Thread control system and method in a computer system
CN102222015B (en) Detect the method and system of the deadlock in multithread programs
JPH05210517A (en) Method of monitoring time in computer-system and computer-system
JP2010086364A (en) Information processing device, operation state monitoring device and method
JP2006277115A (en) Abnormality detection program and abnormality detection method
JPWO2011096163A1 (en) Information processing system, exclusive control method, and exclusive control program
JP4992740B2 (en) Multiprocessor system, failure detection method, and failure detection program
US20050132038A1 (en) Resource reservation system and resource reservation method and recording medium storing program for executing the method
JP6427575B2 (en) Handling of time-consuming instructions
JP4387863B2 (en) Disturbance occurrence detection program and disturbance occurrence detection method
JP2016066139A (en) Vehicle control unit
JPH02294739A (en) Fault detecting system
JP2009048358A (en) Information processor and scheduling method
JP2008204011A (en) Multi-thread system and thread operation failure detecting method
JP2008204013A (en) Thread operation failure detecting method and multi-thread system
JP2004070582A (en) Event notification task control processing system and method and its program
JP2000076081A (en) Task manager and program recording medium
JP2005182594A (en) Computer and program
JP4983806B2 (en) System monitoring apparatus and monitoring method using dual timer
JP4878050B2 (en) Computer and control method
JPH10289129A (en) Task scheduler for debugging
JPH10283207A (en) Computer system, execution control method for multi-program and storage medium
JP5906807B2 (en) Arithmetic processing device and stall monitoring method
JPH06223047A (en) Exclusive control system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20060925

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20081210

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

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20091001

R150 Certificate of patent or registration of utility model

Ref document number: 4387863

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121009

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121009

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20131009

Year of fee payment: 4

LAPS Cancellation because of no payment of annual fees