JPH10269110A - Method for avoiding hang-up of computer system, and computer system using the same method - Google Patents

Method for avoiding hang-up of computer system, and computer system using the same method

Info

Publication number
JPH10269110A
JPH10269110A JP9073484A JP7348497A JPH10269110A JP H10269110 A JPH10269110 A JP H10269110A JP 9073484 A JP9073484 A JP 9073484A JP 7348497 A JP7348497 A JP 7348497A JP H10269110 A JPH10269110 A JP H10269110A
Authority
JP
Japan
Prior art keywords
computer system
cpu
hang
tss
avoid
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.)
Pending
Application number
JP9073484A
Other languages
Japanese (ja)
Inventor
Katsumi Fukuwaki
克己 福脇
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP9073484A priority Critical patent/JPH10269110A/en
Publication of JPH10269110A publication Critical patent/JPH10269110A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To prevent the execution efficiency of a system from deteriorating, by providing a mechanism that detects a process operating continuously for a time longer than a certain specified time according to operation information of a CPU and avoiding a hang-up of the computer system. SOLUTION: The computer 1 is provided with a virtual device driver 3, which does not have hardware for actual control, and CPU operation information 2 is gathered periodically. Then, a monitor process 4 is connected to the virtual driver 3 and receives information from the virtual device driver and operates on the same privilege level with an application program to detect a hang-up process 5, send a signal to the hang-up process 5 in such a case, and control its operation, thereby evading the hang-up of the computer 1. Consequently, the execution efficiency of the system can be prevented from deteriorating.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、計算機のプロセス
スケジューリングおよびその動作を監視し制御する計算
機システムのハングアップ回避方法並びにこの方法を用
いた計算機システムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method for avoiding a hang-up of a computer system for monitoring and controlling process scheduling of a computer and its operation, and a computer system using this method.

【0002】[0002]

【従来の技術】従来の計算機システムは、ウォッチドッ
グタイマ(プログラム停止監視時限装置)と称される機
能によって中央計算機(CPU)の暴走を検出し、暴走
を検出した場合にはハードウェアリセット(機械的再起
動)を行って再起動する方式がとられる場合が多い。
2. Description of the Related Art A conventional computer system detects a runaway of a central computer (CPU) by a function called a watchdog timer (program stop monitoring time limiter). In many cases, the system is restarted by performing a dynamic restart.

【0003】また、プロセスの動作を監視し制御を行お
うとした場合には、既存のオペレーティング・システム
(OS)処理に対して改造を加える必要が高く、ソース
コードを持たないと実現は不可能である。
In order to monitor and control the operation of a process, it is necessary to modify an existing operating system (OS) process, and it is impossible to implement the process without a source code. is there.

【0004】計算機が複数のCPUを持つマルチプロセ
ッサ構成をとった場合、一つのCPU上でプロセスが暴
走した場合には、他のCPUによってシステム全体の処
理が行われるようにしている。このため動作の継続性と
いう点では問題ないが、パフォーマンス(実行効率性)
という点では劣化を起こし、この状態を検出する方法が
なかった。
When a computer adopts a multiprocessor configuration having a plurality of CPUs, and when a process runs away on one CPU, the other CPU performs the processing of the entire system. Although there is no problem in terms of continuity of operation, performance (execution efficiency)
In this respect, deterioration has occurred, and there is no method for detecting this state.

【0005】[0005]

【発明が解決しようとする課題】従来の計算機システム
における非TSSポリシーのスケジューリング(時分割
利用をしない動作スケジュールの設定)では、一つのプ
ロセスが連続してCPUを使用して動作する場合、より
高い優先度を持つプロセスが動作しようとするまで、低
い優先度をもつプロセスや計算機システムに同時に存在
するTSSプロセスは動作できない。
In the scheduling of a non-TSS policy in a conventional computer system (setting of an operation schedule without time-sharing use), when one process is continuously operated by using a CPU, it is higher. Until a process having a priority attempts to operate, a process having a low priority or a TSS process which also exists in the computer system cannot operate.

【0006】また、CPUを占有して動作しているプロ
セスが、プログラムのバグ等によつて、CPUを離さな
くなった揚合、ほとんどの場合は操作不能となって、シ
ステムを止めるほか手段がない。さらにシステムの停止
処理も、複数のTSSプロセスが動作する必要もあり、
上記のような状況下においては、システムの停止すらお
ぼつかない。そして、このような状況はプログラマが未
熟な場合などによく発生する。
In addition, when a process that occupies the CPU does not release the CPU due to a bug in the program or the like, the process becomes inoperable in most cases, and there is no other way to stop the system. . Furthermore, the system stop processing also requires that a plurality of TSS processes operate.
Under the above-mentioned situation, even the stop of the system is not confused. Such a situation often occurs when the programmer is immature.

【0007】従来より使われているウォッチドッグタイ
マによる監視は、CPUがハードウエア的に暴走した場
合をエラーとして検出するように実装されている場合が
多い。従ってたとえば、UNIX(X/OPENカンパ
ニー・リミテッドの登録商標)等の多重優先度スケジュ
ーリングを行うような計算機システムにおいては、高優
先度プロセスの暴走はCPUのハードウエア暴走ではな
いために検出することはできない(CPUとしても、O
Sとしても異常ではない)という問題がある。
[0007] Monitoring using a watchdog timer that has been used in the past is often implemented so as to detect, as an error, a case where a CPU goes out of control in hardware. Therefore, for example, in a computer system that performs multi-priority scheduling such as UNIX (registered trademark of X / OPEN Company Limited), runaway of a high-priority process is not detected as hardware runaway of the CPU. Not possible (O as CPU)
S is not abnormal).

【0008】またウォッチドッグ機能では、エラーと判
定した後にシステムのリセットを行うが、最近のOSの
ようにメモリ上にファイルキャッシュをおいてI/O
(入出力)を高速化する等といつた高度なファイル管理
を行っているシステムに対しては、強制的なリセットは
ファイルシステムの破壊を引き起こす可能性が高く、行
うべきではない。
In the watchdog function, the system is reset after determining that an error has occurred.
For systems that perform advanced file management such as speeding up (input / output), forced resetting is highly likely to cause file system destruction and should not be performed.

【0009】一方で、計算機システムがマルチプロセッ
サ構成の場合、各CPU毎にプロセスの暴走を監視、検
出、排除することによって、一つのCPU上において暴
走が発生してハングアップ(停止)した場合でも、それ
を回避し、システムのパフオーマンス劣化を防止する必
要がある。
On the other hand, when the computer system has a multiprocessor configuration, by monitoring, detecting, and eliminating the runaway of the process for each CPU, even if runaway occurs on one CPU and the system hangs up (stops). It is necessary to avoid this and prevent the performance of the system from deteriorating.

【0010】本発明は次の項目を可能とする計算機シス
テムのハングアップ回避方法を提供することを目的とし
ている。
An object of the present invention is to provide a method for avoiding a hang-up of a computer system which enables the following items.

【0011】(1) 高優先度プロセスがCPUを占有
して動作しているる状況を検出し、該当プロセスを強制
停止もしくは一時停止させることによって、システムの
健全な動作を得る。
(1) A sound operation of the system is obtained by detecting a situation where a high-priority process is occupying the CPU and operating, and forcibly stopping or temporarily stopping the process.

【0012】(2) 計算機システムがマルチプロセッ
サ構成の場合にも、高優先度プロセスがCPUを占有し
て動作している状況を検出できるようにする。
(2) Even when the computer system has a multiprocessor configuration, it is possible to detect a situation in which a high-priority process occupies the CPU and operates.

【0013】(3) 上記機構を、OSを改変すること
なく実現できるようにする。
(3) The above mechanism can be realized without modifying the OS.

【0014】[0014]

【課題を解決するための手段】請求項1に記載した計算
機システムのハングアップ回避方法は、非TSSスケジ
ューリングポリシーを持つ計算機システムにおいて、C
PUの動作情報をもとに、一定時間以上連続して動作す
るプロセスを検出する機構を備え、計算機システムのハ
ングアップを回避することを特徴としている。
According to a first aspect of the present invention, there is provided a computer system having a non-TSS scheduling policy.
A feature is provided that detects a process that operates continuously for a certain period of time or more based on PU operation information, thereby avoiding a hang-up of the computer system.

【0015】請求項2に記載した計算機システムのハン
グアップ回避方法は、非TSSスケジューリングポリシ
ーを持つ計算機システムにおいて、マルチプロセッサ構
成をとる場合に、各プロセッサ毎に一定時間以上連続し
て動作するプロセスを検出する機構を備え、計算機シス
テムのハングアップを回避することを特徴としている。
請求項3に記載した計算機システムのハングアップ回
避方法は、非TSSスケジューリングポリシーを持つ計
算機システムにおいて、一定時間以上連続して動作する
プロセスを検出した場合に、プロセスを強制終了もしく
は一時停止することによって操作不能状態を回避して、
計算機システムのハングアップを回避することを特徴と
している。
According to a second aspect of the present invention, in a computer system having a non-TSS scheduling policy, when a multi-processor configuration is adopted, a process that operates continuously for a predetermined time or more for each processor is provided. It is equipped with a detection mechanism to avoid computer system hang-up.
The method for preventing a hang-up of a computer system according to claim 3 is characterized in that, in a computer system having a non-TSS scheduling policy, when a process that operates continuously for a predetermined time or more is detected, the process is forcibly terminated or temporarily stopped. Avoid inoperable state,
The feature is to avoid the hang-up of the computer system.

【0016】請求項4に記載した計算機システムのハン
グアップ回避方法は、非TSSスケジューリングポリシ
ーを持つ計算機システムにおいて、操作不能状態回避機
構をOSの改変によって行なうのではなく、外づけの機
構によって実現する構成として計算機システムのハング
アップを回避することを特徴としている。
According to a fourth aspect of the present invention, in the computer system having a non-TSS scheduling policy, the inoperable state avoiding mechanism is realized not by modifying the OS but by an external mechanism. The configuration is characterized in that a hang-up of the computer system is avoided.

【0017】請求項5に記載した計算機システムのハン
グアップ回避方法は、非TSSスケジューリングポリシ
ーを持つ計算機システムにおいて、CPUの動作情報の
取得可否をもとに、OSのサービスを利用せずにCPU
のオンライン/オフラインを検出できる検出して、計算
機システムのハングアップを回避することを特徴として
いる。
According to a fifth aspect of the present invention, there is provided a computer system having a non-TSS scheduling policy, wherein a computer system having a non-TSS scheduling policy does not use a service of an OS based on availability of CPU operation information.
It is characterized in that the online / offline can be detected to avoid a hang-up of the computer system.

【0018】請求項6に記載した計算機システムは非T
SSスケジューリングポリシーを持つ計算機システムに
おいて、CPUの動作情報を定期的に収集する仮想ディ
バイスドライバと、このディバイスドライバからのCP
U動作情報を受け取って暴走プロセスの検知を行なう暴
走プロセス検知手段と、この暴走プロセス検知手段から
の信号により暴走プロセスを強制終了または一時停止さ
せる監視手段とを備えたことを特徴としている。
The computer system according to claim 6 is a non-T computer system.
In a computer system having an SS scheduling policy, a virtual device driver that periodically collects operation information of a CPU, and a CP from the device driver
It is characterized by comprising runaway process detecting means for receiving U operation information and detecting a runaway process, and monitoring means for forcibly terminating or temporarily stopping the runaway process by a signal from the runaway process detecting means.

【0019】すなわち、OSと同じ特権レベルで動作
し、OSの管理するCPU動作情報を一定周期で参照し
て各CPU上で動作しているプロセスに関する情報を保
持する仮想デバイスドライバと、アプリケーションと同
じ特権レベルにて、システムで一番高い優先度動作し、
仮想デバイスドライバから各CPU毎の動作プロセスに
関する情報を受け取る監視プロセスとから構成する。
That is, a virtual device driver that operates at the same privilege level as the OS and holds information on processes operating on each CPU by referring to CPU operation information managed by the OS at regular intervals; At the privilege level, run at the highest priority in the system,
And a monitoring process for receiving information on the operation process of each CPU from the virtual device driver.

【0020】そして、この監視プロセスは一定時間間隔
で動作する。すなわち、プロセス情報を受け取り、各C
PU毎にプロセスのスイッチング(切り替え)回数を前
回の動作時の状態と比較する。スイッチング回数が自分
にスイッチされた回数よりも2以上大きければ、自分の
他に2つのプロセスがディスパッチされたことになるの
で正常に動作していることになる。
The monitoring process operates at regular time intervals. That is, process information is received and each C
The number of process switching (switching) for each PU is compared with the state at the time of the previous operation. If the number of times of switching is at least two times greater than the number of times of switching to oneself, it means that two other processes have been dispatched and that the device is operating normally.

【0021】スイッチング回数が自分のみである場合に
も、他に動作しているプロセスがないことになり問題が
ない。自分の他に1つのプロセスがディスパッチされた
状態が、一つのプロセスが動作している状態である。こ
の状態が一定時間以上継続した場合、動作しているプロ
セスは暴走していると判定する。
Even when the number of times of switching is only one, there is no problem because there is no other process running. The state in which one process is dispatched in addition to itself is the state in which one process is operating. If this state continues for a certain period of time or longer, it is determined that the running process is running away.

【0022】この判定結果によりOSは、暴走している
プロセスを検出した場合、暴走理由に応じて該当プロセ
スに対し適宜シグナルの送信を行い、送信するシグナル
の種類によって、該当プロセスを強制終了させたり、一
時停止させたりすることが可能である。
When the OS detects a runaway process based on the determination result, the OS appropriately transmits a signal to the process according to the reason for the runaway, and forcibly terminates the process depending on the type of the signal to be transmitted. , Can be paused.

【0023】上記手段によって、特定のプロセスによる
バグ等による意図しないCPU占有状態が防止でき、一
般のプロセスの動作が可能となる。また、上記構成はO
Sに何の改変を加えることなく実現できる。
With the above means, an unintended CPU occupation state due to a bug or the like caused by a specific process can be prevented, and the operation of a general process becomes possible. Further, the above configuration is
It can be realized without any modification to S.

【0024】[0024]

【発明の実施の形態】次に本発明による計算機システム
のハングアップ回避方法の実施の形態を説明する。図1
において、CPU動作情報2はOSが管理しているCP
U動作情報であり、マルチプロセッサ構成の場合には各
CPU毎に存在している。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, an embodiment of a method for avoiding a hang-up of a computer system according to the present invention will be described. FIG.
, The CPU operation information 2 is the CP managed by the OS.
U operation information, and exists for each CPU in the case of a multiprocessor configuration.

【0025】仮想デバイスドライバ3はOSと同じ特権
レベルで動作するデバイスドライバであり、計算機1に
あってCPU動作情報2を定期的に収集し、実際に制御
するハードウェアを持たないデバイスドライバである。
The virtual device driver 3 is a device driver that operates at the same privilege level as the OS. The virtual device driver 3 is a device driver in the computer 1 that does not have hardware for periodically collecting the CPU operation information 2 and actually controlling it. .

【0026】監視プロセス4は仮想デバイスドライバ3
に接続され、仮想デバイスドライバ3より情報を受け取
り、アプリケーションプロセスと同じ特権レベルで動作
し、暴走プロセス5の検出を行ない、暴走しているプロ
セスを検出した場合には、該プロセスに対してシグナル
の送信を行ない、動作を制御するプロセスである。
The monitoring process 4 includes the virtual device driver 3
, Receives information from the virtual device driver 3, operates at the same privilege level as the application process, detects the runaway process 5, and when a runaway process is detected, sends a signal to the process. This is the process of transmitting and controlling the operation.

【0027】監視プロセス相当の処理をOSと同じ特権
レベルで実行すると、負荷が高くなってシステムのパフ
ォーマンスに影響するためアプリケーション動作空間で
動作させる。アプリケーション動作空間は、通常のOS
であればOSの動作する空間とは特権レベルが異なるた
め、OSが管理する情報を直接参照することはできな
い。このために仮想デバイスドライバ3を設ける。ま
た、動作情報を参照できる場合であっても、参照を行う
という動作によって、動作しているプロセスが自分自身
になってしまい、有用な情報を得ることができない。そ
のため、プロセスのコンテキストを持たないドライバで
情報を参照する必要がある。
When a process corresponding to the monitoring process is executed at the same privilege level as the OS, the load increases and the performance of the system is affected. Application operating space is a normal OS
Then, since the privilege level is different from the space in which the OS operates, the information managed by the OS cannot be directly referred to. For this purpose, a virtual device driver 3 is provided. Further, even when the operation information can be referred to, the operation of performing the reference makes the operating process itself, and thus it is not possible to obtain useful information. Therefore, it is necessary to refer to the information with a driver that does not have the process context.

【0028】すなわち仮想デバイスドライバ3は、OS
の管理するCPU動作情報2を外部参照し、必要なデー
タを自分自身のローカル変数にコピーする。そして参照
の際には、参照途中の変数の変更が行われないように、
変数に対してロックをかけて排他処理を行う。
That is, the virtual device driver 3 executes the OS
Externally refers to the CPU operation information 2 managed by the server, and copies necessary data to its own local variable. And at the time of reference, so that the variable during reference is not changed,
Locks variables and performs exclusion.

【0029】なお、OSの管理するCPU動作情報2に
は、プロセスのスイッチング回数、現在のCPU上での
動作プロセスなどの情報が含まれており、これらの情報
により、プロセスの暴走検出、動作プロセスの特定が可
能である。
The CPU operation information 2 managed by the OS includes information such as the number of times the process has been switched and the current operating process on the CPU. Can be specified.

【0030】また、CPU情報の参照により、CPUの
オンライン/オフライン状況を監視することができ、シ
ステムの予防保全の点からも有効である。
Further, by referring to the CPU information, the online / offline status of the CPU can be monitored, which is effective from the viewpoint of preventive maintenance of the system.

【0031】以上のように本発明により、(1) 高優
先度プロセスの予期せぬCPU占有を検出することがで
きる。
As described above, according to the present invention, (1) unexpected CPU occupation of a high-priority process can be detected.

【0032】(2) マルチプロセッサ構成であって
も、1つのプロセスの占有状況を検出することができ
る。
(2) Even in a multiprocessor configuration, the occupation status of one process can be detected.

【0033】(3) CPU占有によるシステムのハン
グアップを検出した場合、該当プロセスを強制終了また
は一時停止等の方法によって状況を回復することができ
る。
(3) When a system hang-up due to CPU occupation is detected, the situation can be recovered by forcibly terminating or temporarily stopping the corresponding process.

【0034】(4) CPUのオンライン/オフライン
状況を、アプリケーシヨンレベルでモニタリングするこ
とができる。
(4) The online / offline status of the CPU can be monitored at the application level.

【0035】[0035]

【発明の効果】本発明により、計算機システムのハング
アップ回避方法の信頼性を向上させることができる。
According to the present invention, the reliability of the method for avoiding a hang-up of a computer system can be improved.

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

【図1】本発明の一実施例を示す計算機システムのハン
グアップ回避方法の説明図である。
FIG. 1 is an explanatory diagram of a method for avoiding a hang-up of a computer system according to an embodiment of the present invention.

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

1 計算機 2 CPU動作情報 3 仮想デバイスドライバ 4 監視プロセス 5 暴走プロセス DESCRIPTION OF SYMBOLS 1 Computer 2 CPU operation information 3 Virtual device driver 4 Monitoring process 5 Runaway process

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 非TSSスケジューリングポリシーを持
つ計算機システムにおいて、CPUの動作情報をもと
に、一定時間以上連続して動作するプロセスを検出する
機構を具備し、計算機システムのハングアップを回避す
る計算機システムのハングアップ回避方法。
1. A computer system having a non-TSS scheduling policy, comprising: a mechanism for detecting a process that operates continuously for a predetermined time or more based on operation information of a CPU to avoid a hang-up of the computer system. How to avoid system hang.
【請求項2】 非TSSスケジューリングポリシーを持
つ計算機システムにおいて、マルチプロセッサ構成をと
る場合に、各プロセッサ毎に一定時間以上連続して動作
するプロセスを検出する機構を具備し、計算機システム
のハングアップを回避する計算機システムのハングアッ
プ回避方法。
2. In a computer system having a non-TSS scheduling policy, when a multiprocessor configuration is adopted, a mechanism is provided for each processor to detect a process that operates continuously for a predetermined time or more, so that a computer system hangs up. How to avoid computer system hangup.
【請求項3】 非TSSスケジューリングポリシーを持
つ計算機システムにおいて、一定時間以上連続して動作
するプロセスを検出した場合に、前記プロセスを強制終
了もしくは一時停止することによって操作不能状態を回
避して、計算機システムのハングアップを回避する計算
機システムのハングアップ回避方法。
3. In a computer system having a non-TSS scheduling policy, when a process that operates continuously for a certain period of time or more is detected, the process is forcibly terminated or temporarily stopped to avoid an inoperable state. How to avoid computer system hangup.
【請求項4】 非TSSスケジューリングポリシーを持
つ計算機システムにおいて、前記操作不能状態回避機構
をOSの改変によって行なうのではなく、外づけの機構
によって実現する構成としたことを特徴とする請求項3
に記載した計算機システムのハングアップ回避方法。
4. A computer system having a non-TSS scheduling policy, wherein the inoperable state avoiding mechanism is realized by an external mechanism, not by modifying an OS.
How to avoid hang-up of computer system described in.
【請求項5】 非TSSスケジューリングポリシーを持
つ計算機システムにおいて、CPUの動作情報の取得可
否をもとに、OSのサービスを利用せずにCPUのオン
ライン/オフラインを検出し、計算機システムのハング
アップを回避する計算機システムのハングアップ回避方
法。
5. In a computer system having a non-TSS scheduling policy, online / offline of a CPU is detected based on availability of operation information of a CPU without using an OS service, and a hang-up of the computer system is performed. How to avoid computer system hangup.
【請求項6】 非TSSスケジューリングポリシーを持
つ計算機システムにおいて、CPUの動作情報を定期的
に収集する仮想ディバイスドライバと、このディバイス
ドライバからの前記CPU動作情報を受け取って暴走プ
ロセスの検知を行なう暴走プロセス検知手段と、この暴
走プロセス検知手段からの信号により前記暴走プロセス
を強制終了または一時停止させる監視手段とを備えたこ
とを特徴とする計算機システム。
6. In a computer system having a non-TSS scheduling policy, a virtual device driver that periodically collects CPU operation information, and a runaway process that receives the CPU operation information from the device driver and detects a runaway process A computer system comprising: detecting means; and monitoring means for forcibly terminating or temporarily stopping the runaway process based on a signal from the runaway process detecting means.
JP9073484A 1997-03-26 1997-03-26 Method for avoiding hang-up of computer system, and computer system using the same method Pending JPH10269110A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9073484A JPH10269110A (en) 1997-03-26 1997-03-26 Method for avoiding hang-up of computer system, and computer system using the same method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9073484A JPH10269110A (en) 1997-03-26 1997-03-26 Method for avoiding hang-up of computer system, and computer system using the same method

Publications (1)

Publication Number Publication Date
JPH10269110A true JPH10269110A (en) 1998-10-09

Family

ID=13519610

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9073484A Pending JPH10269110A (en) 1997-03-26 1997-03-26 Method for avoiding hang-up of computer system, and computer system using the same method

Country Status (1)

Country Link
JP (1) JPH10269110A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006277115A (en) * 2005-03-28 2006-10-12 Fujitsu Ten Ltd Abnormality detection program and abnormality detection method
JP2009289116A (en) * 2008-05-30 2009-12-10 Fujitsu Ltd Method and program for detecting abnormality and information processor
JP2012247978A (en) * 2011-05-27 2012-12-13 Toyota Motor Corp Control device and control method
JP2013533553A (en) * 2010-09-07 2013-08-22 ヒョンダイ モーター カンパニー System test method
US9354996B2 (en) 2010-06-28 2016-05-31 Hyundai Motor Company System test apparatus

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006277115A (en) * 2005-03-28 2006-10-12 Fujitsu Ten Ltd Abnormality detection program and abnormality detection method
JP2009289116A (en) * 2008-05-30 2009-12-10 Fujitsu Ltd Method and program for detecting abnormality and information processor
US9354996B2 (en) 2010-06-28 2016-05-31 Hyundai Motor Company System test apparatus
JP2013533553A (en) * 2010-09-07 2013-08-22 ヒョンダイ モーター カンパニー System test method
JP2012247978A (en) * 2011-05-27 2012-12-13 Toyota Motor Corp Control device and control method

Similar Documents

Publication Publication Date Title
US6434591B1 (en) Thread control system and method in a computer system
US7328367B2 (en) Logically partitioned computer system and method for controlling configuration of the same
US6892261B2 (en) Multiple operating system control method
US7275122B2 (en) Method and system for maintaining a desired service level for a processor receiving excessive interrupts
JP2001154885A (en) Method for preventing lock-up of computer system and method for monitoring the same system
JPH08328880A (en) Computer operation management system for operating system capable of simultaneous executing of plural application programs
JP2001101033A (en) Fault monitoring method for operating system and application program
US7444450B2 (en) Method and system for detecting excessive interrupt processing for a processor
US7089413B2 (en) Dynamic computer system reset architecture
EP1162536A1 (en) Multiple operating system control method
US20020120884A1 (en) Multi-computer fault detection system
JP2000076087A (en) Multioperating system control method
US6338151B1 (en) Input/output recovery which is based an error rate and a current state of the computer environment
JPH10269110A (en) Method for avoiding hang-up of computer system, and computer system using the same method
JP2965075B2 (en) Program execution status monitoring method
CN110968448A (en) Method for monitoring multitask running state
KR100697988B1 (en) Apparatus and method for protecting system from excessive occurrence of interrupt
US6338145B1 (en) Input/output recovery system which is based upon an error rate and a current state of the computer environment
JP3859564B2 (en) Event notification task control processing method and method, and program
JP2006227962A (en) System and method for monitoring application task
JPH10116261A (en) Check point restarting method for parallel computer system
JP2005182594A (en) Computer and program
JP2008077388A (en) Multiprocessor control system, method and program
JP2003296140A (en) Object monitoring system, object monitoring method and object monitoring program
JP2019020869A (en) Vehicle control device