JPH07118731B2 - Communication data trace device - Google Patents

Communication data trace device

Info

Publication number
JPH07118731B2
JPH07118731B2 JP2072322A JP7232290A JPH07118731B2 JP H07118731 B2 JPH07118731 B2 JP H07118731B2 JP 2072322 A JP2072322 A JP 2072322A JP 7232290 A JP7232290 A JP 7232290A JP H07118731 B2 JPH07118731 B2 JP H07118731B2
Authority
JP
Japan
Prior art keywords
control unit
trace
state
factor
data
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
JP2072322A
Other languages
Japanese (ja)
Other versions
JPH03272250A (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 JP2072322A priority Critical patent/JPH07118731B2/en
Publication of JPH03272250A publication Critical patent/JPH03272250A/en
Publication of JPH07118731B2 publication Critical patent/JPH07118731B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Computer And Data Communications (AREA)
  • Maintenance And Management Of Digital Transmission (AREA)

Description

【発明の詳細な説明】 〔概 要〕 通信機能を有する端末装置に用いられる通信データトレ
ース装置に関し、 プロトコル異常時の原因究明に最小限必要なトレースデ
ータのみを記録することによってトレースバッファのメ
モリ容量を低減することを目的とし、 回線制御部と、記録部と、ステータス制御部と、イベン
ト制御部と、トレース制御部と、トレースバッファと、
プロトコル制御部とを備え、回線制御部は外部データを
検知し、記録部は端末装置のプロトコル制御手順を示す
状態遷移マトリクスの状態番号、要因番号および該状態
番号と要因番号により指定される指示情報とを格納し、
ステータス制御部は該端末装置の最新の状態を対応する
状態番号で示し、イベント制御部は該外部データに対応
する処理要因を対応する要因番号で示し、トレース制御
部は該状態番号と要因番号を該プロトコル制御部から受
け取り、トレースバッファは該トレース制御部から送ら
れた該状態番号と要因番号を記録し、該プロトコル制御
部は、該ステータス制御部から端末装置の最新の状態に
対応する状態番号を読み出すとともに、該イベント制御
部から該外部データに対応する要因番号を読み出し、つ
いで該状態番号と要因番号により該記録部をアクセスし
て該当する指示情報を読み出し該指示情報に従った処理
を行ない、かつ上記状態番号と要因番号を該トレース制
御部を介して該トレースバッファに記録するように構成
する。
DETAILED DESCRIPTION [Overview] A communication data trace device used for a terminal device having a communication function, in which a trace buffer memory capacity is recorded by recording only trace data that is minimally necessary for investigating the cause when a protocol error occurs. The purpose is to reduce the line control unit, the recording unit, the status control unit, the event control unit, the trace control unit, the trace buffer,
The line control unit includes a protocol control unit, the line control unit detects external data, and the recording unit includes a state number of a state transition matrix indicating a protocol control procedure of a terminal device, a factor number, and instruction information designated by the state number and the factor number. Store and
The status control unit indicates the latest state of the terminal device by the corresponding state number, the event control unit indicates the processing factor corresponding to the external data by the corresponding factor number, and the trace control unit indicates the state number and the factor number. Received from the protocol control unit, the trace buffer records the state number and the factor number sent from the trace control unit, and the protocol control unit sends the state number corresponding to the latest state of the terminal device from the status control unit. Read the cause number corresponding to the external data from the event control unit, then access the recording unit according to the state number and the cause number, read the corresponding instruction information, and perform the processing according to the instruction information. Moreover, the state number and the factor number are recorded in the trace buffer via the trace control unit.

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

本発明は、通信データトレース装置に関する。 The present invention relates to a communication data trace device.

近年、データ通信システムの高機能化、サービスの多様
化の要請によりそのネットワークを構成するホストコン
ピュータ、通信網、端末装置のシステム設計が複雑化し
ている。そして端末装置、特に自動取引装置(ATM、CD
等)では通信機能の充実とともに高信頼化が要求されて
いる。このような要求を満たす機能の一つである通信デ
ータをトレースする機能は、プロトコル異常が発生した
際にその原因の早期究明に不可決であり、その充実が望
まれている。
2. Description of the Related Art In recent years, the system design of host computers, communication networks, and terminal devices that compose the network has become complicated due to the demand for higher functionality of data communication systems and diversification of services. And terminal equipment, especially automatic transaction equipment (ATM, CD
Etc., there is a demand for higher reliability as well as enhanced communication functions. The function of tracing communication data, which is one of the functions satisfying such a demand, is inevitable for early investigation of the cause when a protocol abnormality occurs, and its enhancement is desired.

〔従来の技術〕[Conventional technology]

従来の通信データトレース方法では、通信回線上に現れ
たトレースデータをすべて記録する方法を用いていた。
従って、端末装置内にはトレースデータを記録するため
の大容量のトレースバッファが必要となる。トレースバ
ッファのメモリ容量が大きくすることができない場合に
は、いったん小さい容量のトレースバッファに記録した
トレースデータをフロッピイデスクあるいはハードディ
スク等の外部記録媒体に記録していた。
In the conventional communication data tracing method, a method of recording all the trace data appearing on the communication line was used.
Therefore, a large capacity trace buffer for recording trace data is required in the terminal device. If the memory capacity of the trace buffer cannot be increased, the trace data once recorded in the trace buffer having a small capacity is recorded in an external recording medium such as a floppy disk or a hard disk.

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

以上のように、全てのトレースデータを記録する方法で
は、大容量のトレースバッファが必要となり、低価格を
要求される端末装置には用いることができない。また、
外部記録媒体にトレースデータを記録する方法において
もフロッピイディスクドライバあるいはハードディスク
ドライバが必要であって、端末装置の小型・低価格化が
困難となるばかりでなく、このメモリを管理するための
ソフトウェアが必要であり、端末装置の通信制御機能を
より複雑化させて、その全体の性能を低下させる原因と
もなる。
As described above, the method of recording all trace data requires a large-capacity trace buffer and cannot be used for a terminal device that requires a low price. Also,
The method of recording the trace data in the external recording medium also requires the floppy disk driver or the hard disk driver, which makes it difficult to reduce the size and cost of the terminal device, and the software for managing this memory is required. It is necessary, and it complicates the communication control function of the terminal device, and causes a decrease in the overall performance.

しかしながら、全てのデータがプロトコル異常の原因究
明に必要となるわけではない。たとえば、数十〜数百バ
イトにも及ぶ長い電文の送信を行う場合、この電文の内
容の全てが必要となるものではなく、電文の処理が行わ
れたことが記録されていれば足りることが多い。また、
通信回線上には、対象となる端末装置とは無関係のデー
タが現れる場合があり、このようなデータはプロトコル
異常の原因究明に役立たないことが多い。
However, not all data is needed to investigate the cause of protocol anomalies. For example, when sending a long message of several tens to hundreds of bytes, not all the contents of this message are needed, but it is sufficient if the record that the message is processed is recorded. Many. Also,
Data unrelated to the target terminal device may appear on the communication line, and such data is often not useful for investigating the cause of the protocol abnormality.

そこで本発明は、プロトコル異常時の原因究明に最小限
必要なトレースデータのみを記録することによってトレ
ースバッファのメモリ容量を低減することを目的とす
る。
Therefore, an object of the present invention is to reduce the memory capacity of the trace buffer by recording only the trace data that is minimally necessary for investigating the cause when a protocol is abnormal.

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

上記課題の解決は、回線制御部と、記録部と、ステータ
ス制御部と、イベント制御部と、トレース制御部と、ト
レースバッファと、プロトコル制御部とを備え、回線制
御部は外部データを検知し、記録部は端末装置のプロト
コル制御手順を示す状態遷移マトリクスの状態番号、要
因番号および該状態番号と要因番号により指定される指
示情報とを格納し、ステータス制御部は該端末装置の最
新の状態を対応する状態番号で示し、イベント制御部は
該外部データに対応する処理要因を対応する要因番号で
示し、トレース制御部は該状態番号と要因番号を該プロ
トコル制御部から受け取り、トレースバッファは該トレ
ース制御部から送られた該状態番号と要因番号を記録
し、該プロトコル制御部は、該ステータス制御部から端
末装置の最新の状態に対応する状態番号を読み出すとと
もに、該イベント制御部から該外部データに対応する要
因番号を読み出し、ついで該状態番号と要因番号により
該記録部をアクセスして該当する指示情報を読み出し該
指示情報に従った処理を行ない、かつ上記状態番号と要
因番号を該トレース制御部を介して該トレースバッファ
に記録することを特徴とする通信データトレース装置に
よって達成される。
To solve the above problems, a line control unit, a recording unit, a status control unit, an event control unit, a trace control unit, a trace buffer, and a protocol control unit are provided, and the line control unit detects external data. The recording unit stores the state number of the state transition matrix indicating the protocol control procedure of the terminal device, the factor number, and the instruction information designated by the state number and the factor number, and the status control unit stores the latest state of the terminal device. Is indicated by the corresponding state number, the event control unit indicates the processing factor corresponding to the external data by the corresponding factor number, the trace control unit receives the state number and the factor number from the protocol control unit, and the trace buffer The state number and the factor number sent from the trace control unit are recorded, and the protocol control unit causes the latest state of the terminal device to be sent from the status control unit. The corresponding status number is read, the factor number corresponding to the external data is read from the event control unit, and then the recording unit is accessed by the status number and the factor number to read the corresponding instruction information and follow the instruction information. This is achieved by a communication data trace device characterized by performing the above processing and recording the above state number and factor number in the trace buffer via the trace control unit.

〔作 用〕[Work]

端末装置のプロトコル制御は通常、状態遷移マトリクス
を利用して行われる。状態遷移マトリクスは、端末装置
と相手方通信装置との間であらかじめ定められた伝送手
順(プロトコル)を表したものであり、端末装置の種々
の状態(ステータス)を状態番号で区別して縦軸に取
り、また、横軸には種々の処理要因(イベント)を要因
番号で区別して取り、状態番号と要因番号で指定された
位置に、実行すべき命令および次に遷移すべき状態の状
態番号からなる指示情報が書き込まれている。そして、
この指示情報に従って処理を進めていく。
The protocol control of the terminal device is usually performed using the state transition matrix. The state transition matrix represents a predetermined transmission procedure (protocol) between the terminal device and the partner communication device, and various states (status) of the terminal device are distinguished by state numbers and plotted on the vertical axis. Also, on the horizontal axis, various processing factors (events) are distinguished by factor numbers, and the command to be executed and the state number of the state to be changed next are placed at the position designated by the state number and the factor number. Instruction information is written. And
The process proceeds according to this instruction information.

本発明では、以上のような状態遷移マトリクスの状態番
号、要因番号および該状態番号および要因番号により指
定される指示情報をあらかじめ記録しておき、この中か
ら端末装置の最新の状態に対応する状態番号と外部デー
タに対応する要因番号とにより指定された指示情報を読
み出して処理を実行する。そして、上記の指示情報によ
って状態が遷移するたびごとにこの状態番号および要因
番号をトレース制御手段を介してトレースバッファに記
録する。状態遷移マトリクス自体は、前述したように相
手方通信装置との間であらかじめ取り決められた内容を
持っているため、以上のようにして記録された一連の状
態番号および要因番号のみによって、どのような処理が
行われたかを明らかにすることができる。従って、相手
方通信装置との間で送受信されるデータの全てを記録す
ることなくプロトコル異常が生じた場合の原因究明に対
応することが可能となり、トレースバッファのメモリ容
量を大幅に低減することができる。
In the present invention, the state number of the state transition matrix as described above, the factor number, and the instruction information designated by the state number and the factor number are recorded in advance, and the state corresponding to the latest state of the terminal device is selected from these. The instruction information designated by the number and the factor number corresponding to the external data is read and the process is executed. Then, each time the state is changed by the above instruction information, the state number and the factor number are recorded in the trace buffer via the trace control means. As described above, the state transition matrix itself has the contents that have been negotiated with the communication device of the other party. Therefore, what kind of processing is performed only by the series of state numbers and factor numbers recorded as described above. Can be made clear. Therefore, it becomes possible to deal with the cause investigation when the protocol abnormality occurs without recording all of the data transmitted and received with the partner communication device, and it is possible to greatly reduce the memory capacity of the trace buffer. .

〔実施例〕〔Example〕

第1図は本発明の実施例を示す通信データトレース装置
のブロック図である。同図において、11は外部データを
検知する回線制御部、12は状態遷移マトリクスの状態番
号、要因番号および該当する指示情報を格納する記録
部、13は端末装置の最新の状態番号を格納するステータ
ス制御部、14は端末装置の種々の処理要因の中から外部
データに対応するものを選択するイベント制御部、15は
状態遷移マトリクス中の該当する指示情報に従った処理
を行うプロトコル制御部、16は該プロトコル制御部15か
ら状態番号および要因番号を受け取るトレース制御部、
17は状態番号および要因番号を記録するトレースバッフ
ァ、18は通信回線である。
FIG. 1 is a block diagram of a communication data trace device showing an embodiment of the present invention. In the figure, 11 is a line control unit that detects external data, 12 is a recording unit that stores the state number of the state transition matrix, factor number and corresponding instruction information, and 13 is a status that stores the latest state number of the terminal device. A control unit, 14 is an event control unit that selects one corresponding to external data from various processing factors of the terminal device, 15 is a protocol control unit that performs processing according to the corresponding instruction information in the state transition matrix, 16 Is a trace control unit that receives a status number and a factor number from the protocol control unit 15,
Reference numeral 17 is a trace buffer for recording the status number and factor number, and 18 is a communication line.

第2図は、記録部12に記録されている状態遷移マトリク
スの例を簡略化して示したものであり、端末装置と相手
方装置との間で取り決めた伝送手順(プロトコル)に従
って作成される。同図において、状態番号S1、S2、・・
・は端末装置の種々の状態を区別して示したものであ
り、たとえばS1は「受信待ち」状態、S2は「電文送信後
の応答待ち」状態を表している。要因番号E1、E2・・・
は種々の処理要因を区別して示したものであり、たとえ
ばE1は「ポーリング」、E2は「セレクティング」、また
E5は「肯定応答」を表している。状態番号と要因番号で
指定された状態遷移マトリクス中の該当する位置には指
示情報が書き込まれている。たとえば、S1、E1で指定さ
れた位置には「電文送信」コマンドおよび次に遷移すべ
き状態番号S2を示す指示情報C1が書き込まれ、S2、E5で
指定された位置には「正常終了(EOT送信)」コマンド
および次に遷移すべき状態番号S3を示す指示情報C2が書
き込まれている。同様にして他の位置にもそれぞれ伝送
制御手順に従って指示情報が書き込まれているが、同図
においては省略してある。
FIG. 2 shows a simplified example of the state transition matrix recorded in the recording unit 12, which is created according to the transmission procedure (protocol) agreed between the terminal device and the partner device. In the figure, state numbers S1, S2, ...
Indicates various states of the terminal device, for example, S1 represents a "waiting for reception" state, and S2 represents a "waiting for response after sending a message" state. Factor number E1, E2 ...
Indicates different processing factors, for example E1 is "polling", E2 is "selecting",
E5 stands for "acknowledgement". Instruction information is written in the corresponding position in the state transition matrix designated by the state number and the factor number. For example, a "send message" command and instruction information C1 indicating the state number S2 to be changed next are written in the positions designated by S1 and E1, and "normal end (EOT)" is written in the positions designated by S2 and E5. Command) and instruction information C2 indicating the state number S3 to be changed next are written. Similarly, instruction information is written in the other positions in accordance with the transmission control procedure, but it is omitted in FIG.

第3図は、第2図に示した状態遷移マトリクスを利用し
て端末装置と相手方通信装置との間で通信制御を行う場
合の送受信されるデータ列を示している。
FIG. 3 shows a data string transmitted and received when communication control is performed between the terminal device and the partner communication device using the state transition matrix shown in FIG.

第4図は、第2図に示した状態遷移マトリクスを利用し
て端末装置と相手方通信装置との間で第3図に示したよ
うなデータが送受信されたときにトレースバッファに記
録されるトレースデータ列を示している。
FIG. 4 is a trace recorded in the trace buffer when the data shown in FIG. 3 is transmitted and received between the terminal device and the partner communication device using the state transition matrix shown in FIG. Shows the data string.

以下、第1図〜第4図を参照し、第5図に示した流れ図
に従って本発明の実施例について説明する。
An embodiment of the present invention will be described below with reference to FIGS. 1 to 4 and the flow chart shown in FIG.

今、端末装置が「受信待ち」状態にありかつプロトコル
制御部15と接続された端末装置本体(図示せず)には、
送信したい電文が記録されているものとする。この場
合、ステータス制御部13内のレジスタ(図示せず)には
「受信待ち」状態に対応する状態番号S1がセットされて
いる。
Now, in the terminal device main body (not shown) in which the terminal device is in the “waiting for reception” state and connected to the protocol control unit 15,
It is assumed that the message to be sent is recorded. In this case, the status number S1 corresponding to the "waiting for reception" status is set in the register (not shown) in the status control unit 13.

まず、通信回線18を介して相手方通信装置から送られて
きたデータa(ポーリング)を回線制御部11で受信し、
プロトコル制御部15へ送出する。ついでプロトコル制御
部15では、ステータス制御部13をアクセスして、現在の
「受信待ち」状態に対応する状態番号S1を読み出す一
方、イベント制御部14へデータaを送ると、イベント制
御部14は、予め記録されている処理要因のうちデータa
と一致する処理要因に対応した要因番号E1を選択し、こ
れをプロトコル制御部15に送る。ついでプロトコル制御
部15では、ステータス制御部13から読み出した状態番号
S1とイベント制御部14から読み出した要因番号E1によっ
て記録部12をアクセスし、記録部12に記録されている第
2図に示した状態遷移マトリクス中の該当する位置に含
まれる指示情報C1を読み出し、この指示情報C1に従って
以下のような処理を実行する。
First, the line controller 11 receives the data a (polling) sent from the other communication device via the communication line 18.
It is sent to the protocol control unit 15. Then, the protocol control unit 15 accesses the status control unit 13 to read the state number S1 corresponding to the current “waiting for reception” state, while sending the data a to the event control unit 14, the event control unit 14 Data a among the processing factors recorded in advance
The factor number E1 corresponding to the processing factor matching with is selected and sent to the protocol control unit 15. Then, in the protocol control unit 15, the status number read from the status control unit 13
The recording unit 12 is accessed by S1 and the factor number E1 read from the event control unit 14, and the instruction information C1 contained in the corresponding position in the state transition matrix shown in FIG. The following processing is executed according to this instruction information C1.

先に述べたように、指示情報C1には「電文送信」コマン
ドおよび次に遷移すべき状態番号S2が含まれている。そ
こで「電文送信」コマンドに従い、端末装置本体から送
信したい電文であるデータcを読む出し、これを回線制
御部11を介して通信回線18上に送出し相手方通信装置に
送信する。さらに、ステータス制御部13に状態番号S2を
送ってステータス制御部13にセットされている状態番号
をS1からS2へ更新する。
As described above, the instruction information C1 includes the "send message" command and the state number S2 to be changed next. Then, according to the "send message" command, the data c, which is a message to be sent from the terminal device main body, is read out, sent out on the communication line 18 via the line control unit 11, and sent to the partner communication device. Further, the status number S2 is sent to the status control unit 13 to update the status number set in the status control unit 13 from S1 to S2.

プロトコル制御部15では、以上のような処理とともに、
状態番号S1および要因番号E1をトレース制御部16に通知
する。状態番号S1および要因番号E1はそれぞれ16進数に
よる1バイトのデータ長で表され、上記トレースデータ
は2バイトで足りる。そしてトレース制御部16では、状
態番号S1について16進数で(01)、要因番号E1について
も16進数で(01)からなる2バイトのトレースデータA
(01)(01)をトレースバッファ17に記録する。
In the protocol control unit 15, in addition to the above processing,
The status number S1 and the cause number E1 are notified to the trace control unit 16. The state number S1 and the factor number E1 are each represented by a hexadecimal data length of 1 byte, and the above trace data is sufficient for 2 bytes. Then, the trace control unit 16 has a 2-byte trace data A including a hexadecimal number (01) for the state number S1 and a hexadecimal number (01) for the cause number E1.
(01) (01) is recorded in the trace buffer 17.

ついで次のデータb(肯定応答)が回線制御部11で受信
された場合にも、同様な手順によって処理が行われる。
即ち、プロトコル制御部15ではステータス制御部13か
ら、最新の状態番号S2の通知を受け、またイベント制御
部14からデータbに対応する要因番号E5の通知を受ける
と、これによって記録部12をアクセスし、S2、E5で指定
された状態遷移マトリクス中の該当する位置に書き込ま
れている指示情報C2を読み出し、その指示に従ってデー
タd(終結符号)を相手方通信装置へ送信するととも
に、ステータス制御部13の状態番号をS3に更新する。そ
してトレースバッファ17には、第5図に示したように、
S2、E5を示すトレースデータB(02)(05)を記録す
る。
Then, when the next data b (acknowledgement) is received by the line control unit 11, the same procedure is performed.
That is, when the protocol control unit 15 receives the latest state number S2 from the status control unit 13 and the factor number E5 corresponding to the data b from the event control unit 14, the recording unit 12 is accessed accordingly. Then, the instruction information C2 written in the corresponding position in the state transition matrix designated by S2 and E5 is read out, data d (termination code) is transmitted to the partner communication device in accordance with the instruction, and the status control unit 13 Update the status number of to S3. Then, in the trace buffer 17, as shown in FIG.
The trace data B (02) (05) indicating S2 and E5 is recorded.

以下同様にして、データの送受信が行われる毎に2バイ
トのトレースデータが記録されていくことになる。
Similarly, 2 bytes of trace data is recorded every time data is transmitted and received.

以上の実施例において、第3図に示した相手方通信装置
との間で送受信されるデータa〜データdの全データ長
は、データcの電文が長い場合には数十〜数百バイトに
も及ぶことになり、従来はこれらのデータをすべてトレ
ースしていた。しかし本実施例によれば、上記データa
〜データdに対応するトレースデータは第5図に示した
2バイト×2=4バイトで済む。そして上記トレースデ
ータのみによって端末装置の状態の遷移の過程が明らか
となり、プロトコル異常時の対応が可能となる。
In the above embodiment, the total data length of the data a to data d transmitted / received to / from the partner communication device shown in FIG. 3 is several tens to several hundreds of bytes when the data of the data c is long. In the past, all these data were traced. However, according to this embodiment, the data a
~ The trace data corresponding to the data d may be 2 bytes × 2 = 4 bytes shown in FIG. Then, the process of transition of the state of the terminal device is clarified only by the trace data, and it becomes possible to deal with a protocol abnormality.

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

以上のように本発明によれば、状態遷移マトリクスの遷
移シーケンスのみをトレースバッファに記録することに
より、プロトコル処理の過程がわかることにより、小容
量のトレースバッファでプロトコル異常時の解析を行う
ことができるため、端末装置の小型・低価格化に有益で
ある。
As described above, according to the present invention, by recording only the transition sequence of the state transition matrix in the trace buffer, the process of the protocol processing can be understood, so that the analysis at the time of the protocol abnormality can be performed by the trace buffer of small capacity. Therefore, it is useful for reducing the size and price of the terminal device.

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

第1図は本発明の実施例を示すブロック図、 第2図は状態遷移マトリクス、 第3図は送受信されるデータ列、 第4図は16進数で表したトレースデータ列、 第5図は本発明の実施例を示す流れ図、 である。 図において、 11は回線制御部、 12は記録部、 13はステータス制御部、 14はイベント制御部、 15はプロトコル制御部、 16はトレース制御部、 17はトレースバッファ、 18は通信回線、 である。 FIG. 1 is a block diagram showing an embodiment of the present invention, FIG. 2 is a state transition matrix, FIG. 3 is a transmitted / received data string, FIG. 4 is a trace data string represented by hexadecimal numbers, and FIG. 3 is a flow chart showing an embodiment of the invention. In the figure, 11 is a line control unit, 12 is a recording unit, 13 is a status control unit, 14 is an event control unit, 15 is a protocol control unit, 16 is a trace control unit, 17 is a trace buffer, and 18 is a communication line. .

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】回線制御部(11)と、記録部(12)と、ス
テータス制御部(13)と、イベント制御部(14)と、ト
レース制御部(16)と、トレースバッファ(17)と、プ
ロトコル制御部(15)とを備え、 回線制御部(11)は、外部データを検知し、 記録部(12)は、端末装置のプロトコル制御手順を示す
状態遷移マトリクスの状態番号を、要因番号および該状
態番号と要因番号により指定される指示情報とを格納
し、 ステータス制御部(13)は、該端末装置の最新の状態
を、対応する状態番号で示し、 イベント制御部(14)は、該外部データに対応する処理
要因を、対応する要因番号で示し、 トレース制御部(16)は、該状態番号と要因番号を該プ
ロトコル制御部(15)から受け取り、 トレースバッファ(17)は、該トレース制御部(16)か
ら送られた該状態番号と要因番号を記録し、 該プロトコル制御部(15)は、該ステータス制御部(1
3)から端末装置の最新の状態に対応する状態番号を読
み出すとともに、該イベント制御部(14)から該外部デ
ータに対応する要因番号を読み出し、さらに該状態番号
と要因番号により該記録部(12)をアクセスして該当す
る指示情報を読み出し該指示情報に従った処理を行な
い、かつ上記状態番号と要因番号を該トレース制御部
(16)を介して該トレースバッファ(17)に記録するよ
うにしたことを特徴とする通信データトレース装置。
1. A line control unit (11), a recording unit (12), a status control unit (13), an event control unit (14), a trace control unit (16), and a trace buffer (17). , A protocol control unit (15), the line control unit (11) detects external data, and the recording unit (12) displays the state number of the state transition matrix indicating the protocol control procedure of the terminal device as a factor number. And the instruction information specified by the state number and the factor number are stored, the status control unit (13) indicates the latest state of the terminal device by the corresponding state number, and the event control unit (14) The processing factor corresponding to the external data is indicated by the corresponding factor number, the trace control unit (16) receives the state number and the factor number from the protocol control unit (15), and the trace buffer (17) Sent from the trace controller (16) Recording the state number and source numbers, the protocol control section (15), said status control unit (1
The state number corresponding to the latest state of the terminal device is read from 3), the factor number corresponding to the external data is read from the event control section (14), and the recording section (12) is read according to the state number and the factor number. ) To read the corresponding instruction information, perform processing according to the instruction information, and record the state number and the factor number in the trace buffer (17) via the trace control unit (16). A communication data trace device characterized in that
JP2072322A 1990-03-20 1990-03-20 Communication data trace device Expired - Fee Related JPH07118731B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2072322A JPH07118731B2 (en) 1990-03-20 1990-03-20 Communication data trace device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2072322A JPH07118731B2 (en) 1990-03-20 1990-03-20 Communication data trace device

Publications (2)

Publication Number Publication Date
JPH03272250A JPH03272250A (en) 1991-12-03
JPH07118731B2 true JPH07118731B2 (en) 1995-12-18

Family

ID=13485932

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2072322A Expired - Fee Related JPH07118731B2 (en) 1990-03-20 1990-03-20 Communication data trace device

Country Status (1)

Country Link
JP (1) JPH07118731B2 (en)

Also Published As

Publication number Publication date
JPH03272250A (en) 1991-12-03

Similar Documents

Publication Publication Date Title
US6324604B1 (en) Magnetic disk storage for storing data in disk block size from fixed length of host block in non-integer multiple of the disk block size
US6141767A (en) Method of and apparatus for verifying reliability of contents within the configuration ROM of IEEE 1394-1995 devices
US20080209420A1 (en) Processing system, storage device, and method for performing series of processes in given order
US6748467B2 (en) High speed data transfer between mainframe storage systems
US5935260A (en) Method and apparatus for providing system level errors in a large disk array storage system
US7155492B2 (en) Method and system for caching network data
US6718402B1 (en) Method and system for persistent unit attention in a fibre channel storage router
EP0903668B1 (en) Method of transferring data between hosts through a storage subsystem
US6351826B1 (en) Method and apparatus for automatically verifying communication software
US20020156943A1 (en) Command issuing apparatus for high-speed serial interface
JPH07118731B2 (en) Communication data trace device
JPH0575137B2 (en)
US6112261A (en) Data transferring system reading and temporarily storing a record until a length of the record is different from a defined record length parameter value
JP3470330B2 (en) Control system equipment
JP2002135270A (en) Data asynchronous transfer system
CN115766888A (en) Data communication method and system
JP3105883B2 (en) Communication device and method
JP2856150B2 (en) Transaction history recording system
JP2000347881A (en) Method and device for interprocess communication and information storage medium
JPH0115100B2 (en)
JP2985268B2 (en) HDLC frame transmission and reception control system
JPS5985555A (en) File control system
JP2001166968A (en) Key logging system and copying machine to which the same system is applied
JP2594567B2 (en) Memory access control device
JPS6220080A (en) Picking-up and collecting system for memory contents of remote place processor in network system

Legal Events

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

Free format text: PAYMENT UNTIL: 20071218

Year of fee payment: 12

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

Free format text: PAYMENT UNTIL: 20081218

Year of fee payment: 13

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

Free format text: PAYMENT UNTIL: 20091218

Year of fee payment: 14

LAPS Cancellation because of no payment of annual fees