JP2595733B2 - Task error detection method - Google Patents

Task error detection method

Info

Publication number
JP2595733B2
JP2595733B2 JP1312520A JP31252089A JP2595733B2 JP 2595733 B2 JP2595733 B2 JP 2595733B2 JP 1312520 A JP1312520 A JP 1312520A JP 31252089 A JP31252089 A JP 31252089A JP 2595733 B2 JP2595733 B2 JP 2595733B2
Authority
JP
Japan
Prior art keywords
task
termination
abnormal
activation
logic
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
JP1312520A
Other languages
Japanese (ja)
Other versions
JPH03171336A (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 JP1312520A priority Critical patent/JP2595733B2/en
Publication of JPH03171336A publication Critical patent/JPH03171336A/en
Application granted granted Critical
Publication of JP2595733B2 publication Critical patent/JP2595733B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Description

【発明の詳細な説明】 〔概要〕 複数のタスクを実行する情報処理システムにおけるタ
スク異常検出方式に関し、 終結異常タスクを迅速に、且つ確実に検出可能とする
ことを目的とし、 各タスクを、所定期間内に起動したことを示す起動履
歴情報を記録するタスク起動履歴情報設定手段と、各タ
スクを、所定期間内に終結したことを示す終結履歴情報
を記録するタスク終結履歴情報設定手段と、所定期間毎
にタスク起動履歴情報設定手段およびタスク終結履歴情
報設定手段を監視し、タスク起動履歴情報およびタスク
終結履歴情報の何れかが記録されていなかった場合に、
該当タスクの異常を検出したとするタスク異常検出手段
とを設ける様に構成する。
DETAILED DESCRIPTION OF THE INVENTION [Summary] Regarding a task abnormality detection method in an information processing system that executes a plurality of tasks, an object of the present invention is to detect a termination abnormal task quickly and reliably, Task activation history information setting means for recording activation history information indicating that the task has been activated within a period; task termination history information setting means for recording termination history information indicating that each task has been terminated within a predetermined period; The task start history information setting means and the task termination history information setting means are monitored for each period, and if any of the task activation history information and the task termination history information is not recorded,
A task abnormality detecting means for detecting an abnormality of the task is provided.

〔産業上の利用分野〕[Industrial applications]

本発明は、複数のタスクを実行する情報処理システム
におけるタスク異常検出方式に関する。
The present invention relates to a task abnormality detection method in an information processing system that executes a plurality of tasks.

例えば電子交換機等の情報処理システムにおいては、
例えば加入者のオフフックおよびオンフックの監視処
理、ダイヤルパルスの受信処理等の各種処理を実行する
為に、それぞれ各処理に対応した複数のタスクが設けら
れ、予め定められた周期で起動され、実行される。
For example, in an information processing system such as an electronic exchange,
For example, in order to execute various processes such as a subscriber off-hook and on-hook monitoring process and a dial pulse receiving process, a plurality of tasks corresponding to each process are provided, and are activated and executed at a predetermined cycle. You.

〔従来の技術〕[Conventional technology]

第6図は従来ある情報処理システムの一例を示す図で
あり、第7図は第6図におけるタスク起動過程の一例を
示す図であり、第8図は第6図におけるタスク終結過程
の一例を示す図であり、第9図は第6図における起動異
常タスク検出過程の一例を示す図であり、第10図は第6
図におけるタスク起動・終結状況の一例を示す図で、
(a)は起動・終結共正常の場合、(b)は終結異常の
場合、(c)は終結異常と起動異常とが重複した場合を
示す。
FIG. 6 is a diagram showing an example of a conventional information processing system, FIG. 7 is a diagram showing an example of a task starting process in FIG. 6, and FIG. 8 is an example of a task ending process in FIG. FIG. 9 is a diagram showing an example of a process of detecting an abnormal startup task in FIG. 6, and FIG.
FIG. 9 is a diagram showing an example of a task start / end situation in the figure.
(A) shows a case where both startup and termination are normal, (b) shows a case where termination is abnormal, and (c) shows a case where the termination abnormality and the startup abnormality overlap.

第6図において、情報処理システムは、各種処理を実
行する処理部1と、処理部1が各種処理を実行する為に
必要とする各種情報を記憶する記憶部2と、情報処理シ
ステムが処理状態を保守者等に通知する各種メッセージ
を出力する端末装置3とを具備している。
In FIG. 6, the information processing system includes a processing unit 1 for executing various processes, a storage unit 2 for storing various information required for the processing unit 1 to execute various processes, and a processing state of the information processing system. And a terminal device 3 for outputting various messages for notifying the maintenance person or the like.

また処理部1には、当該情報処理システムが各種処理
を実現する際に実行する複数のタスク11(個々のタスク
を11A乃至11Nと称する、以下同様)と、各タスク11を所
定時間間隔p(例えば4ミリ秒間)で配列された時点T1
乃至TX中の所定の時点Ti(但しiは1乃至X)で起動さ
せるタスク起動部12と、終結段階に達したタスク11を終
結させるタスク終結部13と、所定期間P(例えば3分
間)毎に起動され、各タスク11の起動状態を監視する起
動異常タスク検出部14と、システム再開起動部15と、メ
ッセージ出力部16とが設けられており、また記憶部2に
は、処理部1が各タスク11を実行対象とするか否かを識
別する稼動ビットa(実行対象とする場合は論理“1"、
実行対象としない場合は論理“0"に設定)を記憶する稼
動タスク識別領域(ACT)21と、各タスク11を起動すべ
き時点Tiを示す起動ビットb(起動する場合は論理
“1"、起動しない場合は論理“0"に設定)を記憶する起
動スケジュール領域(SDL)22とが設けられている。
Further, the processing unit 1 includes a plurality of tasks 11 (each task is referred to as 11 A to 11 N , the same applies hereinafter) executed when the information processing system implements various processes, and Time point T 1 arranged at p (for example, for 4 ms)
To a task activation unit 12 (the proviso i to 1 to X) predetermined time T i in T X is started, the task terminator 13 which terminates the task 11 has reached the termination stage, a predetermined period of time P (e.g., 3 minutes ), A startup abnormal task detection unit 14 for monitoring the activation state of each task 11, a system restart activation unit 15, and a message output unit 16 are provided. 1 is an operation bit a for identifying whether or not each task 11 is an execution target (a logic “1” when the task 11 is an execution target;
If not executed the operation task identification area (ACT) 21 which stores set to logic "0"), activation bit b indicating when T i should be activated each task 11 (When starting a logic "1" And an activation schedule area (SDL) 22 for storing a logic “0” when the activation is not performed.

なお記憶部2に設けられている起動履歴設定領域(ST
H)23に格納されている各起動履歴ビットc、および起
動異常タスク設定領域(STF)24に格納されている各起
動異常ビットdは、初期状態において論理“0"に設定さ
れているものとする。
The boot history setting area (ST) provided in the storage unit 2
H) Each boot history bit c stored in 23 and each boot abnormal bit d stored in the boot abnormal task setting area (STF) 24 are set to logic "0" in the initial state. I do.

第6図乃至第9図および第10図(a)において、時点
t1において当該情報処理システムが初期化された後、処
理部1内のタスク起動部12が所定時間間隔p毎に起動さ
れると、記憶部2に設けられた稼動タスク識別領域(AC
T)21と起動スケジュール領域(SDL)22とを参照し、稼
動ビットaI(但しIはA乃至Nの何れか)が論理“1"に
設定され、且つ現時点Ta(但しaは1乃至Xの何れか)
における起動ビットbIaが論理“1"に設定されているタ
スク11Iを起動対象タスクとして抽出し(第7図ステッ
プS11)、抽出したタスク11Iを起動させた後(ステップ
S12)、起動履歴設定領域(STH)23内の起動タスク11I
に対応する起動履歴ビットcIを論理“1"に設定する(ス
テップS13)。
In FIGS. 6 to 9 and FIG.
After the information processing system is initialized at t 1, when the task activation unit 12 in the processing unit 1 is started at predetermined time intervals p, running task identification area (AC provided in the storage unit 2
T) 21 and the activation schedule area (SDL) 22, the operation bit a I (where I is any of A to N) is set to logic “1”, and the current time T a (where a is 1 to Any of X)
Start bit b Ia extracts the task 11 I which is set to a logic "1" as the start target task (FIG. 7 step S11), and extracted task 11 after starting the I in (step
S12), activation task 11 I in the activation history setting area (STH) 23
The corresponding activation history bit c I To set to logic "1" (step S13).

起動したタスク11Iが所定の処理を実行した後、時点T
a′に終結段階に達すると、タスク終結部13を起動す
る。
After the activated task 11 I performs a predetermined process, the time T
When the termination stage reaches a ', the task termination unit 13 is activated.

起動されたタスク終結部13は、タスク11Iを終結させ
る(第8図ステップS21)。
The activated task terminator 13 terminating a task 11 I (FIG. 8 step S21).

更に時点Tbに再びタスク起動部12がタスク11Iを起動
し、また時点Tb′にタスク終結部13がタスク11Iを終結
するが、起動履歴ビットcIは論理“1"に設定された儘と
なる。
Further again the task activation unit 12 at time T b starts a task 11 I, Although task terminator 13 at time T b 'to terminate the task 11 I, boot history bit c I is set to a logic "1" You will be left alone.

一方起動異常タスク検出部14は、時点t1より期間P経
過後の時点t2に起動され、記憶部2の稼動タスク識別領
域(ACT)21を参照し、稼動ビットaIが論理“1"に設定
されているタスク11Iを抽出し(第9図ステップS31)、
続いて起動履歴設定領域(STH)23を参照し、稼動タス
ク識別領域(ACT)21から抽出したタスク11Iに対応する
起動履歴ビットcIの論理値を分析し(ステップS32)、
起動履歴ビットcIが論理“1"に設定されていることを検
出すると(ステップS33)、時点t1から時点t2迄の期間
P内にタスク11Iが正常に起動されたと判定し、起動異
常タスク設定領域(STF)24内のタスク11Iに対応する起
動異常ビットdIを論理“0"の儘として起動履歴設定領域
(STH)23を初期設定し(ステップS35)、更に起動異常
タスク設定領域(STF)24を参照し、起動異常ビットd
が論理“1"に設定されているタスク11の有無を検索し
(ステップS36)、総ての起動異常ビットdが論理“0"
に設定されていることを検出すると(ステップS37)、
起動異常タスクが存在しないと判定し、動作を終了す
る。
Meanwhile activation abnormality task detection unit 14 is activated from the time t 1 to time period P elapsed time t 2 later with reference to working tasks identification area (ACT) 21 of the storage unit 2, the operating bit a I is a logic "1" The task 11 I set in ( 1) is extracted (step S31 in FIG. 9),
Then referring to the execution history setting area (STH) 23, analyzes the logical value of the execution history bits c I corresponding to the task 11 I extracted from the operating task identification area (ACT) 21 (step S32),
Start the history bit c I is detected that it is set to a logic "1" (step S33), it determines that the task 11 I is successfully started within a period P from the time point t 1 until time t 2, activated the execution history setting area (STH) 23 the start-up abnormality of bits d I corresponding to the task 11 I abnormal task setting area (STF) 24 as a as one likes the logic "0" is initially set (step S35), further activated abnormal task Startup error bit d with reference to the setting area (STF) 24
Is searched for the presence / absence of the task 11 whose is set to logic "1" (step S36), and all the startup abnormality bits d are set to logic "0".
Is detected (step S37),
It is determined that there is no startup abnormal task, and the operation ends.

時点t3から時点t4迄の期間Pにおいても、同様の過程
が行われる。
Also in the period P from the time point t 3 to time t 4, the same process is performed.

次に第6図乃至第9図および第10図(b)において、
タスク起動部12が前述と同様に、時点Taにおいてタスク
11Iを起動し、起動履歴ビットcIを論理“1"に設定した
所(第7図ステップS11乃至S13)、タスク11Iが終結異
常となり、起動された儘となったとする。
Next, in FIGS. 6 to 9 and FIG. 10 (b),
In task activation unit 12 is similar to the above, the task at time T a
When 11 I is activated and the activation history bit c I is set to logic “1” (steps S11 to S13 in FIG. 7), it is assumed that the task 11 I has an abnormal termination and remains activated.

かかる状態で、時点t1より期間P経過後の時点t2に起
動異常タスク検出部14が起動されると、前述と同様に稼
動タスク識別領域(ACT)21および起動履歴設定領域(S
TH)23を参照し、タスク11Iに対応する起動履歴ビットc
Iが論理“1"に設定されていることを検出すると(第9
図ステップS31乃至S33)、タスク11Iは時点t1から時点t
2迄の期間P内に正常に起動されてたと判定し、起動異
常タスク設定領域(STF)24のタスク11Iに対応する起動
異常ビットdIを論理“0"の儘として起動履歴設定領域
(STH)23を初期設定し(ステップS35)、更に起動異常
タスク設定領域(STF)24内の総ての起動異常ビットd
が論理“0"に設定されていることを検出すると(ステッ
プS37)、起動異常タスクが存在しないと判定し、動作
を終了する。
In this state, when the start-up abnormality of the task detection unit 14 at time t 2 after a period P has elapsed from the time t 1 is started, operated in the same manner as described above task identification area (ACT) 21 and boot history setting area (S
TH) 23, the activation history bit c corresponding to task 11 I
When I detects that I is set to logic “1” (No. 9
FIG steps S31 to S33), the task 11 I time from the time point t 1 is t
Determined to have been successfully start within a period of up to 2 P, boot history setting area startup abnormal bits d I corresponding to start-up abnormality of the task setting area (STF) 24 task 11 I as as one likes the logic "0" ( STH) 23 is initialized (step S35), and all the startup error bits d in the startup error task setting area (STF) 24 are set.
When it is detected that is set to logic “0” (step S37), it is determined that there is no startup abnormal task, and the operation is terminated.

時点t2以降において、タスク起動部12は時点Tcにタス
ク11Iの起動を試みるが、タスク11Iは起動状態を継続し
ている為、タスク11Iを起動すること無く動作を終了
し、起動履歴ビットcIも論理“0"に設定された儘とな
る。
At time t 2 later, the task activation unit 12 attempts to start the task 11 I at time Tc but, task 11 I because it has continued active state, and ends the operation without starting the task 11 I, started The history bit c I also remains set to logic “0”.

かかる状態で、時点t2より期間P経過後の時点t3に起
動異常タスク検出部14が起動され、稼動スク識別領域
(ACT)21および起動履歴設定領域(STH)23を参照した
場合に、起動履歴ビットcIが論理“0"に設定されている
ことを検出すると(第9図ステップS31乃至S33)、タス
ク11Iを起動異常と判定し、起動異常タスク設定領域(S
TF)24内の起動異常ビットdIを論理“1"に設定し(ステ
ップS34)、起動履歴設定領域(STH)23を初期設定した
後(ステップS35)、起動異常タスク設定領域(STF)24
内に起動異常ビットdIが論理“1"に設定されているタス
ク11Iが存在することを検出すると、起動異常タスクが
存在すると判定し、システム再開起動部15を起動する
(ステップS36乃至S38)。
In this state, start-up abnormality of the task detection unit 14 from time t 2 to time period P has elapsed after the time t 3 of is activated, when taken in conjunction with the operation disk identification area (ACT) 21 and boot history setting area (STH) 23, When detecting that the activation history bit c I is set to logic “0” (steps S31 to S33 in FIG. 9), the task 11 I is determined to be abnormal, and the activation abnormal task setting area (S
After setting the startup error bit d I in the TF) 24 to logic “1” (step S34) and initializing the startup history setting area (STH) 23 (step S35), the startup error task setting area (STF) 24
It detects that there is a task 11 I whose activation abnormality bit d I is set to logic “1” in the data, determines that an activation abnormality task exists, and activates the system restart activation unit 15 (steps S36 to S38). ).

起動されたシステム再開起動部15は、起動異常タスク
検出部14が検出した起動異常タスク11Iに関する情報を
退避させた後、情報処理システムを初期化することによ
り、総ての異常タスクを解消する。
The activated system restart activation unit 15 eliminates all abnormal tasks by initializing the information processing system after saving the information on the abnormal activation task 11 I detected by the abnormal activation task detection unit 14. .

またメッセージ出力部16は、システム再開起動部15が
退避させた起動異常タスク11Iを示すメッセージを、端
末装置3に出力する。
Further, the message output unit 16 outputs a message indicating the startup abnormal task 11 I saved by the system restart activation unit 15 to the terminal device 3.

更に第6図乃至第9図および第10図(c)において、
タスク起動部12が稼動タスク識別領域(ACT)21および
起動スケジュール領域(SDL)22を参照し、時点Taにタ
スク11Iおよび11J(但しJはA乃至NでJ≠I)の起動
を試み(第7図ステップS11およびS12)、タスク11I
起動したが終結異常となり、タスク11Jは起動異常とな
って起動しなかったとすると、タスク11Iに対応する起
動履歴ビットcIは論理“1"に設定されるが(ステップS1
3)、タスク11Jに対応する起動履歴ビットcJは論理“0"
に設定された儘となる。
Further, in FIGS. 6 to 9 and FIG. 10 (c),
Task activation unit 12 refers to the operation task identification area (ACT) 21 and starts scheduled region (SDL) 22, the start time point T a in task 11 I and 11 J (where J is J ≠ I by A to N) attempts (FIG. 7 step S11 and S12), the task 11 I is started becomes untoward, when task 11 J did not start the activating abnormal, the boot history bits c I corresponding to the task 11 I logic Set to “1” (step S1
3) execution history bit c J logic corresponding to the task 11 J "0"
Will remain as set.

かかる状態で、時点t1より期間P経過後の時点t2に起
動異常タスク検出部14が起動されると、前述と同様に稼
動タスク識別領域(ACT)21および起動履歴設定領域(S
TH)23を参照し、起動履歴ビットcIは論理“1"に設定さ
れているが、起動履歴ビットcJが論理“0"に設定されて
いることを検出すると(第9図ステップS31乃至S33)、
タスク11Jが起動異常と判定し、起動異常タスク設定領
域(STF)24内のタスク11Jに対応する起動異常ビットdJ
を論理“1"に設定した後(ステップS34)、起動履歴設
定領域(STH)23を初期設定し(ステップS35)、更に起
動異常タスク設定領域(STF)24内に起動異常ビットdJ
が論理“1"に設定されているタスク11Jが存在すること
を検出すると(ステップS37)、起動異常タスクが存在
すると判定し、システム再開起動部15を起動させる(ス
テップS38)。
In this state, when the start-up abnormality of the task detection unit 14 at time t 2 after a period P has elapsed from the time t 1 is started, operated in the same manner as described above task identification area (ACT) 21 and boot history setting area (S
TH) 23, when it is detected that the activation history bit c I is set to logic “1” but the activation history bit c J is set to logic “0” (FIG. 9, steps S31 to S31) S33),
Task 11 J determines that the start is abnormal, and the start abnormal bit d J corresponding to task 11 J in the start abnormal task setting area (STF) 24
The after setting to logic "1" (step S34), the execution history setting area (STH) 23 initializes (step S35), further activated abnormal task setting area (STF) started within 24 abnormal bit d J
When it detects that there is a task 11J whose is set to logic “1” (step S37), it determines that there is a startup abnormal task, and activates the system restart activation unit 15 (step S38).

起動されたシステム再開起動部15は、起動異常タスク
検出部14が検出した起動異常タスク11Jに関する情報を
退避させた後、情報処理システムを初期化することによ
り、起動異常タスク11Jのみならず終結異常タスク11I
解消する。
The activated system restart activation unit 15 saves information on the abnormal activation task 11 J detected by the abnormal activation task detection unit 14 and then initializes the information processing system, thereby not only the abnormal activation task 11 J but also the abnormal activation task 11 J Termination abnormal task 11 I is also resolved.

またメッセージ出力部16は、システム再開起動部15が
退避させた起動異常タスク11Jを示すメッセージを、端
末装置3に出力するが、終結異常タスク11Iを示すメッ
セージは出力しない。
The message output unit 16, a message indicating activation abnormal task 11 J of system restart activation unit 15 is retracted, but output to the terminal device 3 a message indicating untoward task 11 I is not output.

〔発明が解決しようとする課題〕[Problems to be solved by the invention]

以上の説明から明らかな如く、従来ある情報処理シス
テムにおいては、時点Taに起動された儘、終結異常とな
ったタスク11Iの検出が時点t2には検出できず、更に期
間P経過後の時点t3に起動異常として検出されることと
なり(第10図(b))、更に時点Taに起動異常となった
他のタスク11Jが検出されると、時点t2に情報処理シス
テムが初期化される為、時点Taに起動された儘、終結異
常となったタスク11Iの検出が不可能となる問題点があ
った。
More As is apparent from the description, in some prior art information processing systems, as one likes invoked at time T a, can not be detected in the time t 2 the detection of untoward and since task 11 I, after further period P time t 3 to be be detected as an abnormal activation (FIG. 10 (b)), the other tasks 11 J became abnormal boot further time T a is detected, the information processing system at time t 2 there order to be initialized, were as one likes invoked at time T a, untoward and since task 11 undetectable become problems I have.

本発明は、終結異常タスクを迅速に、且つ確実に検出
可能とすることを目的とする。
An object of the present invention is to enable quick and reliable detection of a termination abnormal task.

〔課題を解決するための手段〕[Means for solving the problem]

第1図は本発明の原理を示す図である。 FIG. 1 is a diagram showing the principle of the present invention.

第1図において、100は本発明の対象となる情報処理
システム、11は情報処理システム100が実行する複数の
タスクである。
In FIG. 1, reference numeral 100 denotes an information processing system to which the present invention is applied, and 11 denotes a plurality of tasks executed by the information processing system 100.

200は、本発明により情報処理システムに設けられた
タスク起動履歴情報設定手段である。
Reference numeral 200 denotes a task activation history information setting unit provided in the information processing system according to the present invention.

300は、本発明により情報処理システムに設けられた
タスク終結履歴情報設定手段である。
Reference numeral 300 denotes a task termination history information setting unit provided in the information processing system according to the present invention.

400は、本発明により情報処理システムに設けられた
タスク異常検出手段である。
Reference numeral 400 denotes a task abnormality detection unit provided in the information processing system according to the present invention.

〔作用〕[Action]

タスク起動履歴情報設定手段200は、各タスク11を、
所定期間内に起動したことを示す起動履歴情報を記録す
る。
The task activation history information setting means 200 defines each task 11 as
The boot history information indicating that the boot has been performed within a predetermined period is recorded.

タスク終結履歴情報設定手段300は、各タスク11を、
所定期間内に終結したことを示す終結履歴情報を記録す
る。
The task termination history information setting means 300
The termination history information indicating that the termination has been completed within a predetermined period is recorded.

タスク異常検出手段400は、所定期間毎にタスク起動
履歴情報設定手段200およびタスク終結履歴情報設定手
段300を監視し、タスク起動履歴情報およびタスク終結
履歴情報の何れかが記録されていなかった場合に、該当
タスクの異常を検出したとする。
The task abnormality detection means 400 monitors the task activation history information setting means 200 and the task termination history information setting means 300 every predetermined period, and when any of the task activation history information and the task termination history information is not recorded, It is assumed that an abnormality of the task is detected.

従って、所定期間内に発生する起動異常タスクのみな
らず、終結異常タスクも検出されることとなり、終結異
常タスクの検出遅延および検出不能が解消され、当該情
報処理システムの信頼性が向上する。
Therefore, not only the startup abnormal task that occurs within the predetermined period but also the termination abnormal task is detected, and the detection delay and undetection of the termination abnormal task are eliminated, and the reliability of the information processing system is improved.

〔実施例〕〔Example〕

以下、本発明の一実施例を図面により説明する。第2
図は本発明の一実施例による情報処理システムを示す図
であり、第3図は第2図におけるタスク終結過程の一例
を示す図であり、第4図は第2図における終結異常タス
ク検出過程の一例を示す図であり、第5図は第2図にお
けるタスク起動・終結状況の一例を示す図で、(a)は
起動・終結共正常の場合、(b)は終結異常の場合、
(c)は起動異常の場合を示す。なお、全図を通じて同
一符号は同一対象物を示す。
Hereinafter, an embodiment of the present invention will be described with reference to the drawings. Second
FIG. 3 is a diagram showing an information processing system according to an embodiment of the present invention, FIG. 3 is a diagram showing an example of a task termination process in FIG. 2, and FIG. 4 is a process for detecting a termination abnormal task in FIG. FIG. 5 is a diagram showing an example of the task activation / termination status in FIG. 2; FIG. 5A shows a case where activation and termination are both normal; FIG.
(C) shows a case of a startup abnormality. The same reference numerals indicate the same objects throughout the drawings.

第2図においては、第1図における情報処理システム
100が処理部1、記憶部2および端末装置3に区分して
示され、また第1図におけるタスク起動履歴情報設定手
段200として第7図に示されるタスク起動過程を実行す
るタスク起動部12、および起動履歴設定領域(STH)23
が設けられ、また第1図におけるタスク終結履歴情報設
定手段300として第3図に示されるタスク終結過程を実
行するタスク終結部13′、および終結履歴設定領域(SP
H)25が設けられ、また第1図におけるタスク異常検出
手段400として第9図に示される起動異常タスク検出過
程を実行する起動異常タスク検出部14、第4図に示され
る終結異常タスク検出過程を実行する終結異常タスク検
出部17、起動異常タスク設定領域(STF)24および終結
異常タスク設定領域(SPF)26が設けられている。
In FIG. 2, the information processing system shown in FIG.
A task activation unit 12 for executing a task activation process shown in FIG. 7 as a task activation history information setting means 200 in FIG. And boot history setting area (STH) 23
A task termination unit 13 'for executing the task termination process shown in FIG. 3 as the task termination history information setting means 300 in FIG. 1, and a termination history setting area (SP
H) 25 is provided, and the abnormal start task detecting section 14 executes the abnormal start task detecting step shown in FIG. 9 as the abnormal task detecting means 400 in FIG. 1, and the abnormal end task detecting step shown in FIG. , A termination abnormal task setting area (STF) 24 and a termination abnormal task setting area (SPF) 26 are provided.

第2図においても、稼動タスク識別領域(ACT)21に
は各タスク11に対応する稼動ビットaが記憶され、また
起動スケジュール領域(SDL)22には各タスク11および
各時点Tiに対応する起動ビットbが記憶されており、ま
た起動履歴設定領域(STH)23、起動異常タスク設定領
域(STF)24、終結履歴設定領域(SPH)25および終結異
常タスク設定領域(SPF)26の記憶ビットは、初期状態
において総て論理“0"に設定されている。
Also in FIG. 2, the operation task identification area (ACT) 21 is operated bit a is stored for each task 11, also in the power-on schedule region (SDL) 22 corresponding to each task 11 and each time point T i A start bit b is stored, and a storage bit of a start history setting area (STH) 23, a start abnormal task setting area (STF) 24, a termination history setting area (SPH) 25, and a termination abnormal task setting area (SPF) 26 Are initially set to logic "0" in the initial state.

第2図乃至第4図および第5図(a)において、時点
t1において当該情報処理システムが初期化された後、処
理部1内のタスク起動部12が、前述と同様に、所定時間
間隔p毎に起動されると、記憶部2内の稼動タスク識別
領域(ACT)21および起動スケジュール領域(SDL)22を
参照し、時点Taにタスク11Iを起動対象として抽出して
起動させた後(第7図ステップS11およびS12)、起動履
歴設定領域(STH)23内の起動タスク11Iに対応する起動
履歴ビットcIを論理“1"に設定する(ステップS13)。
In FIGS. 2 to 4 and FIG.
After the information processing system is initialized at t 1, the task activation unit 12 in the processing unit 1, in the same manner as described above, when it is started every predetermined time intervals p, running task identification area in the storage unit 2 (ACT) 21 and starts with reference to the schedule area (SDL) 22, after activated by extracting the time point T a task 11 I as an activation object (FIG. 7 step S11 and S12), execution history setting area (STH ) the execution history bits c I corresponding to starting task 11 I of 23 is set to a logic "1" (step S13).

起動したタスク11Iが所定の処理を実行した後、時点T
a′に終結段階に達し、タスク終結部13′を起動する
と、タスク終結部13′はタスク11Iを終結させた後(第
3図ステップS41)、終結履歴設定領域(SPH)25内の終
結タスク11Iに対応する終結履歴ビットeIを論理“1"に
設定する(ステップS42)。
After the activated task 11 I performs a predetermined process, the time T
a 'to reach the termination phase, the task termination portion 13' when you start, after the task termination portion 13 'that ended the task 11 I (Fig. 3 step S41), termination of termination history setting area (SPH) 25 termination history bits e I corresponding to the task 11 I is set to a logic "1" (step S42).

更に時点Tbに再びタスク起動部12がタスク11Iを起動
し、また時点Tb′にタスク終結部13′がタスク11Iを終
結するが、起動履歴ビットcIおよび終結履歴ビットeI
何れも論理“1"に設定された儘となる。
Further again the task activation unit 12 at time T b starts a task 11 I, Although 'the task terminator 13' when T b is terminated a task 11 I, boot history bit c I and termination history bits e I is In either case, the logic remains at “1”.

時点t1より期間P経過した時点t2に、起動異常タスク
検出部14および終結異常タスク検出部17が起動される。
The time t 2 that period has P elapsed from the time t 1, start-up abnormality of the task detection unit 14 and the untoward task detection unit 17 is activated.

起動された起動異常タスク検出部14は、前述と同様に
稼動タスク識別領域(ACT)21および起動履歴設定領域
(STH)23を参照し、稼動ビットaIが論理“1"に設定さ
れているタスク11Iに対応する起動履歴ビットcIの論理
値を分析し(第9図ステップS31およびS32)、起動履歴
ビットcIが論理“1"に設定されていることを検出すると
(ステップS33)、時点t1から時点t2迄の期間P内にタ
スク11Iが正常に起動したと判定し、起動異常タスク設
定領域(STF)24内のタスク11Iに対応する起動異常ビッ
トdIを論理“0"の儘として起動履歴設定領域(STH)23
を初期設定し(ステップS35)、更に起動異常タスク設
定領域(STF)24を参照し、起動異常ビットdが論理
“1"に設定されているタスク11の有無を検索し(ステッ
プS36)、総ての起動異常ビットdが論理“0"に設定さ
れていることを検出すると(ステップS37)、起動異常
タスクが存在しないと判定し、動作を終了する。
The activated abnormal task detection unit 14 refers to the active task identification area (ACT) 21 and the activation history setting area (STH) 23 in the same manner as described above, and sets the active bit a I to logic “1”. The logic value of the boot history bit c I corresponding to the task 11 I is analyzed (steps S31 and S32 in FIG. 9), and when it is detected that the boot history bit c I is set to logic “1” (step S33). , determines that within a period P from the time point t 1 until time t 2 task 11 I starts successfully, the start-up abnormality of bits d I corresponding to the task 11 I of start-up abnormality of the task setting area (STF) 24 logic Boot history setting area (STH) 23 as “0”
Are initialized (step S35), and the presence or absence of a task 11 whose startup abnormality bit d is set to logic "1" is searched by referring to the startup abnormality task setting area (STF) 24 (step S36). When it is detected that all the startup abnormality bits d are set to logic "0" (step S37), it is determined that there is no startup abnormality task, and the operation is terminated.

一方、終結異常タスク検出部17は、稼動タスク識別領
域(ACT)21を参照し、対応する稼動ビットaIが論理
“1"に設定されているタスク11Iを抽出し(第4図ステ
ップS51)、続いて終結履歴設定領域(SPH)25を参照
し、稼動タスク識別領域(ACT)21から抽出したタスク1
1Iに対応する終結履歴ビットeIの論理値を分析し(ステ
ップS52)、終結履歴ビットeIが論理“1"に設定されて
いることを検出すると(ステップS53)、時点t1から時
点t2迄の期間P内にタスク11Iが正常に終結したと判定
し、終結異常タスク設定領域(SPF)26内のタスク11I
対応する終結異常ビットfIを論理“0"の儘として終結履
歴設定領域(SPH)25を初期設定し(ステップS55)、更
に終結異常タスク設定領域(SPF)26を参照し、終結異
常ビットfが論理“1"に設定されているタスク11の有無
を検索し(ステップS56)、総ての起動異常ビットdが
論理“0"に設定されていることを検出すると(ステップ
S57)、終結異常タスクが存在しないと判定し、動作を
終了する。
On the other hand, the termination abnormal task detecting unit 17 refers to the active task identification area (ACT) 21 and extracts the task 11 I in which the corresponding active bit a I is set to logic “1” (step S51 in FIG. 4). ) Then, referring to the termination history setting area (SPH) 25, the task 1 extracted from the active task identification area (ACT) 21
The logic value of the termination history bit e I corresponding to 1 I is analyzed (step S52), and when it is detected that the termination history bit e I is set to logic “1” (step S53), the time from time t 1 to time task 11 I within the period P until t 2 is determined to have ended normally, the untoward bit f I corresponding to the task 11 I of untoward task setting area (SPF) 26 as a as one likes logic "0" Initialize the termination history setting area (SPH) 25 (step S55), and further refer to the termination abnormal task setting area (SPF) 26 to determine whether there is a task 11 whose termination abnormal bit f is set to logic "1". A search is performed (step S56), and when it is detected that all the startup abnormality bits d are set to logic “0” (step S56)
S57), it is determined that there is no termination abnormal task, and the operation ends.

時点t3から時点t4に至る期間Pにおいても、同様の過
程が行われる。
Even in the period P, from time t 3 to time t 4, the same process is performed.

次に第2図乃至第4図および第5図(b)において、
タスク起動部12が前述と同様に時点Taにおいてタスク11
Iを起動し、起動履歴ビットcIを論理“1"に設定した
所、タスク11Iが終結異常となり、起動された儘となる
と、タスク終結部13′は起動されることは無く、従って
終結履歴ビットeIも論理“0"に設定された儘となる。
Next, in FIG. 2 to FIG. 4 and FIG.
Task activation unit 12 task 11 at time T a in the same manner as described above
When I is activated and the activation history bit c I is set to logic “1”, if the task 11 I becomes abnormally terminated and remains activated, the task termination section 13 ′ is not activated, and therefore terminated. history bits e I also become as one likes, which is set to a logic "0".

かかる状態で、時点t1より期間P経過後の時点t2に起
動異常タスク検出部14および終結異常タスク検出部17が
起動され、起動異常タスク検出部14は前述と同様に、タ
スク11Iに対応する起動履歴ビットcIが論理“1"に設定
されていることを検出すると(第9図ステップS31乃至S
33)、タスク11Iは時点t1から時点t2迄の期間P内に正
常に起動されたと判定し、起動異常タスク設定領域(ST
F)24内の起動異常ビットdIを論理“0"に設定された儘
とするが、終結異常タスク検出部17は、タスク11Iに対
応する終結履歴ビットeIが論理“0"に設定されているこ
とを検出すると(第4図ステップS53)、タスク11Iが終
結異常であると判定し、終結異常タスク設定領域(SP
F)26内のタスク11Iに対応する終結異常ビットfIを論理
“1"に設定した後(ステップS54)、終結履歴設定領域
(SPH)25を初期設定し(ステップS55)、更に終結異常
タスク設定領域(SPF)26を参照し、終結異常ビットf
が論理“1"に設定されているタスク11の有無を検索し
(ステップS56)、起動異常ビットd1が論理“1"に設定
されているタスク11が存在することを検出すると(ステ
ップS57)、終結異常タスク11Iが存在すると判定し、シ
ステム再開起動部15を起動する(ステップS58)。
In this state, start-up abnormality of the task detection unit 14 and the untoward task detection unit 17 at time t 2 after a period P has elapsed from the time t 1 is started, the start-up abnormality of the task detection unit 14 in the same manner as described above, a task 11 I Upon detecting that the corresponding boot history bit c I is set to logic "1" (steps S31 through S31 in FIG. 9).
33), task 11 I was determined that was successfully started within a period P from the time point t 1 until time t 2, start-up abnormality of the task setting area (ST
F) Although the activation abnormal bits d I in 24 is set to a logic "0" as one likes, untoward task detection unit 17, setting termination history bits e I corresponding to the task 11 I is a logic "0" When it detects a being (Fig. 4 step S53), it determines that the task 11 I is abnormal termination, untoward task setting area (SP
F) After setting the termination abnormal bit f I corresponding to the task 11 I in 26 to logic “1” (step S54), the termination history setting area (SPH) 25 is initialized (step S55), and the termination abnormality is further performed. Referring to the task setting area (SPF) 26, the termination abnormal bit f
There searching whether the task 11 is set to a logic "1" (step S56), starts the abnormality bits d 1 detects that task 11 exists which is set to a logic "1" (step S57) Then, it is determined that the termination abnormal task 11I exists, and the system restart activation unit 15 is activated (step S58).

起動されたシステム再開起動部15は、終結異常タスク
検出部14が検出した終結異常タスク11Iに関する情報を
退避させた後、情報処理システムを初期化することによ
り、終結異常タスク11Iを解消する。
The activated system restart activation unit 15 eliminates the abnormal termination task 11 I by saving information on the abnormal termination task 11 I detected by the abnormal termination task detection unit 14 and then initializing the information processing system. .

またメッセージ出力部16は、システム再開起動部15が
退避させた終結異常タスク11Iを示すメッセージを、端
末装置3に出力する。
The message output unit 16 outputs to the terminal device 3 a message indicating the abnormal termination task 11 I saved by the system restart activation unit 15.

次に第2図乃至第4図および第5図(c)において、
タスク起動部12が前述と同様に時点Taにおいて起動を試
みたタスク11Iが起動異常となって起動しなかった場
合、起動履歴ビットcIは論理“0"に設定された儘とな
り、またタスク終結部13も起動されず、終結履歴ビット
eIも論理“0"に設定された儘となる。
Next, in FIG. 2 to FIG. 4 and FIG.
If the task 11 task activation unit 12 attempts to start at time T a in the same manner as described above I did not start with an abnormal activation, activation history bit c I become as one likes, which is set to a logic "0", also The task termination unit 13 is not activated, and the termination history bit
e I also remains set to logic “0”.

かかる状態で、時点t1より期間P経過後の時点t2に起
動異常タスク検出部14および焼結異常タスク検出部17が
起動されると、起動異常タスク検出部14は前述と同様に
稼動タスク識別領域(ACT)21および起動履歴設定領域
(STH)23を参照し、起動履歴ビットcIが論理“0"に設
定されていることを検出すると(第9図ステップS31乃
至S33)、タスク11が起動異常と判定し、起動異常タス
ク設定領域(STF)24内のタスク11Iに対応する起動異常
ビットdIを論理“1"に設定した後(ステップS34)、起
動履歴設定領域(STH)23を初期設定し(ステップS3
5)、更に起動異常タスク設定領域(STF)24内に起動異
常ビットdIが論理“1"に設定されているタスク11Iが存
在することを検出すると(ステップS37)、起動異常タ
スクが存在すると判定し、システム再開起動部15を起動
させる(ステップS38)。
In this state, when the start-up abnormality of the task detection unit 14 and the sintering abnormality task detection unit 17 at time t 2 after a period P has elapsed from the time t 1 is started, start-up abnormality of the task detection unit 14 in the same manner as described above operational tasks Referring to the identification area (ACT) 21 and the boot history setting area (STH) 23, when detecting that the boot history bit c I is set to logic “0” (steps S31 to S33 in FIG. 9), the task 11 Determines that the startup error has occurred, sets the startup error bit d I corresponding to task 11 I in the startup error task setting area (STF) 24 to logic “1” (step S34), and then sets the startup history setting area (STH) Initialize 23 (Step S3
5) Further, when it is detected that there is a task 11 I whose startup abnormality bit d I is set to logic “1” in the startup abnormality task setting area (STF) 24 (step S37), the activation abnormality task exists. Then, it is determined that the system restart activation unit 15 is activated (step S38).

起動されたシステム再開起動部15は、起動異常タスク
検出部14が検出した起動異常タスクに関する情報を退避
させた後、情報処理システムを初期化することにより、
起動異常タスク11Iを解消する。
The activated system restart activation unit 15 initializes the information processing system after saving information on the activation abnormal task detected by the activation abnormal task detection unit 14,
To eliminate the start-up abnormality of task 11 I.

またメッセージ出力部16は、システム再開起動部15が
退避させた起動異常タスク11Iを示すメッセージを、端
末装置3に出力する。
Further, the message output unit 16 outputs a message indicating the startup abnormal task 11 I saved by the system restart activation unit 15 to the terminal device 3.

また終結異常タスク検出部17も、稼動タスク識別領域
(ACT)21および終結履歴設定領域(SPH)25を参照して
終結履歴ビットeIが論理“0"に設定されていることを検
出すると、前述と同様の過程で動作する(第4図ステッ
プS51乃至S58)。
When the termination abnormal task detection unit 17 detects that the termination history bit e I is set to logic “0” with reference to the active task identification area (ACT) 21 and the termination history setting area (SPH) 25, It operates in the same process as described above (steps S51 to S58 in FIG. 4).

以上の説明から明らかな如く、本実施例によれば、時
点t1乃至t2の期間P内において発生した起動異常タスク
11Iおよび終結異常タスク11Iは、該当期間Pの最終時点
t2において確実に検出され、情報処理システムを初期化
すると共に、端末装置3に異常状態を示すメッセージを
出力することとなる。
As apparent from the above description, start-up abnormality of the task according to the present embodiment, generated in the period of time t 1 to t 2 P
11 I and the abnormal termination task 11 I are at the end of the period P
is reliably detected at t 2, the information processing system is initialized, so that the output a message indicating the abnormal condition to the terminal device 3.

なお、第2図乃至第5図はあく迄本発明の一実施例に
過ぎず、例えば情報処理システムの構成は図示されるも
のに限定されることは無く、他に幾多の変形が考慮され
るが、何れの場合にも本発明の効果は変わらない。
2 to 5 are merely examples of the present invention. For example, the configuration of the information processing system is not limited to the illustrated one, and many other modifications are considered. However, the effect of the present invention does not change in any case.

〔発明の効果〕〔The invention's effect〕

以上、本発明によれば、前記情報処理システムにおい
て、所定期間内に発生する起動異常タスクのみならず、
終結異常タスクも検出されることとなり、終結異常タス
クの検出遅延および検出不能が解消され、当該情報処理
システムの信頼性が向上する。
As described above, according to the present invention, in the information processing system, not only a startup abnormal task occurring within a predetermined period,
The abnormal termination task is also detected, so that the detection delay and undetection of the abnormal termination task are eliminated, and the reliability of the information processing system is improved.

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

第1図は本発明の原理を示す図、第2図は本発明の一実
施例による情報処理システムを示す図、第3図は第2図
におけるタスク終結過程の一例を示す図、第4図は第2
図における終結異常タスク検出過程の一例を示す図、第
5図は第2図におけるタスク起動・終結状況の一例を示
す図で、(a)は起動・終結共正常の場合、(b)は終
結異常の場合、(c)は起動異常の場合を示し、第6図
は従来ある情報処理システムの一例を示す図、第7図は
第6図におけるタスク起動過程の一例を示す図、第8図
は第6図におけるタスク終結過程の一例を示す図、第9
図は第6図における起動異常タスク検出過程の一例を示
す図、第10図は第6図におけるタスク起動・終結状況の
一例を示す図で、(a)は起動・終結共正常の場合、
(b)は終結異常の場合、(c)は終結異常と起動異常
とが重複した場合を示す。 図において、1は処理部、2は記憶部、3は端末装置、
11はタスク、12はタスク起動部、13および13′はタスク
終結部、14は起動異常タスク検出部、15はシステム再開
起動部、16はメッセージ出力部、17は終結異常タスク検
出部、21は稼動タスク識別領域(ACT)、22は起動スケ
ジュール領域(SDL)、23は起動履歴設定領域(STH)、
24は起動異常タスク設定領域(STF)、25は終結履歴設
定領域(SPH)、26は終結異常タスク設定領域(SPF)、
100は情報処理システム、200はタスク起動履歴情報設定
手段、300はタスク終結履歴情報設定手段、400はタスク
異常検出手段、を示す。
1 is a diagram showing the principle of the present invention, FIG. 2 is a diagram showing an information processing system according to an embodiment of the present invention, FIG. 3 is a diagram showing an example of a task termination process in FIG. 2, and FIG. Is the second
FIG. 5 is a diagram showing an example of a termination abnormal task detection process in FIG. 5, and FIG. 5 is a diagram showing an example of a task activation / termination status in FIG. 2; FIG. 6 shows an example of a conventional information processing system, FIG. 7 shows an example of a task starting process in FIG. 6, and FIG. Is a diagram showing an example of a task termination process in FIG. 6, and FIG.
FIG. 10 is a diagram showing an example of a process of detecting an abnormal start task in FIG. 6, and FIG. 10 is a diagram showing an example of a task start / end situation in FIG. 6. FIG.
(B) shows the case where the termination abnormality occurs, and (c) shows the case where the termination abnormality and the startup abnormality overlap. In the figure, 1 is a processing unit, 2 is a storage unit, 3 is a terminal device,
11 is a task, 12 is a task start unit, 13 and 13 'are task termination units, 14 is a startup abnormal task detection unit, 15 is a system restart activation unit, 16 is a message output unit, 17 is a termination abnormal task detection unit, 21 is Active task identification area (ACT), 22 is the start schedule area (SDL), 23 is the start history setting area (STH),
24 is a startup abnormal task setting area (STF), 25 is a termination history setting area (SPH), 26 is a termination abnormal task setting area (SPF),
100 denotes an information processing system, 200 denotes a task activation history information setting unit, 300 denotes a task termination history information setting unit, and 400 denotes a task abnormality detection unit.

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】複数のタスク(11)を実行する情報処理シ
ステム(100)において、 前記各タスク(11)を、所定期間内に起動したことを示
す起動履歴情報を記録するタスク起動履歴情報設定手段
(200)と、 前記各タスク(11)を、所定期間内に終結したことを示
す終結履歴情報を記録するタスク終結履歴情報設定手段
(300)と、 前記所定期間毎に前記タスク起動履歴情報設定手段(20
0)およびタスク終結履歴情報設定手段(300)を監視
し、前記タスク起動履歴情報およびタスク終結履歴情報
の何れかが記録されていなかった場合に、該当タスクの
異常を検出したとするタスク異常検出手段(400)とを
設けることを特徴とするタスク異常検出方式。
1. An information processing system (100) for executing a plurality of tasks (11), a task activation history information setting for recording activation history information indicating that each of the tasks (11) has been activated within a predetermined period. Means (200); task termination history information setting means (300) for recording termination history information indicating that each task (11) has been terminated within a predetermined period; and task activation history information for each predetermined period. Setting means (20
0) and the task termination history information setting means (300) are monitored, and if any of the task activation history information and the task termination history information is not recorded, it is determined that a task abnormality has been detected. Means (400) for providing a task abnormality detection method.
JP1312520A 1989-11-30 1989-11-30 Task error detection method Expired - Fee Related JP2595733B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1312520A JP2595733B2 (en) 1989-11-30 1989-11-30 Task error detection method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1312520A JP2595733B2 (en) 1989-11-30 1989-11-30 Task error detection method

Publications (2)

Publication Number Publication Date
JPH03171336A JPH03171336A (en) 1991-07-24
JP2595733B2 true JP2595733B2 (en) 1997-04-02

Family

ID=18030215

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1312520A Expired - Fee Related JP2595733B2 (en) 1989-11-30 1989-11-30 Task error detection method

Country Status (1)

Country Link
JP (1) JP2595733B2 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10198583A (en) * 1997-01-10 1998-07-31 Nec Corp Detection/processing system/method for idle running process
JP5534466B2 (en) * 2011-07-01 2014-07-02 Necエンジニアリング株式会社 Program abnormality detection apparatus and program abnormality detection method
JP6248425B2 (en) * 2013-06-13 2017-12-20 富士通株式会社 Program, process selection method, and information processing apparatus
JP6816891B2 (en) * 2018-02-22 2021-01-20 Necフィールディング株式会社 Failure content identification device, system, method, and program

Also Published As

Publication number Publication date
JPH03171336A (en) 1991-07-24

Similar Documents

Publication Publication Date Title
US6591379B1 (en) Method and system for injecting an exception to recover unsaved data
CA2315446C (en) External job scheduling with a distributed processing system having a local job control system
US6026499A (en) Scheme for restarting processes at distributed checkpoints in client-server computer system
CN101452420B (en) Embedded software abnormal monitoring and handling arrangement and method thereof
US4683568A (en) Method of monitoring computer elements, particularly microprocessors
CN108549550A (en) A kind of hard disk hanging method and device
CN107404522B (en) Cross-node virtual machine cluster high-availability implementation method and device
US7734956B2 (en) Process management system
CN102810073B (en) Background real-time monitoring processing method for data
US20030051127A1 (en) Method of booting electronic apparatus, electronic apparatus and program
JP2595733B2 (en) Task error detection method
CN112631820A (en) Fault recovery method and device of software system
US6385743B1 (en) Method of synchronizing an electronic device for monitoring the operation of a microprocessor, and an electronic device for carrying out the method
CN112087771A (en) Communication control method and device, electronic equipment and computer readable storage medium
JPH10214208A (en) System for monitoring abnormality of software
CN111371642B (en) Network card fault detection method, device, equipment and storage medium
CN110597695A (en) Alarm method, alarm device, computer equipment and readable storage medium
CN113467919A (en) Process management method, system and storage medium based on block chain
CN109922014B (en) Method and system for judging cold and hot start of switch
CN112035322B (en) JVM monitoring method and device
JPH07111685B2 (en) System operation maintenance method
CN110968486A (en) Script running method and device
CN116662117A (en) Method, device and storage medium for monitoring linux system based on timer
EP0738969B1 (en) System starter unit and method
CN113835859B (en) Task scheduling method, device, equipment and readable storage medium

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees