JPH01274545A - Multi-layer tracer - Google Patents

Multi-layer tracer

Info

Publication number
JPH01274545A
JPH01274545A JP63102589A JP10258988A JPH01274545A JP H01274545 A JPH01274545 A JP H01274545A JP 63102589 A JP63102589 A JP 63102589A JP 10258988 A JP10258988 A JP 10258988A JP H01274545 A JPH01274545 A JP H01274545A
Authority
JP
Japan
Prior art keywords
information
layer
trace information
trace
section
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.)
Granted
Application number
JP63102589A
Other languages
Japanese (ja)
Other versions
JP2578471B2 (en
Inventor
Nobuo Shigeta
信夫 重田
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP63102589A priority Critical patent/JP2578471B2/en
Publication of JPH01274545A publication Critical patent/JPH01274545A/en
Application granted granted Critical
Publication of JP2578471B2 publication Critical patent/JP2578471B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Abstract

PURPOSE:To simplify the information collecting device and to add an added value to trace information by classifying each layer collection information by each layer based on an identification header and editing and outputting the relation of correspondence of a protocol command between the layers in time series. CONSTITUTION:The trace information collection section (sensor section) of each layer is operated independently, the trace information is extracted and informed to a storage section 2. The information storage section (monitor section) 2 stores the trace information from each layer definitely in time series order. A common header addition section 2-1 adds a common header to the collected information and a temporary storage section 2-2 stores the information temporarily and outputs the result to a trace information storage file 3. An edit output section 4 edits the trace information to output it and displays or lists up (5) it.

Description

【発明の詳細な説明】 〔産業上の利用分野] 本発明は、階層化された通信プロトコル処理ソフトウェ
アにおいて、各階層で収集するトレース情報を統合的に
収集し編集出力するマルチ・レイヤ・トレーサに関する
[Detailed Description of the Invention] [Field of Industrial Application] The present invention relates to a multi-layer tracer that integrally collects, edits and outputs trace information collected at each layer in layered communication protocol processing software. .

〔従来の技術〕[Conventional technology]

従来の通信プロトコル処理ソフトウェアにおけるトレー
サは概ね以下の二種類である。
Tracers in conventional communication protocol processing software are generally of the following two types.

(イ)単一レイヤでのトレーサであり、単一のレイヤ(
通常はソフトウェアでのサポート範囲の最下位レイヤ等
)を通過する電文をトレースするもの。
(b) It is a single layer tracer, and a single layer (
It traces messages that pass through the lowest layer (usually the lowest layer supported by software).

(ロ)各レイヤでの個別トレーサであり、各レイヤで個
別のトレーサを独立に動作させるもの。
(b) An individual tracer in each layer, which operates independently in each layer.

上記(イ)の目的はプロトコル処理の記録よりもオンラ
イン・システムの動作記録(交信記録)であり、性能上
のオーバーヘッドも比較的小さいためオンライン中に常
時収集するトレーサとして利用されることが多い。
The purpose of (a) above is to record online system operations (communication records) rather than to record protocol processing, and because the overhead in terms of performance is relatively small, it is often used as a tracer that is constantly collected while online.

上記(ロ)の目的はプロトコル処理動作そのものの記録
を目的とし、プロトコル処理ソフトウェアの試験および
検査に利用されることが多い。
The purpose of (b) above is to record the protocol processing operation itself, and is often used for testing and inspection of protocol processing software.

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

上記従来の方式においては、(イ)、(ロ)に対してそ
れぞれ次のような問題点がある。
The conventional methods described above have the following problems with respect to (a) and (b), respectively.

(イ):上記の目的に対して使用される限り特に問題は
ないが、プロトコル解析や性能問題の解析を目的とした
場合、以下の問題がある。
(B): There are no particular problems as long as it is used for the above purpose, but if it is used for the purpose of protocol analysis or performance problem analysis, there are the following problems.

■上位レイヤの動作はトレース情報に含まれるサービス
・データ・ユニット中の上位レイヤのヘッダ情報により
推定するほかない、■レイヤ間でのセグメンティング、
アセンブリングがある場合、上位レイヤのプロトコル検
証(解析)には高度な技、術が必要となる。
■The operation of the upper layer can only be estimated from the header information of the upper layer in the service data unit included in the trace information, ■Segmenting between layers,
If assembly is involved, advanced technology is required for upper layer protocol verification (analysis).

(ロ)二個側に作成/使用されるため、以下の問題があ
る。
(b) Since it is created/used on two sides, there are the following problems.

■情報収集機構として類似機能ソフトウェアを各レイヤ
で重複開発する可能性がある。
■There is a possibility that software with similar functions will be redundantly developed in each layer as an information gathering mechanism.

■収集情報に共通的な識別情報がなく、レイヤ間で統合
的な編集出力が困難となる。
■There is no common identification information in the collected information, making integrated editing output difficult between layers.

■各しイヤでのトレース・イベント発生時刻がタイマ精
度以下となる場合、単に収集時刻を記録するだけではト
レース情報の順序性が保証できない。このためレイヤ間
での処理タイミングの解析、各プロトコル処理の待ち時
間の測定には使用困難な場合がある。
■If the time at which each trace event occurs is less than the timer accuracy, the order of the trace information cannot be guaranteed by simply recording the collection time. Therefore, it may be difficult to use for analyzing processing timing between layers and measuring the waiting time of each protocol process.

本発明の目的は、上記問題点を解決することのできるマ
ルチ・レイヤ・トレーサを提供することにある。
An object of the present invention is to provide a multi-layer tracer that can solve the above problems.

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

本発明は、マルチ・レイヤ・トレーサにおいて、以下の
機構を設置することにより問題の解決を図る。
The present invention attempts to solve the problem by installing the following mechanism in a multi-layer tracer.

■ 通信プロトコル処理ソフトウェアの各階層のトレー
ス情報収集部(センサ部)において、必要な情報を収集
し、収集レイヤ情報と共にトレース情報集積部(モニタ
部)に通知する機構。
■ A mechanism for collecting necessary information in the trace information collection unit (sensor unit) of each layer of communication protocol processing software and notifying the trace information accumulation unit (monitor unit) along with the collected layer information.

■ 各レイヤのセンサ部からの処理依鎖に基づき、収集
レイヤ識別情報と収集時刻情報から構成される識別ヘッ
ダ(トレース情報共通ヘッダ)を作成し、トレース・デ
ータに付与する機構。
■ A mechanism that creates an identification header (trace information common header) consisting of collection layer identification information and collection time information based on processing dependencies from the sensor unit of each layer, and adds it to trace data.

■ トレース情報共通ヘッダを付与された情報を1つの
FIFOの出力キュー(たとえばファイル10バツフア
)に入れ、−時的に保存する機構。
(2) A mechanism for putting information attached with a trace information common header into one FIFO output queue (for example, file 10 buffer) and saving it temporarily.

■ 出力キューに保存した情報を適当なタイミング(た
とえばファイル10バツフアの満杯時)でトレース情報
蓄積ファイルへ出力する機構。
■ A mechanism that outputs the information stored in the output queue to the trace information storage file at an appropriate timing (for example, when the file 10 buffer is full).

■ ファイルに出力された各レイヤの収集情報を共通ヘ
ッダに基づいて階層間関係を時系列的に編集出力する機
構。
■ A mechanism that edits and outputs the collected information of each layer output to a file in a time-series manner based on the common header.

〔作用〕[Effect]

本発明にかかるトレーサは、階層構成を有する通信プロ
トコル処理ソフトウェアにおいて、ソフトウェアの試験
時におけるプロトコル処理結果の確認、通常運用時の走
行状況の記録(ロギング)等のために、通信処理の結果
および処理時刻を記録するためのトレーサであるが、複
数のプロトコル階層(レイヤ)の情報収集部(センサ部
)において、プロトコル処理情報(プロトコル制御情報
[PCI]とサービス・データ・ユニッ) [SDU]
の一部を含む)をトレース情報として収集し、各収集部
からの情報に共通形式の識別ヘッダ(情報収集レイヤ、
情報収集時刻の情報を含む)を付加し、単一の情報キュ
ーイング機構(バッファ)に集め、ファイルへの出力を
行い、各レイヤの収集情報を識別ヘッダに基づいて階層
毎に分類し、階層間でのプロトコル・コマンドの対応関
係を時系列的に編集して出力することにより、情報収集
機構を簡素化すると共に、トレース情報に付加価値を付
けることを可能にする。
The tracer according to the present invention is used in communication protocol processing software having a hierarchical structure to check the results of communication processing and processing for checking the protocol processing results during software testing, recording (logging) of driving conditions during normal operation, etc. Although it is a tracer for recording time, the information collection unit (sensor unit) of multiple protocol layers (layers) collects protocol processing information (protocol control information [PCI] and service data unit) [SDU].
) is collected as trace information, and a common format identification header (information collection layer,
(including information on the information collection time), collects it in a single information queuing mechanism (buffer), outputs it to a file, classifies the collected information of each layer by layer based on the identification header, and By editing and outputting the correspondence between protocols and commands in chronological order, it is possible to simplify the information collection mechanism and add value to trace information.

〔実施例〕〔Example〕

以下、本発明の一実施例について図面により説明する。 An embodiment of the present invention will be described below with reference to the drawings.

第1図は本発明の一実施例の概要説明図である。FIG. 1 is a schematic explanatory diagram of an embodiment of the present invention.

図の左は階層構成を有する通信プロトコル処理ソフトウ
ェアの階層を表現している。本発明の主要機能はトレー
ス情報収集部1、トレース情報集積部2および編集出力
部4で実現される。トレース結果はトレース情報蓄積フ
ァイル3および出力表示またはりスト5に出力される。
The left side of the figure represents the hierarchy of communication protocol processing software having a hierarchical structure. The main functions of the present invention are realized by a trace information collection section 1, a trace information accumulation section 2, and an editing output section 4. The trace results are output to the trace information storage file 3 and the output display or list 5.

以下に各機能を説明する。Each function will be explained below.

各レイヤには、トレース情報収集部(センサ部)1があ
り、それぞれのレイヤで独立に動作し、トレース情報を
抽出し、集積部2へ通知する。情報集積部(モニタ部)
2はシステムに一つだけ存在し、各レイヤからのトレー
ス情報を一元的に時系列順に集積する。(2−1)は収
集情報に共通ヘッダを付加する部分であり、(2−2)
は情報を一時的に蓄積するバッファ・キューであり、ト
レース情報蓄積ファイル3への出力を行う。トレース情
報蓄積ファイル3は本機構の中間出力である。
Each layer has a trace information collection unit (sensor unit) 1 that operates independently in each layer, extracts trace information, and reports it to the accumulation unit 2. Information accumulation section (monitor section)
Only one layer 2 exists in the system, and it centrally accumulates trace information from each layer in chronological order. (2-1) is the part that adds a common header to the collected information, and (2-2)
is a buffer queue that temporarily stores information, and outputs it to the trace information storage file 3. The trace information accumulation file 3 is an intermediate output of this mechanism.

4はトレース情報の編集出力を行う編集出力部であり、
通常はオンライン処理とは別個に(オフライン処理また
はオンラインのバックグラウンド処理として)動作し、
トレース情報蓄積ファイル3を入力として情報を視覚化
(デイスプレィへ表示または印刷出力)する。5はトレ
ース情報の編集結果であり、本機構の最終出力である。
4 is an editing output unit that edits and outputs trace information;
Usually operates separately from online processing (either as offline processing or online background processing);
The trace information accumulation file 3 is input and the information is visualized (displayed on a display or printed out). 5 is the editing result of the trace information, which is the final output of this mechanism.

次に本発明の一実施例としてのマルチ・レイヤ・トレー
サの一つの具体例である第2図およびその動作説明図で
ある第3図により動作を説明する。
Next, the operation will be explained with reference to FIG. 2, which is a specific example of a multi-layer tracer as an embodiment of the present invention, and FIG. 3, which is an explanatory diagram of its operation.

第2図の左は3階層(A、B、C)からなるプロトコル
処理部を想定する。AレイヤではAレイヤ・プロトコル
の処理(ヘッダの付加/削除およびサービス・プリミテ
ィブの実現)が行われる。
The left side of FIG. 2 assumes a protocol processing unit consisting of three layers (A, B, and C). In the A layer, processing of the A layer protocol (header addition/deletion and implementation of service primitives) is performed.

ここでのトレース情報としてAレイヤでのプロトコル・
ヘッダ(コマンド種別とアドレス情報等)、データ内容
の一部(または全部)を収集する。
The trace information here is the protocol in the A layer.
Collect some (or all) of the header (command type and address information, etc.) and data content.

Bレイヤ、Cレイヤでも同様にトレース情報を収集する
が、各センサ部の動作は独立であり、モニタ部とのみ関
連を持つ。
Trace information is similarly collected in the B layer and the C layer, but each sensor section operates independently and is related only to the monitor section.

各センサ部(1−A)、 (1−B)、 (1−C)で
収集されたトレース情報は情報集積部(2:モニタ部)
ヘレイヤ識別情報と共に送られる。共通ヘッダ付加部(
2−1)において時刻情報を含んだ共通ヘッダを付加し
、−時蓄積部(2−2)において発生順序に従ってバッ
ファへキューイングする。キューイングされたトレース
情報は一定量に達した時点に蓄積ファイル3へ出力する
The trace information collected by each sensor section (1-A), (1-B), (1-C) is sent to the information accumulation section (2: monitor section).
Sent with Helayer identification information. Common header addition section (
In step 2-1), a common header containing time information is added, and in the time storage section (2-2), the data is queued in a buffer in the order of occurrence. The queued trace information is output to the storage file 3 when it reaches a certain amount.

トレース情報は通常、オンライン処理中に一定時間にわ
たり収集される。ファイルに蓄積されたトレース情報は
第3図の編集出力部4にてオフライン処理等において編
集される。
Trace information is typically collected over a period of time during online processing. The trace information accumulated in the file is edited by the editing output unit 4 shown in FIG. 3 in offline processing or the like.

編集出力部4での編集は基本機能として、■時刻情報と
格納順序に基づいた時系列順にソーティング、 ■レイヤ識別情報に基づいたレイヤ毎の分離、■コマン
ド種別の抽出と解析、 ■収集データ内容の表示、 を行う。また必要に応じて、 ■時刻範囲の指定、 ■特定キー(コネクション情報、アドレス情報等)の指
定、 等による編集も組み込み可能とする。5は出力表示また
はリストである。
The basic editing functions of the editing output unit 4 are: ■ Sorting in chronological order based on time information and storage order, ■ Separation of each layer based on layer identification information, ■ Extraction and analysis of command type, ■ Contents of collected data. display, perform . Additionally, if necessary, it is also possible to incorporate editing by ■ specifying a time range, ■ specifying a specific key (connection information, address information, etc.), etc. 5 is an output display or list.

第4図にはトレース情報の編集出力の一例を示したので
参照されたい。
Please refer to FIG. 4, which shows an example of the edited output of trace information.

〔発明の効果〕〔Effect of the invention〕

本発明の効果として次のことを期待できる。 The following effects can be expected from the present invention.

■ システム−意のモニタ部でトレース情報を収集する
ため、情報収集機能が局所化でき、類似機能の重複を防
止できる。
■ Since trace information is collected at the system monitor, the information collection function can be localized and duplication of similar functions can be prevented.

■ システム−意のキューに一時的に蓄積してファイル
出力するため、時刻情報だけでは区別できないタイミン
グでも、処理順序が正確に保存できる。このため、プロ
トコル上のすれ違い現象やタスク・ディスバッチの遅れ
といった微妙なタイミング状況を記録でき、プロコトル
上の異常処理や性能問題(スループットの低下、レスポ
ンス・タイムの悪化等)の解析に有効に使用できる。
■ System - Because data is temporarily stored in a queue and output to a file, the processing order can be accurately saved even at times that cannot be distinguished based on time information alone. As a result, subtle timing situations such as protocol mismatches and task dispatch delays can be recorded, which can be effectively used to analyze protocol abnormalities and performance problems (low throughput, worsening response time, etc.) can.

■ 各レイヤで収集するため、セグメンティング/アセ
ンブリングといった処理によるレイヤ間のコマンドの対
応関係が1:n(あるレイヤの1コマンドが他レイヤの
nコマンドに対応)となる様な場合にも、プロトコルの
解析が容易にできる。
■ Because it is collected in each layer, even if the correspondence between commands between layers is 1:n (one command in one layer corresponds to n commands in another layer) due to processing such as segmenting/assembly, Protocol analysis is easy.

■ 各レイヤの収集情報に共通ヘッダを付与することに
より、レイヤ間動作に着目、特定レイヤのみに着目、特
定の時刻範囲にのみ着目といった各種の編集要求に応え
られる。
- By adding a common header to the collected information of each layer, it is possible to meet various editing requests such as focusing on inter-layer operations, focusing only on a specific layer, and focusing only on a specific time range.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の一実施例の概要説明図、第2図は本発
明の一実施例の実現方式説明図、第3図はその動作説明
図、第4図は編集出力の一例であるプロトコル・トレー
ス情報編集出力例の説明図、である。 符号の説明 1・・・トレース情報収集部(センサ部)、1−A・・
・Aレイヤでのセンサ部、1−B・・・Bレイヤでのセ
ンサ部、1−C・・・Cレイヤでのセンサ部、2・・・
トレース情報集積部(モニタ部)、2−1・・・トレー
ス情報共通ヘッダ作成/付与部、2−2・・・トレース
情報−時保存/ファイル出力部、3・・・トレース情報
蓄積ファイル、4・・・トレース情報編集部、5・・・
トレース情報編集出力表示またはリスト管1図 P −27只−
Fig. 1 is a schematic explanatory diagram of an embodiment of the present invention, Fig. 2 is an explanatory diagram of an implementation method of an embodiment of the present invention, Fig. 3 is an explanatory diagram of its operation, and Fig. 4 is an example of edited output. FIG. 3 is an explanatory diagram of an example of protocol trace information editing output. Explanation of symbols 1...Trace information collection unit (sensor unit), 1-A...
・Sensor part in A layer, 1-B...sensor part in B layer, 1-C...sensor part in C layer, 2...
Trace information accumulation unit (monitor unit), 2-1...Trace information common header creation/addition unit, 2-2...Trace information-time storage/file output unit, 3...Trace information accumulation file, 4 ...Trace Information Editorial Department, 5...
Trace information editing output display or list tube 1 diagram P -27 pieces-

Claims (1)

【特許請求の範囲】 1)階層構成を為す通信プロトコル処理ソフトウェアの
試験時におけるプロトコル処理の結果および処理時刻を
記録するためのマルチ・レイヤ・トレーサにおいて、 a)前記通信プロトコル処理ソフトウェアを構成する複
数のプロトコル層の各々毎に設けられ、それぞれの階層
のプロトコル処理情報をトレース情報として収集するト
レース情報収集手段と、 b)前記各トレース情報収集手段からのトレース情報を
入力され、それらに収集階層識別情報と収集時刻情報か
ら構成される共通形式の識別ヘッダを付加し、一次蓄積
してから収集情報として出力するトレース情報集積手段
と、 c)前記トレース情報集積手段からの収集情報を入力さ
れ、識別ヘッダに基づき該収集情報を階層毎に分類し、
階層間でのプロトコル・コマンドの対応関係を時系列的
に編集出力する編集出力手段と、 を具備して成ることを特徴とするマルチ・レイヤ・トレ
ーサ。
[Scope of Claims] 1) A multi-layer tracer for recording the results and processing times of protocol processing during testing of communication protocol processing software having a hierarchical configuration, comprising: a) a plurality of tracers forming the communication protocol processing software; a) trace information collection means provided for each of the protocol layers and collecting protocol processing information of each layer as trace information; b) trace information from each of the trace information collection means is input, and a collection layer identification is applied to them; trace information accumulation means that adds an identification header in a common format consisting of information and collection time information, temporarily stores the information, and then outputs it as collected information; c) receives the collected information from the trace information accumulation means and performs identification Classify the collected information into layers based on the header,
A multi-layer tracer comprising: editing and outputting means for editing and outputting the correspondence of protocols and commands between layers in chronological order;
JP63102589A 1988-04-27 1988-04-27 Multi-layer tracer Expired - Lifetime JP2578471B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63102589A JP2578471B2 (en) 1988-04-27 1988-04-27 Multi-layer tracer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63102589A JP2578471B2 (en) 1988-04-27 1988-04-27 Multi-layer tracer

Publications (2)

Publication Number Publication Date
JPH01274545A true JPH01274545A (en) 1989-11-02
JP2578471B2 JP2578471B2 (en) 1997-02-05

Family

ID=14331418

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63102589A Expired - Lifetime JP2578471B2 (en) 1988-04-27 1988-04-27 Multi-layer tracer

Country Status (1)

Country Link
JP (1) JP2578471B2 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04172044A (en) * 1990-11-05 1992-06-19 Toshiba Corp Hierachical trace system
US6263444B1 (en) 1997-03-11 2001-07-17 National Aerospace Laboratory Of Science & Technology Agency Network unauthorized access analysis method, network unauthorized access analysis apparatus utilizing the method, and computer-readable recording medium having network unauthorized access analysis program recorded thereon
JP2006211609A (en) * 2005-01-31 2006-08-10 Japan Aerospace Exploration Agency Communication state transition monitoring method and communication state transition monitoring apparatus utilizing the same
JP2013192140A (en) * 2012-03-15 2013-09-26 Anritsu Corp Test system, test method and test device
JP2014063323A (en) * 2012-09-20 2014-04-10 Anritsu Corp Test device and test method
WO2014115264A1 (en) * 2013-01-23 2014-07-31 富士通株式会社 Trace method, program, and information processing apparatus

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04172044A (en) * 1990-11-05 1992-06-19 Toshiba Corp Hierachical trace system
US6263444B1 (en) 1997-03-11 2001-07-17 National Aerospace Laboratory Of Science & Technology Agency Network unauthorized access analysis method, network unauthorized access analysis apparatus utilizing the method, and computer-readable recording medium having network unauthorized access analysis program recorded thereon
JP2006211609A (en) * 2005-01-31 2006-08-10 Japan Aerospace Exploration Agency Communication state transition monitoring method and communication state transition monitoring apparatus utilizing the same
JP2013192140A (en) * 2012-03-15 2013-09-26 Anritsu Corp Test system, test method and test device
JP2014063323A (en) * 2012-09-20 2014-04-10 Anritsu Corp Test device and test method
WO2014115264A1 (en) * 2013-01-23 2014-07-31 富士通株式会社 Trace method, program, and information processing apparatus

Also Published As

Publication number Publication date
JP2578471B2 (en) 1997-02-05

Similar Documents

Publication Publication Date Title
CN103716690A (en) Multimedia live broadcast whistle-blowing method, terminal, server and system
GB2521364A (en) Recording GUI data
JPH01274545A (en) Multi-layer tracer
WO2012012905A1 (en) Systems and methods of rapid business discovery and transformation of business processes
JPH04257035A (en) Fault information processing system under virtual computer system
JPH11296480A (en) Remote fault monitoring system
JPH10333943A (en) Method and device for processing trace log of computer system
CN105095047B (en) A kind of operating system monitoring method and device for extracting first floor system behavioural characteristic
JP2002351702A (en) Method and device for preparing terminal operation statistical data utilizing online
JP5918211B2 (en) Movement information processing apparatus, movement information display apparatus, movement information display method, and movement information management system
CN111208993B (en) Flow data analysis processing system
JP2001344006A (en) Device and method for manufacture controlling, and program
JPS63146138A (en) Automatic diagnosing device for operating condition of computer system
JPS63303479A (en) Outputting device for change of plant monitoring state
CN117614871A (en) Method, device, equipment and medium for detecting flow velocity difference of main and standby environments
JPH0319156B2 (en)
CN113900902A (en) Log processing method and device, electronic equipment and storage medium
KR950003965A (en) Development and Monitoring of Graphic Screen for Centralized Monitoring of Signaling Network
JPH0390947A (en) External storage error control system
JPH04151744A (en) Automatic evaluating system for machine performance
JPH0453659A (en) Method and device for production control
JPH08212107A (en) Quality managing system for software development
JPH03102555A (en) Tracing system for host connecting mechanism
JP2003306276A (en) Automatic remote inspection report preparation system
JPH0291739A (en) Editing and output system for performance monitoring information of computer system

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20071107

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20081107

Year of fee payment: 12

EXPY Cancellation because of completion of term
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081107

Year of fee payment: 12