JPH05346861A - Inspector for multitasking software - Google Patents

Inspector for multitasking software

Info

Publication number
JPH05346861A
JPH05346861A JP4155293A JP15529392A JPH05346861A JP H05346861 A JPH05346861 A JP H05346861A JP 4155293 A JP4155293 A JP 4155293A JP 15529392 A JP15529392 A JP 15529392A JP H05346861 A JPH05346861 A JP H05346861A
Authority
JP
Japan
Prior art keywords
switching
inspection
unit
scheduler
software
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
JP4155293A
Other languages
Japanese (ja)
Inventor
Katsuhiro Inoue
勝博 井上
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 JP4155293A priority Critical patent/JPH05346861A/en
Publication of JPH05346861A publication Critical patent/JPH05346861A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To improve efficiency of analyzing/designing a multi-tasking software. CONSTITUTION:A detection part 3 detects the switching of a scheduler 2 for switching and controlling plural tasks of a multitask program in a multitasking system 1. A storage part 4 stores switching data detected by the detection part 3, and an inspection part 5 inspects whether the executing operation of the multitask program satisfies a specification or not by comparing/collating the switching data stored in the storage part 4 with the specification data of time limitation or the like inputted from an input part 7. An output part 6 outputs the detected result of the detection part 3 and the inspected result of the inspection part 5.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、マルチタスクプログラ
ム実行時のスケジューラによる切替制御動作を検査する
マルチタスキングソフトウェアの検査装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a multitasking software inspection device for inspecting a switching control operation by a scheduler when a multitask program is executed.

【0002】[0002]

【従来の技術】一般に、リアルタイム性が要求されるソ
フトウェアでは、ソフトウェアを1つのスケジューラと
複数のタスクの集合として実現する。このスケジューラ
は、複数のタスクをあたかも同時並行に実行しているか
のように、要求の発生時あるいは時分割で複数のタスク
の実行を切り替える。この複数のタスクの実行の切替の
方法をスケジューリングという。
2. Description of the Related Art Generally, in software that requires real-time processing, the software is implemented as one scheduler and a set of a plurality of tasks. This scheduler switches execution of a plurality of tasks when a request is generated or in a time-sharing manner, as if the plurality of tasks are concurrently executed in parallel. This method of switching execution of a plurality of tasks is called scheduling.

【0003】従って、リアルタイム性を要求されるソフ
トウェアでは、スケジューリングの方法によって、ソフ
トウェアの実行性能に大きな影響を及ぼことになる。
Therefore, in software that requires real-time processing, the execution method of the software will be greatly affected by the scheduling method.

【0004】このため、スケジューリングがどのように
実行されているかが明示され、明示により検査すること
は、ソフトウェアの実行性能の向上を図る上で重要なこ
ととなる。
For this reason, how scheduling is executed is clearly indicated, and it is important to make an explicit check to improve the execution performance of software.

【0005】しかし、上述したリアルタイム性が要求さ
れるソフトウェアを実行し、複数のタスクとスケジュー
ラとの間で制御切替が頻繁に発生するような場合、その
切替制御動作すなわちスケジューリングを把握すること
は困難であった。
However, when the above-mentioned software requiring real-time processing is executed and control switching frequently occurs between a plurality of tasks and a scheduler, it is difficult to grasp the switching control operation, that is, scheduling. Met.

【0006】また、これまでは、スケジューリングがど
のように実行されているか、タスクの起動周期やある事
象が発生してから処理を行うまでに要する時間等の仕様
の通りに動作しているか、あるいは仕様に反する誤りは
どこか、そしてその誤りはどのようなときに発生してい
るかを把握することは困難であった。
Up to now, how the scheduling is performed, whether the task is activated according to specifications such as the cycle of task activation and the time required for processing after occurrence of a certain event, or It was difficult to understand where an error was against the specifications and when the error occurred.

【0007】そして、スケジューリングを簡易に把握す
る装置もなかった。
There is also no device for easily grasping the scheduling.

【0008】[0008]

【発明が解決しようとする課題】前述したように、従
来、複数のタスクを有するマルチタスクプログラムをス
ケジューラにより並行的に実行させる切替制御動作を検
査するマルチタスキングソフトウェアの検査装置におい
て、前記切替制御動作がどのように実行されているか、
仕様通りに動作しているか、あるいは仕様に反する動
作、すなわち誤りはどのようなときに発生しているかを
簡易に把握することは困難であったため、マルチタスキ
ングソフトウェアの分析・設計の効率が低下するという
問題点があった。
As described above, in the conventional inspection device of multitasking software for inspecting a switching control operation for executing a multitask program having a plurality of tasks in parallel by a scheduler, the switching control is performed. How the operation is performed,
Since it was difficult to easily understand when the product is operating according to the specifications, or the operation that violates the specifications, that is, when an error occurs, the efficiency of analysis / design of multi-tasking software decreases. There was a problem to do.

【0009】そこで、本発明は、かかる問題点を除去
し、マルチタスキングソフトウェアの分析・設計の効率
を向上することができるマルチタスキングソフトウェア
の検査装置を提供することを目的とする。
SUMMARY OF THE INVENTION It is therefore an object of the present invention to provide a multitasking software inspection apparatus capable of eliminating such problems and improving the efficiency of analysis / design of multitasking software.

【0010】[0010]

【課題を解決するための手段】本発明は、複数のタスク
を有するマルチタスクプログラムをスケジューラにより
並行的に実行させる切替制御動作を検査するマルチタス
キングソフトウェアの検査装置において、前記スケジュ
ーラの切替制御による切替を検出する検出部と、前記検
出部により検出された切替データを記憶する記憶部と、
前記記憶部に記憶されている切替データと入力された切
替制御に関する仕様データとを比較・照合してマルチタ
スクプログラムの実行動作が仕様を満足するか否かを検
査する検査部と、前記検出部の検出結果および前記検査
部の検査結果を出力する出力部とを具備したことを特徴
とする。
According to the present invention, there is provided a multitasking software inspection device for inspecting a switching control operation for causing a scheduler to execute a multitasking program having a plurality of tasks in parallel. A detection unit that detects switching, a storage unit that stores the switching data detected by the detection unit,
An inspection unit that compares and collates the switching data stored in the storage unit with the input specification data relating to the switching control to inspect whether the execution operation of the multitask program satisfies the specifications, and the detection unit. And an output unit for outputting the detection result of 1. and the inspection result of the inspection unit.

【0011】[0011]

【作用】本発明は、複数のタスクを有するマルチタスク
プログラムをスケジューラにより並行的に実行させる切
替制御動作を検査するマルチタスキングソフトウェアの
検査装置において、検出部が、前記スケジューラの切替
制御による切替を検出し、記憶部が、前記検出部により
検出された切替データを記憶し、検査部が、前記記憶部
に記憶されている切替データと入力された切替制御に関
する仕様データとを比較・照合してマルチタスクプログ
ラムの実行動作が仕様を満足するか否かを検査し、出力
部が、前記検出部の検出結果および前記検査部の検査結
果を出力する。
According to the present invention, in a multitasking software inspection device for inspecting a switching control operation in which a multitasking program having a plurality of tasks is executed in parallel by a scheduler, a detection unit performs switching by the switching control of the scheduler. The storage unit stores the switching data detected by the detection unit, and the inspection unit compares and collates the switching data stored in the storage unit with the input specification data regarding the switching control. It is checked whether the execution operation of the multitask program satisfies the specifications, and the output unit outputs the detection result of the detection unit and the inspection result of the inspection unit.

【0012】[0012]

【実施例】以下、図面を参照して本発明の一実施例につ
いて説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to the drawings.

【0013】図1は、本発明の一実施例であるマルチタ
スキングソフトウェアの検査装置の構成ブロック図であ
る。図1において、本マルチタスキングソフトウェアの
検査装置は、複数のタスクを同時並行的に実行するシス
テムであるマルチタスキングシステム1内に組み込まれ
たマルチタスクプログラミングとスケジューラ2の実行
動作を検査対象とするものであり、スケジューラ2によ
るマルチタスク実行時の切替制御の切替を検出する検出
部3、検出部3により検出されたスケジューラ2の切替
データを記憶する記憶部4、入力部7から入力された切
替制御に関する仕様データとを比較・照合してマルチタ
スク実行時の仕様を満足するか否かを検査する検査部
5、検出部3の検出結果である切替データおよび検査部
5の検査結果である検査データを出力する出力部6、お
よび出力部6の出力結果に基づいて切替に関する新規デ
ータ等を入力する入力部7から構成される。
FIG. 1 is a block diagram showing the arrangement of a multitasking software inspection apparatus according to an embodiment of the present invention. In FIG. 1, the inspection device of the present multi-tasking software targets the execution operation of the multi-task programming and the scheduler 2 incorporated in the multi-tasking system 1 which is a system for executing a plurality of tasks simultaneously in parallel. The input from the input unit 7 is performed by the detection unit 3 that detects switching of the switching control by the scheduler 2 during execution of multitasking, the storage unit 4 that stores the switching data of the scheduler 2 that is detected by the detection unit 3, and the input unit 7. An inspection unit 5 that inspects whether or not the specifications at the time of multitask execution are compared by comparing and collating with the specification data regarding the switching control, and the switching data that is the detection result of the detection unit 3 and the inspection result of the inspection unit 5. An output unit 6 that outputs inspection data, and an input unit that inputs new data regarding switching based on the output result of the output unit 6 It consists of.

【0014】図2は、本発明の一実施例であるマルチタ
スキングソフトウェアの検査装置の検査フローチャート
である。図2のフローチャートを参照して本マルチタス
キングソフトウェアの検査装置の動作について説明す
る。
FIG. 2 is an inspection flowchart of the inspection device for multitasking software according to an embodiment of the present invention. The operation of the inspection apparatus of the present multitasking software will be described with reference to the flowchart of FIG.

【0015】まず、マルチタスキングシステム1におい
て、複数のタスクで構成されるマルチタスクプログラム
を実行させる(ステップ21)。そして、マルチタスク
プログラムの実行と同時に、検出部3はスケジューラ2
の切替制御による切替を検出する(ステップ22)。こ
の検出は、タスク間の制御の全ての切替をスケジューラ
2が管理する命令を通してのみ行うことにし、検出部3
は、この命令が実行されたときに切替データを検出す
る。次に、検出部3によって検出した切替データを記憶
部4に記憶する(ステップ23)。そして、所定時間あ
るいは所定データごとにステップ21からステップ23
の動作を繰り返す。これにより、所定量の切替データが
記憶部4に記憶されることになる。
First, in the multitasking system 1, a multitask program including a plurality of tasks is executed (step 21). Then, at the same time as the execution of the multi-task program, the detection unit 3 causes the scheduler 2 to
The switching by the switching control is detected (step 22). This detection is performed by switching all the control between tasks only through an instruction managed by the scheduler 2.
Detects switch data when this instruction is executed. Next, the switching data detected by the detection unit 3 is stored in the storage unit 4 (step 23). Then, from step 21 to step 23 every predetermined time or every predetermined data.
Repeat the operation of. As a result, a predetermined amount of switching data is stored in the storage unit 4.

【0016】ここで、図3は、記憶部4に記憶される切
替データの一例を示す図である。図3のように、切替デ
ータは、スケジューラ2による切替制御による切替ごと
に、時間、切替先、切替が生じた要因により構成され
る。ここで、時間の単位は“ms”であり、切替先の
「S」は、スケジューラを意味し、「T1」 〜「T3」
はそれぞれタスクを意味する。また、要因の「E1」
は、マルチタスキングシステムの外部を意味する。この
ような、切替データが記憶部4に記憶される。
Here, FIG. 3 is a diagram showing an example of the switching data stored in the storage unit 4. As shown in FIG. 3, the switching data is composed of the time, the switching destination, and the factor causing the switching for each switching by the switching control by the scheduler 2. Here, the unit of time is "ms", the switching destination "S" means the scheduler, and "T1" to "T3".
Each means a task. Also, the factor "E1"
Means outside the multitasking system. Such switching data is stored in the storage unit 4.

【0017】次に、出力部6は、検出部3から送られて
きた切替データに基づき、タイミングチャートとして、
表示する(ステップ24)。そして、ステップ25にお
いて、検査を行う場合は、入力部7から切替制御に関す
る仕様データを検査部5に入力し(ステップ26)、検
査部5は、この仕様データと記憶部4に記憶されている
切替データとを比較・照合する検査を行い(ステップ2
7)、検査結果を検査データとして出力部6に送出し、
出力部6は、この検査データに基づき、検査結果を表示
する(ステップ24)。一方、ステップ25において、
検査を行わないと判断した場合は、本検査処理を終了す
る。
Next, the output section 6 produces a timing chart based on the switching data sent from the detection section 3.
Display (step 24). Then, in step 25, when the inspection is performed, the specification data regarding the switching control is input to the inspection part 5 from the input part 7 (step 26), and the inspection part 5 is stored in the specification data and the storage part 4. An inspection is performed to compare and collate with the switching data (step 2
7), the inspection result is sent to the output unit 6 as inspection data,
The output unit 6 displays the inspection result based on this inspection data (step 24). On the other hand, in step 25,
When it is determined that the inspection is not performed, this inspection process ends.

【0018】図4は、出力部6に表示されたタイミング
チャート表示の一例を示す図である。図4におけるタイ
ミングチャートは、横軸に“ms”単位の時間をとり、
縦軸にスケジューラおよびそれぞれのタスクの実行単位
を示している。例えば、実線46は、タスク「T1」 の
実行を表している。また、破線48は切替を示してい
る。また、▽印43は、システム外部Eからの要因によ
る切替発生を示し、△印44は、システム外部Eへの出
力を示している。さらに△印45は、その時間位置にお
ける切替要因を示し、△印45の時間位置における切替
要因は、矩形41内に示される。従って、図4における
△印45が指し示す切替要因は、タスク「T1」 により
起動されたことが示される。さらに、矩形42内に示さ
れる時間的制約の欄は、切替制御の仕様を示し、この仕
様に反する切替を行っている部分はタイミングチャート
40内に網掛け47として表示される。
FIG. 4 is a diagram showing an example of a timing chart display displayed on the output unit 6. In the timing chart of FIG. 4, the horizontal axis shows time in "ms" units,
The vertical axis shows the scheduler and the execution unit of each task. For example, solid line 46 represents the execution of task "T1". A broken line 48 indicates switching. Further, a ∇ mark 43 indicates switching occurrence due to a factor from the system external E, and a Δ mark 44 indicates output to the system external E. Further, the triangle mark 45 indicates the switching factor at the time position, and the switching factor at the time position of the triangle mark 45 is shown in the rectangle 41. Therefore, it is indicated that the switching factor indicated by the Δ mark 45 in FIG. 4 is activated by the task “T1”. Further, the time constraint column shown in the rectangle 42 indicates the specification of the switching control, and the portion performing the switching contrary to this specification is displayed in the timing chart 40 as a mesh 47.

【0019】ここで、入力部7から入力される仕様デー
タは、上述したように矩形42の「時間的制約」として
表示される。矩形42に示された「時間的制約」は、
「起動T1 周期 4ms 以内」であるが、これは、
「タスクT1 を4ms以内の周期で起動しなければなら
ない」という仕様を意味している。このほか、「時間的
制約」としては、「入力 E1 起動 T1 2ms
以上」すなわち、「システム外部E1 が入力されてから
T1 が起動されるまで、2ms以上必要である」ことを
示すもの、また「入力 E1 出力 E2 10ms
以下」すなわち、「システム外部E1 が入力されてから
システム外部E2 が出力されるまで、10ms以下」で
あることを示すものでもよい。すなわち、本実施例にお
いては、周期的な時間制約と事象間の時間制約を入力す
ることができるようになっている。もちろん、仕様デー
タは、上述した時間制約に限定されるものではない。
The specification data input from the input unit 7 is displayed as the "time constraint" of the rectangle 42 as described above. The "time constraint" shown in the rectangle 42 is
"Starting T1 cycle is within 4ms", but this is
It means the specification that "task T1 must be activated within a period of 4 ms". In addition, as the "time constraint", "input E1 start T1 2ms
Or more, that is, "it takes 2 ms or more from the input of external system E1 to the activation of T1", and "input E1 output E2 10ms
Or less, that is, "from the input of the system external E1 to the output of the system external E2 is 10 ms or less". That is, in this embodiment, it is possible to input a periodic time constraint and a time constraint between events. Of course, the specification data is not limited to the above time constraint.

【0020】なお、本実施例においては、検査部5によ
る検査は、入力部7から入力された仕様データに基づい
て検査を行うようにしているが、予め定められた仕様デ
ータにより、当初自動的に検査されるようにしてもよ
い。
In the present embodiment, the inspection by the inspection unit 5 is performed on the basis of the specification data input from the input unit 7. May be inspected.

【0021】このようにして、本実施例によれば、簡易
にしかも出力部7に表示されるタイミングチャートによ
り一目瞭然にマルチタスクプログラムの実行状況を把握
することができ、仕様に反する部分も容易に検出するこ
とができ、リアルタイム性を有したマルチタスキングソ
フトウェアの分析・設計を効率的に行うことができる。
As described above, according to the present embodiment, the execution status of the multitask program can be grasped easily and at a glance from the timing chart displayed on the output unit 7, and the portion that violates the specifications can be easily carried out. It is possible to detect and efficiently analyze / design multi-tasking software having real-time property.

【0022】[0022]

【発明の効果】以上説明したように、本発明は、複数の
タスクを有するマルチタスクプログラムをスケジューラ
により並行的に実行させる切替制御動作を検査するマル
チタスクプログラムの検査装置において、検出部が、前
記スケジューラの切替制御による切替を検出し、記憶部
が、前記検出部により検出された切替データを記憶し、
検査部が、前記記憶部に記憶されている切替データと入
力された切替制御に関する仕様データとを比較・照合し
てマルチタスクプログラムの実行動作が仕様を満足する
か否かを検査し、出力部が、前記検出部の検出結果およ
び前記検査部の検査結果を出力するようにしているの
で、リアルタイム性を要求され、実行を追うことが困難
なマルチタスキングソフトウェアの実行状況を分かりや
すく表示することができるという利点を有する。
As described above, according to the present invention, in the multitask program inspection device for inspecting the switching control operation for executing the multitask program having a plurality of tasks in parallel by the scheduler, Detecting the switching by the switching control of the scheduler, the storage unit stores the switching data detected by the detection unit,
An inspection unit compares and collates the switching data stored in the storage unit with the input specification data relating to the switching control, and inspects whether the execution operation of the multitask program satisfies the specifications, and the output unit However, since the detection result of the detection unit and the inspection result of the inspection unit are output, it is necessary to display the execution status of the multitasking software, which requires real-time processing and is difficult to follow. It has the advantage that

【0023】また、タイミング等の時間的制約に対し
て、仕様に反する部分の検査結果を容易に検出すること
ができるという利点を有する。
Further, there is an advantage that it is possible to easily detect the inspection result of the part that violates the specifications against the time constraint such as timing.

【0024】さらに、この検査結果に基づいて、マルチ
タスキングソフトウェアの問題点を容易に探求すること
ができるという利点を有する。
Further, there is an advantage that problems of the multitasking software can be easily searched based on the inspection result.

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

【図1】本発明の一実施例であるマルチタスキングソフ
トウェアの検査装置の構成ブロック図。
FIG. 1 is a block diagram showing the configuration of an inspection apparatus for multitasking software according to an embodiment of the present invention.

【図2】本発明の一実施例であるマルチタスキングソフ
トウェアの検査装置の検査フローチャート。
FIG. 2 is an inspection flowchart of an inspection device for multitasking software according to an embodiment of the present invention.

【図3】記憶部4に記憶される切替データの一例を示す
図。
FIG. 3 is a diagram showing an example of switching data stored in a storage unit 4.

【図4】出力部6に表示されたタイミングチャート表示
の一例を示す図。
FIG. 4 is a diagram showing an example of a timing chart display displayed on an output unit 6.

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

1 マルチタスキングシステム 2 スケジューラ 3 検査部 4 記録部 5 検査部 6 出力部 7 入力部 1 multi-tasking system 2 scheduler 3 inspection unit 4 recording unit 5 inspection unit 6 output unit 7 input unit

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】複数のタスクを有するマルチタスクプログ
ラムをスケジューラにより並行的に実行させる切替制御
動作を検査するマルチタスキングソフトウェアの検査装
置において、 前記スケジューラの切替制御による切替を検出する検出
部と、 前記検出部により検出された切替データを記憶する記憶
部と、 前記記憶部に記憶されている切替データと入力された切
替制御に関する仕様データとを比較・照合してマルチタ
スクプログラムの実行動作が仕様を満足するか否かを検
査する検査部と、 前記検出部の検出結果および前記検査部の検査結果を出
力する出力部とを具備したことを特徴とするマルチタス
キングソフトウェアの検査装置。
1. A multitasking software inspection device for inspecting a switching control operation in which a scheduler executes a multitask program having a plurality of tasks in parallel, and a detection unit for detecting switching by the switching control of the scheduler. The storage unit that stores the switching data detected by the detection unit and the switching data stored in the storage unit are compared and collated with the input specification data relating to the switching control, and the execution operation of the multitask program is specified. An inspection device for multi-tasking software, comprising: an inspection unit that inspects whether or not the above is satisfied; and an output unit that outputs the detection result of the detection unit and the inspection result of the inspection unit.
JP4155293A 1992-06-15 1992-06-15 Inspector for multitasking software Pending JPH05346861A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4155293A JPH05346861A (en) 1992-06-15 1992-06-15 Inspector for multitasking software

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4155293A JPH05346861A (en) 1992-06-15 1992-06-15 Inspector for multitasking software

Publications (1)

Publication Number Publication Date
JPH05346861A true JPH05346861A (en) 1993-12-27

Family

ID=15602731

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4155293A Pending JPH05346861A (en) 1992-06-15 1992-06-15 Inspector for multitasking software

Country Status (1)

Country Link
JP (1) JPH05346861A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8495652B2 (en) 2008-02-22 2013-07-23 Nec Corporation IT system behavior measurement and analysis system and method thereof

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8495652B2 (en) 2008-02-22 2013-07-23 Nec Corporation IT system behavior measurement and analysis system and method thereof

Similar Documents

Publication Publication Date Title
JPH06139107A (en) Brake address detecting circuit
US7574697B2 (en) Testing parallel applications using code instrumentation
US8972784B2 (en) Method and device for testing a system comprising at least a plurality of software units that can be executed simultaneously
KR20110080073A (en) Coverage apparatus and method for testing multi-thread environment
JPH05346861A (en) Inspector for multitasking software
US20190213108A1 (en) Method that supports multithreading/concurrent programming debugging, computer readable recording medium and computer program product
JP2005215816A (en) Performance profiling method using hardware monitor
JPH11242614A (en) Device and method for real-time verification for parallel programs
JPS6020248A (en) Period processing system
JP2004185345A (en) Debug method and system
KR101623564B1 (en) Coverage apparatus and method for testing multi-thread environment
JP2018151803A (en) Inspection device of computer program, and on-vehicle device for inspecting computer program for vehicle control
JPH05298204A (en) Test circut for input/output processor
JPH10289129A (en) Task scheduler for debugging
JP2006202102A (en) Simulation apparatus
JPH0431933A (en) Source program analyzing device
JPH02272947A (en) Fault monitoring system
JPH06161823A (en) Logic simulation/job scheduling system
JPH04256036A (en) Program analysis system
JPH07248810A (en) Numerical controller
JPH0471042A (en) Test supporting system based upon execution trace
JPS62139050A (en) Instruction test system by control of maintenance and diagnosis processor
JPH06250889A (en) Fault processing system in data processing system
JPH0721036A (en) Multitask system testing device
JP2004151846A (en) Runaway detection device