JPH0520133A - Data collecting system - Google Patents
Data collecting systemInfo
- Publication number
- JPH0520133A JPH0520133A JP3172948A JP17294891A JPH0520133A JP H0520133 A JPH0520133 A JP H0520133A JP 3172948 A JP3172948 A JP 3172948A JP 17294891 A JP17294891 A JP 17294891A JP H0520133 A JPH0520133 A JP H0520133A
- Authority
- JP
- Japan
- Prior art keywords
- circuit
- storage circuit
- trace data
- data
- selecting
- 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
Links
Landscapes
- Debugging And Monitoring (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明はデータ収集方式に関し、
特に装置内で発生する事象をトレースしたトレースデー
タを収集するデータ収集方式に関する。The present invention relates to a data collection system,
In particular, it relates to a data collection method for collecting trace data that traces an event that occurs in the device.
【0002】[0002]
【従来の技術】従来のデータ収集方式は、装置内で発生
した事象や外部からの要因によって変化した状態を事象
の発生順に1つの記憶回路に記憶していき、記憶回路の
記憶領域が満杯になると、記憶された事象のうち最も早
く発生した事象を消去し、もしくは最も早く発生した事
象の上に最後に発生した事象を記憶していた。2. Description of the Related Art In the conventional data collecting method, the state of an event occurring in the device or the state changed by an external factor is stored in one memory circuit in the order of occurrence of the event, and the memory area of the memory circuit becomes full. Then, the earliest event among the stored events was erased, or the last event that occurred was stored on top of the earliest event.
【0003】[0003]
【発明が解決しようとする課題】この従来のデータ収集
方式では、記憶回路を1つしか備えていないため、ある
事象が原因で情報処理装置に障害が発生した場合、その
原因となる事象をとらえるため、障害を検出した時点で
トレースデータ収集を停止しても、原因となる事象の発
生から障害検出までの時間が長くなると、原因となる事
象を示すデータが新しく起こった事象によって書き替え
られてしまい、障害の原因となる事象をとらえることが
困難となるという欠点があった。Since the conventional data collection method has only one storage circuit, when a failure occurs in the information processing apparatus due to a certain event, the event causing the failure is detected. Therefore, even if the trace data collection is stopped when a failure is detected, if the time from the occurrence of the causal event to the detection of the failure becomes long, the data indicating the causal event will be rewritten by the new event. However, there is a drawback that it is difficult to catch the event that causes the failure.
【0004】また、全部の事象を記録しようとすると、
その時間に見合うだけの大きな記憶容量が必要となると
いう欠点があった。In addition, when trying to record all events,
There was a drawback that a large storage capacity commensurate with the time was required.
【0005】本発明の目的は上述した欠点を除去し、少
ない記憶容量で効率よくトレースデータを収集できるデ
ータ収集方式を提供することにある。An object of the present invention is to eliminate the above-mentioned drawbacks and to provide a data collection method capable of efficiently collecting trace data with a small storage capacity.
【0006】[0006]
【課題を解決するための手段】本発明のデータ収集方式
は、情報処理装置において自装置内部で発生した事象,
もしくは外部からの要因によって変化した状態をとらえ
て事象データとして記憶する第1の記憶回路と、前記第
1の記憶回路に記憶された事象データのうちからあらか
じめ定めたデータを含む事象データのみを選択する選択
回路と、前記選択回路によって選択された事象データを
記憶する第2の記憶回路とを備えて構成される。According to the data collection method of the present invention, an event that occurs inside the information processing apparatus,
Alternatively, only event data including predetermined data is selected from the first memory circuit that captures a state changed by an external factor and stores it as event data, and the event data stored in the first memory circuit. Selection circuit and a second storage circuit for storing the event data selected by the selection circuit.
【0007】[0007]
【実施例】次に、本発明について図面を参照して説明す
る。DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be described with reference to the drawings.
【0008】図1は本発明の一実施例を示すブロック図
である。図1の実施例は、通信制御装置に応用した例を
示している。FIG. 1 is a block diagram showing an embodiment of the present invention. The embodiment of FIG. 1 shows an example applied to a communication control device.
【0009】制御回路4は、通信制御装置の主たる制御
を行い、送信データを送信バッファ5に出力し、受信バ
ッファ6に格納された受信データを入力する。また送受
信を実行する度にトレースデータを第1の記憶回路とし
ての一次記憶回路1に書込む。選択回路2は一次記憶回
路1からトレースデータを入力し、制御回路4から与え
られた選択条件に従ってトレースデータを選択し、第2
の記憶回路としての二次記憶回路3に記憶する。The control circuit 4 performs the main control of the communication control device, outputs the transmission data to the transmission buffer 5, and inputs the reception data stored in the reception buffer 6. Further, each time transmission / reception is executed, the trace data is written in the primary storage circuit 1 as the first storage circuit. The selection circuit 2 receives the trace data from the primary storage circuit 1 and selects the trace data according to the selection condition given by the control circuit 4,
The data is stored in the secondary storage circuit 3 serving as the storage circuit of.
【0010】通信制御装置につながる伝送路20を介し
て複数の端末装置が接続され、複数の端末装置と多重に
データ送受信を行う場合、一次記憶回路1には送受信を
実行する度にトレースデータを書込み、選択回路2には
ある特定の端末装置に関する送受信のみを選択するよう
に選択条件を与える。選択回路2は、与えられた選択条
件にもとづいて一次記憶回路1から特定の端末装置に関
するトレースデータのみを取り出して二次記憶回路3に
書込む。When a plurality of terminal devices are connected via a transmission line 20 connected to the communication control device and data is transmitted and received in a multiplex manner with the plurality of terminal devices, trace data is transmitted to the primary storage circuit 1 each time transmission and reception are executed. The writing / selecting circuit 2 is provided with a selection condition so as to select only transmission / reception for a specific terminal device. The selection circuit 2 takes out only the trace data relating to the specific terminal device from the primary storage circuit 1 and writes it in the secondary storage circuit 3 based on the given selection condition.
【0011】[0011]
【発明の効果】以上説明したように本発明は、トレース
データを全部記憶する一次記憶回路とトレースデータを
選択して記憶する二次記憶回路を設けることにより、二
次記憶回路には特に必要とするトレースデータのみを残
し、また一次記憶回路には従来と同等のトレースデータ
を残すことができ、少ない記憶容量で効率よくトレース
データを蓄積できるという効果がある。As described above, the present invention is particularly necessary for the secondary storage circuit by providing the primary storage circuit for storing all trace data and the secondary storage circuit for selecting and storing the trace data. It is possible to leave only the trace data to be used and to leave the same trace data as the conventional one in the primary storage circuit, and it is possible to efficiently store the trace data with a small storage capacity.
【図1】本発明の一実施例のブロック図である。FIG. 1 is a block diagram of an embodiment of the present invention.
1 一次記憶回路 2 選択回路 3 二次記憶回路 4 制御回路 5 送信バッファ 6 受信バッファ 20 伝送路 1 Primary Storage Circuit 2 Selection Circuit 3 Secondary Storage Circuit 4 Control Circuit 5 Transmission Buffer 6 Reception Buffer 20 Transmission Line
Claims (1)
した事象,もしくは外部からの要因によって変化した状
態をとらえて事象データとして記憶する第1の記憶回路
と、前記第1の記憶回路に記憶された事象データのうち
からあらかじめ定めたデータを含む事象データのみを選
択する選択回路と、前記選択回路によって選択された事
象データを記憶する第2の記憶回路とを備えて成ること
を特徴とする情報処理装置のデータ収集方式。Claim: What is claimed is: 1. A first storage circuit, which stores an event data that captures an event occurring inside the device itself or a state changed due to an external factor in an information processing device, and stores the event data. Of the event data stored in the memory circuit, and a second memory circuit for storing the event data selected by the selection circuit. A data collection method for an information processing device, characterized in that
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP3172948A JPH0520133A (en) | 1991-07-15 | 1991-07-15 | Data collecting system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP3172948A JPH0520133A (en) | 1991-07-15 | 1991-07-15 | Data collecting system |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH0520133A true JPH0520133A (en) | 1993-01-29 |
Family
ID=15951326
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP3172948A Pending JPH0520133A (en) | 1991-07-15 | 1991-07-15 | Data collecting system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH0520133A (en) |
-
1991
- 1991-07-15 JP JP3172948A patent/JPH0520133A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JPS58134554A (en) | Transmission line monitoring device | |
JPS5828974B2 (en) | Data transmission method | |
JPH0520133A (en) | Data collecting system | |
JPS6133295B2 (en) | ||
JP2778343B2 (en) | Monitoring and control equipment | |
US4802167A (en) | Data monitor apparatus | |
CN109698552A (en) | A kind of automatic block electric power apparatus examination signal device | |
JPH0349439A (en) | Readout control system for elastic store memory | |
CN109697144B (en) | Hard disk detection method of electronic equipment and electronic equipment | |
JP2743589B2 (en) | Tuning device and tuning method | |
JP3288158B2 (en) | Channel control method | |
JPS60163552A (en) | Serial transmission monitor | |
JPH06103119A (en) | Trace information holding controller | |
JPH04833A (en) | Method of monitoring status of device to be monitored | |
JP3095060B2 (en) | ATM switch device | |
JPH0816957B2 (en) | Supervisory control system and transmission method | |
JPS58125944A (en) | Electronic exchange device | |
KR20220095892A (en) | Method for automatic switching operation of communication method of wired and wireless integrated rtu and integrated wired and wireless rtu system | |
JPH05225007A (en) | Large-capacity data input/output device | |
KR19980035676A (en) | Discrete backup of discontinuous multi-source digital data | |
JPS63123140A (en) | History information storage device | |
JPH05114035A (en) | Response information processing system | |
JPH04238549A (en) | Information tracing system | |
JPH04175857A (en) | Trouble information transfer system | |
JPH0581084A (en) | Processor |