JP2018098667A - Communication equipment, statistical information collection method, and statistical information collection program - Google Patents

Communication equipment, statistical information collection method, and statistical information collection program Download PDF

Info

Publication number
JP2018098667A
JP2018098667A JP2016241992A JP2016241992A JP2018098667A JP 2018098667 A JP2018098667 A JP 2018098667A JP 2016241992 A JP2016241992 A JP 2016241992A JP 2016241992 A JP2016241992 A JP 2016241992A JP 2018098667 A JP2018098667 A JP 2018098667A
Authority
JP
Japan
Prior art keywords
statistical information
value
record
current value
update
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
JP2016241992A
Other languages
Japanese (ja)
Inventor
健治 川合
Kenji Kawai
健治 川合
順一 加藤
Junichi Kato
順一 加藤
和彦 寺田
Kazuhiko Terada
和彦 寺田
坂本 健
Takeshi Sakamoto
健 坂本
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 JP2016241992A priority Critical patent/JP2018098667A/en
Publication of JP2018098667A publication Critical patent/JP2018098667A/en
Pending legal-status Critical Current

Links

Images

Abstract

PROBLEM TO BE SOLVED: To collect statistical information at the same point of time as for all identifiers while continuously counting the statistical information for each identifier without increasing processing load.SOLUTION: A statistical information collection part 2 has a current value table TB1 and a record value table TB2. The statistical information collection part 2 updates a current value of statistical information in the current value table TB1 each time a frame signal S1 is input (current value update processing), and executes record value update processing and record value revision processing in a period since a record update instruction S2is input until a record maintenance instruction S2is input. In the record value update processing, the updated current value in the current value table TB1 is stored as a record value in the record value table TB2 each time the current value update processing is executed. In the record value revision processing, at least the current value in the current value table TB1 not to be an object for the record value update processing is stored as a record value in the record value table TB2.SELECTED DRAWING: Figure 8

Description

本発明は、フレームによりデータ通信を行う通信システムにおいて、送受信フレームや廃棄フレームのフレーム数やバイト数などを計数し、統計情報として収集する通信装置、統計情報収集方法および統計情報収集プログラムに関する。   The present invention relates to a communication apparatus, a statistical information collection method, and a statistical information collection program that count the number of frames of transmission / reception frames and discarded frames, and collect the number of bytes as statistical information in a communication system that performs data communication using frames.

フレームによりデータ通信を行う通信システムでは、通信システムの保守・監視・管理を目的として、通信システム内で使用される各通信装置に、送受信フレームや廃棄フレームのフレーム数やバイト数などを計数し、統計情報として収集する機能を設けている。   In a communication system that performs data communication using frames, for the purpose of maintenance, monitoring, and management of the communication system, each communication device used in the communication system counts the number of frames of transmitted / received frames and discarded frames, the number of bytes, A function to collect statistical information is provided.

これらの統計情報の収集は、装置単位で行うのではなく、各フレームに識別子として付与した識別番号(フレームが入力された入力ポート番号、フレームを転送した出力ポート番号、フレームから抽出したヘッダ情報を検索キーとして検索テーブルを検索したときの適合エントリ番号、フレームが属するフロー別にタグ操作を行うときのフロー番号、廃棄判定したフレームの廃棄要因を表す廃棄要因番号、フレームの優先制御を行うときの優先度クラス番号、フレームをキューに蓄積するときのキュー番号など)単位で行うことが一般的である。   The collection of these statistical information is not performed on a device-by-device basis, but the identification number assigned to each frame as an identifier (the input port number to which the frame was input, the output port number to which the frame was transferred, and the header information extracted from the frame) Matching entry number when searching the search table as a search key, flow number when performing tag operation for each flow to which the frame belongs, discard factor number indicating the discard factor of the frame determined to be discarded, priority when performing frame priority control This is generally performed in units of class number, queue number when frames are stored in a queue, etc.).

例えば、特許文献1には、このような統計情報を収集する機能を備えた通信装置が示されている。この特許文献1に示された通信装置は、識別番号別に統計情報を収集し、収集された統計情報を読み取って通信システムの保守・監視・管理を行う。この通信装置では、多数の識別番号について統計情報を保持するために、面積当たりの記憶容量が大きいメモリ回路を用いることが一般的である。メモリ回路を使用して統計情報を保持する場合、識別番号をメモリのアドレスに対応づけ、アドレスが指すメモリのワードに識別番号に対応する統計情報を格納する。   For example, Patent Document 1 discloses a communication device having a function of collecting such statistical information. The communication apparatus disclosed in Patent Document 1 collects statistical information for each identification number, reads the collected statistical information, and performs maintenance, monitoring, and management of the communication system. In this communication apparatus, a memory circuit having a large storage capacity per area is generally used in order to hold statistical information for a large number of identification numbers. When the statistical information is held using the memory circuit, the identification number is associated with the memory address, and the statistical information corresponding to the identification number is stored in the memory word indicated by the address.

特開2016−103672号公報Japanese Patent Laid-Open No. 2006-103672

しかしながら、メモリ回路を用いて統計情報を保持する場合、通常、同時にアクセスできる統計情報は同じアドレスのワードに格納されている統計情報、つまり、1個の識別番号に対応する統計情報に限られ、多数の識別番号に対応する統計情報に同時にアクセスする(メモリに格納された統計情報を読み出す、あるいは、メモリに統計情報を書き込む)ことはできない。   However, when holding statistical information using a memory circuit, the statistical information that can be accessed at the same time is usually limited to statistical information stored in words of the same address, that is, statistical information corresponding to one identification number, It is impossible to simultaneously access statistical information corresponding to a large number of identification numbers (reading statistical information stored in the memory or writing statistical information to the memory).

このため、全ての識別番号に対応する統計情報を同時に読み取ることができず、識別番号の順番で1個ずつ読み取ることになる。その結果、識別番号Aに対応した統計情報#Aが読み取られた時点TAと、別の識別番号Bに対応した統計情報#Bが読み取られた時点TBとの間に、新たなフレームに対するフレーム処理や新たなフレームに関する統計情報の更新が発生する可能性がある。   For this reason, the statistical information corresponding to all the identification numbers cannot be read at the same time, and is read one by one in the order of the identification numbers. As a result, frame processing for a new frame between the time TA when the statistical information #A corresponding to the identification number A is read and the time TB when the statistical information #B corresponding to another identification number B is read. Or statistical information about new frames may be updated.

このように、各識別番号の統計情報は同一期間に収集された値とは限らないため、識別番号間で統計情報の値を比較する場合や、複数の識別番号に対する統計情報を合計する場合などに、その比較結果や合計した結果などが不正確となるという問題があった。例えば、統計情報#Bの値が統計情報#Aの値より大きい場合であっても、同一期間に収集された値ではないため、識別番号Bのフレームの方が識別番号Aのフレームよりも高レートであるとは判定できない。また、識別番号Aと識別番号Bの両フレームの統計情報を別途収集し、統計情報の不整合に基づいてシステム障害を検出しようとしても、統計情報が整合することが保証されないため、統計情報の不整合に基づいてシステム障害を検出することはできない。   As described above, since the statistical information of each identification number is not necessarily the value collected in the same period, when comparing the statistical information values between identification numbers, or when summing the statistical information for a plurality of identification numbers, etc. In addition, there is a problem that the comparison result and the total result are inaccurate. For example, even if the value of statistical information #B is larger than the value of statistical information #A, it is not a value collected in the same period, so the frame of identification number B is higher than the frame of identification number A. It cannot be determined that it is a rate. In addition, statistical information of both frames of identification number A and identification number B is collected separately, and even if an attempt is made to detect a system failure based on a mismatch of statistical information, it is not guaranteed that the statistical information is consistent. System failures cannot be detected based on inconsistencies.

なお、全ての識別番号を対象として統計情報の収集開始と収集停止を行うことにより、識別番号毎の収集期間を一致させることはできる。しかし、収集停止後は統計情報の更新が止まるため、統計情報を収集していない期間が生じ、継続した通信システムの保守・監視・管理ができなくなる、という別の問題が生じる。例えば、統計情報を収集していない期間に、統計情報を収集していれば検知可能な装置故障などが発生した場合に、これを検知することができない。   The collection period for each identification number can be matched by starting and stopping collecting statistical information for all identification numbers. However, since the update of statistical information stops after the collection is stopped, another period occurs in which a period during which statistical information is not collected occurs, and maintenance, monitoring, and management of a continuous communication system cannot be performed. For example, if statistical information is collected during a period in which statistical information is not collected, a device failure that can be detected cannot be detected.

ただし、2つのメモリを用意し、一方のメモリを使用した統計情報の収集を停止するときは、それと同時に他方のメモリを使用した統計情報の収集を開始することによって、統計情報を収集していない期間が生じないように対処することができる。しかし、各メモリに保持されている統計情報は、そのメモリが統計情報の収集のために使用されている期間のみで収集された統計情報であるため、継続して収集された統計情報を得るためには、2つのメモリから、それぞれ識別番号の数と同じ個数の統計情報を読み取って、識別番号毎に合算するなどの処理が必要となる。このため、収集された統計情報を読み取って通信システムの保守・監視・管理を行うとき、識別番号の数と同じ回数の合算処理が必要となり、統計情報収集に要する処理負荷が増大する、という問題が生じる。   However, when two memories are prepared and collection of statistical information using one memory is stopped, statistical information is not collected by starting collecting statistical information using the other memory at the same time. It can be dealt with so that a period does not occur. However, since the statistical information held in each memory is statistical information collected only during the period in which the memory is used for collecting statistical information, to obtain continuously collected statistical information Requires reading the same number of pieces of statistical information as the number of identification numbers from the two memories, and adding them up for each identification number. For this reason, when the collected statistical information is read to perform maintenance, monitoring, and management of the communication system, the same number of summing processes as the number of identification numbers are required, and the processing load required for collecting statistical information increases. Occurs.

本発明は、このような課題を解決するためになされたもので、その目的とするところは、処理負荷を増大させることなく、識別子毎に統計情報を継続して計数しながら、全ての識別子について同じ時点での統計情報を収集することが可能な通信装置、統計情報収集方法および統計情報収集プログラムを提供することにある。   The present invention has been made to solve such a problem. The object of the present invention is to continuously count statistical information for each identifier without increasing the processing load. It is an object of the present invention to provide a communication device, a statistical information collection method, and a statistical information collection program capable of collecting statistical information at the same time.

このような目的を達成するために本発明は、識別子が付与されたフレーム信号(S1)に関する最新の統計情報を統計情報の現在値として識別子別に保持する第1のテーブル(TB1)と、第1のテーブルに保持されているフレーム信号に関する統計情報の現在値を統計情報の記録値として識別子別に保持する第2のテーブル(TB2)と、フレーム信号が入力される毎に、そのフレーム信号に関する最新の統計情報を統計情報の新しい現在値として求め、そのフレーム信号に付与されている識別子に対応する第1のテーブル中の統計情報の現在値を新しい現在値に更新する現在値更新処理を実行する現在値更新処理手段(21)と、第2のテーブルに保持されている統計情報の記録値の更新を指示する記録更新指示(S21)および第2のテーブルに保持されている統計情報の記録値の維持を指示する記録維持指示(S22)を、記録更新指示、記録維持指示の順で受けて、第2のテーブルに保持されている統計情報の記録値に対して所定の処理を行う記録値処理手段(22)とを備え、記録値処理手段は、所定の処理として、記録更新指示が入力された時点から記録維持指示が入力されるまでの期間内に、現在値更新処理手段が現在値更新処理を実行する毎に、その現在値更新処理によって更新された第1のテーブル中の統計情報の現在値を記録値として第2のテーブルに保持させる記録値更新処理と、少なくとも記録値更新処理の対象となっていない第1のテーブル中の統計情報の現在値を記録値として第2のテーブルに保持させる記録値改定処理とを実行することを特徴とする。 In order to achieve such an object, the present invention includes a first table (TB1) that holds the latest statistical information related to a frame signal (S1) to which an identifier is assigned, as a current value of statistical information, for each identifier, A second table (TB2) for holding the current value of statistical information relating to the frame signal held in the table for each identifier as a recorded value of the statistical information, and the latest information relating to the frame signal each time the frame signal is input Current value update processing for obtaining statistical information as a new current value of statistical information and updating the current value of statistical information in the first table corresponding to the identifier assigned to the frame signal to the new current value value updating means (21), recording the update instruction (S2 1) and a second instructing update of the recorded value of the statistical information stored in the second table Recordkeeping instruction to maintain the recorded value of the statistical information stored in Buru the (S2 2), recording the update instruction, it is received by the order of record keeping instruction, statistical information held in the second table Recording value processing means (22) for performing a predetermined process on the recorded value, and the recording value processing means is a predetermined process from when the recording update instruction is input until the recording maintenance instruction is input. Each time the current value update processing unit executes the current value update process within the period, the current value of the statistical information in the first table updated by the current value update process is stored in the second table as a recorded value. Recording value update processing to be executed, and at least recording value revision processing to hold the current value of the statistical information in the first table that is not the target of the recording value update processing as a recorded value in the second table. Features and That.

この発明では、フレーム信号(S1)が入力される毎に、現在値更新処理が実行される。この現在値更新処理では、そのフレーム信号(S1)に関する最新の統計情報が統計情報の新しい現在値として求められ、そのフレーム信号(S1)に付与されている識別子に対応する第1のテーブル(TB1)中の統計情報の現在値が新しい現在値(更新値)に更新される。この現在値更新処理は継続的に実行されるが、記録更新指示(S21)を受けると、この記録更新指示(S21)が入力された時点から記録維持指示(S22)が入力されるまでの期間内に、記録値更新処理と記録値改定処理とが実行される。 In the present invention, the current value update process is executed every time the frame signal (S1) is input. In this current value update process, the latest statistical information regarding the frame signal (S1) is obtained as a new current value of the statistical information, and the first table (TB1) corresponding to the identifier assigned to the frame signal (S1). ) Is updated to a new current value (updated value). This current value update processing is performed continuously, when receiving a recording update instruction (S2 1), the recording update instruction (S2 1) is recorded maintaining instruction from the time it is entered (S2 2) is input The recorded value update process and the recorded value revision process are executed within the period up to.

この場合、記録値更新処理では、現在値更新処理が実行される毎に、現在値更新処理によって更新された第1のテーブル(TB1)中の統計情報の現在値が記録値として、第2のテーブル(TB2)に保持される。また、記録値改定処理では、少なくとも記録値更新処理の対象となっていない第1のテーブル(TB1)中の統計情報の現在値が記録値として、第2のテーブル(TB2)に保持される。   In this case, in the recorded value update process, every time the current value update process is executed, the current value of the statistical information in the first table (TB1) updated by the current value update process is used as the recorded value. It is held in the table (TB2). In the recorded value revision process, at least the current value of the statistical information in the first table (TB1) that is not the target of the recorded value update process is held as the recorded value in the second table (TB2).

これにより、第2のテーブル(TB2)には、記録更新指示(S21)が入力された時点から記録維持指示(S22)が入力されるまでの期間中に、第1のテーブル(TB1)に継続して収集され保持されている全ての識別子に対応する統計情報の現在値が記録値として保持されるものとなる。 As a result, the second table (TB2) includes the first table (TB1) during the period from when the record update instruction (S2 1 ) is input to when the record maintenance instruction (S2 2 ) is input. Thus, the current value of the statistical information corresponding to all identifiers collected and held continuously is held as a recorded value.

本発明において、記録維持指示(S22)が入力された時点で、記録値更新処理および記録値改定処理を停止し、第2のテーブル(TB2)における統計情報の記録値の値を次の記録更新指示(S21)が入力されるまで維持させるようにすれば、記録維持指示(S22)が入力された後、次の記録更新指示(S21)が入力されるまでの期間内に、第2のテーブル(TB2)に保持されている統計情報の記録値を識別子毎に読み取るようにして、記録維持指示(S22)が入力された時点での全ての識別子に対応する継続して収集された統計情報を取得することが可能となる。 In the present invention, when the record maintenance instruction (S2 2 ) is inputted, the recording value update processing and the recording value revision processing are stopped, and the value of the statistical information recording value in the second table (TB2) is recorded next time. If it is maintained until the update instruction (S2 1 ) is input, after the record maintenance instruction (S2 2 ) is input, within the period until the next record update instruction (S2 1 ) is input, The recorded value of the statistical information held in the second table (TB2) is read for each identifier, and continuously collected corresponding to all identifiers when the record maintenance instruction (S2 2 ) is input. It is possible to obtain the statistical information.

なお、上記説明では、一例として、発明の構成要素に対応する図面上の構成要素を、括弧を付した参照符号によって示している。   In the above description, as an example, constituent elements on the drawing corresponding to the constituent elements of the invention are indicated by reference numerals with parentheses.

以上説明したことにより、本発明によれば、記録更新指示が入力された時点から記録維持指示が入力されるまでの期間内に、第1のテーブルに継続して収集され保持されている全ての識別子に対応する統計情報の現在値が記録値として第2のテーブルに保持されるものとなり、処理負荷を増大させることなく、識別子毎に統計情報を継続して計数しながら、全ての識別子について同じ時点での統計情報を収集することが可能となる。   As described above, according to the present invention, all the data that are continuously collected and held in the first table within the period from when the record update instruction is input until the record maintenance instruction is input. The current value of the statistical information corresponding to the identifier is held in the second table as a recorded value, and the same is true for all identifiers while continuously counting the statistical information for each identifier without increasing the processing load. It becomes possible to collect statistical information at the time.

図1は、本発明の実施の形態に係る通信装置のハードウェア構成の概略を示す図である。FIG. 1 is a diagram showing an outline of a hardware configuration of a communication apparatus according to an embodiment of the present invention. 図2は、この通信装置の要部の機能ブロック図である。FIG. 2 is a functional block diagram of the main part of the communication apparatus. 図3Aは、この通信装置の統計情報収集部に設けられる現在値テーブルを例示する図である。FIG. 3A is a diagram illustrating a current value table provided in the statistical information collection unit of the communication device. 図3Bは、この通信装置の統計情報収集部に設けられる記録値テーブルを例示する図である。FIG. 3B is a diagram illustrating a recorded value table provided in the statistical information collection unit of the communication device. 図4は、この通信装置の統計情報収集部の動作を表すフローチャートである。FIG. 4 is a flowchart showing the operation of the statistical information collection unit of this communication apparatus. 図5は、この通信装置の統計情報収集部において実行される現在値更新処理を説明する図である。FIG. 5 is a diagram for explaining current value update processing executed in the statistical information collection unit of the communication apparatus. 図6は、この通信装置の統計情報収集部において実行される記録値更新処理を説明する図である。FIG. 6 is a diagram for explaining the recorded value update processing executed in the statistical information collection unit of this communication apparatus. 図7は、この通信装置の統計情報収集部において実行される記録値改定処理を説明する図である。FIG. 7 is a diagram for explaining the recorded value revision processing executed in the statistical information collection unit of this communication apparatus. 図8は、この通信装置における統計情報収集部の要部の機能ブロック図である。FIG. 8 is a functional block diagram of the main part of the statistical information collection unit in this communication apparatus. 図9は、この通信装置の統計情報収集部の動作を表す状態遷移図である。FIG. 9 is a state transition diagram showing the operation of the statistical information collection unit of this communication apparatus.

以下、本発明の実施の形態を図面に基づいて詳細に説明する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

図1は本発明の実施の形態に係る通信装置100のハードウェア構成の概略を示す図である。この通信装置100は、中央演算処理装置(CPU)101と、ランダムアクセスメモリ(RAM)102と、読み出し専用メモリ(ROM)103と、ハードディスクなどの記憶装置104と、インタフェース105,106と、これらを接続する母線107とを備えている。また、この通信装置100には、本実施の形態特有のプログラムとして、統計情報収集プログラムがインストールされている。   FIG. 1 is a diagram showing an outline of a hardware configuration of a communication apparatus 100 according to an embodiment of the present invention. The communication device 100 includes a central processing unit (CPU) 101, a random access memory (RAM) 102, a read only memory (ROM) 103, a storage device 104 such as a hard disk, interfaces 105 and 106, and the like. And a bus bar 107 to be connected. In addition, a statistical information collection program is installed in the communication apparatus 100 as a program unique to the present embodiment.

通信装置100において、CPU101は、RAM102やROM103,記憶装置104にアクセスしながら、インストールされている統計情報収集プログラムに従って動作する。この統計情報収集プログラムは、例えばCD−ROMなどの記録媒体に記録された状態で提供され、この記録媒体から読み出されて記憶装置104に記録され、使用可能な状態として通信装置100にインストールされている。なお、この統計情報収集プログラムは、ネットワークを通して通信装置100に提供することも可能である。   In the communication device 100, the CPU 101 operates according to the installed statistical information collection program while accessing the RAM 102, the ROM 103, and the storage device 104. The statistical information collection program is provided in a state where it is recorded on a recording medium such as a CD-ROM, read out from the recording medium, recorded in the storage device 104, and installed in the communication device 100 as a usable state. ing. Note that this statistical information collection program can also be provided to the communication apparatus 100 through a network.

図2にこの通信装置100の要部の機能ブロック図を示す。通信装置100は、CPU101の処理機能として、フレーム処理部1と、統計情報収集部2と、統計情報収集タイミング生成部3とを備えている。   FIG. 2 shows a functional block diagram of a main part of the communication apparatus 100. The communication apparatus 100 includes a frame processing unit 1, a statistical information collection unit 2, and a statistical information collection timing generation unit 3 as processing functions of the CPU 101.

フレーム処理部1は、受信フレームFINを入力し、受信フレームFINに応じた処理を施した後、送信フレームFOUTとして出力する。図1に示したハードウェア構成において、受信フレームFINはインタフェース105を介して入力され、送信フレームFOUTはインタフェース106を介して出力される。 The frame processing unit 1 receives the reception frame F IN , performs processing according to the reception frame F IN, and then outputs it as a transmission frame F OUT . In the hardware configuration shown in FIG. 1, the reception frame F IN is input via the interface 105, and the transmission frame F OUT is output via the interface 106.

受信フレームFINに応じた処理の例は、入力ポートからの受信フレームFINの入力、受信フレームFINの出力ポートへの転送、出力ポートからの送信フレームFOUTの出力、受信フレームFINから抽出したヘッダ情報を検索キーとする検索テーブルのエントリの検索、受信フレームFINが属するフロー別のタグ操作、受信フレームFINに対する廃棄判定、優先度別の受信フレームFINの優先制御、受信フレームFINのキューへの蓄積などである。 Examples of process according to the received frame F IN, the input of the received frame F IN from the input port, transfer to the output port of the received frame F IN, the output of the transmission frame F OUT from the output port, from the received frame F IN searching for entries in the search table for the extracted header information as a search key, the received frame F iN is per-flow tag operation belonging, discard determination for the received frame F iN, priority control by priority of the received frame F iN, the received frame For example, accumulation of F IN in a queue.

フレーム処理部1は、受信フレームFINに応じた処理を行うために、識別番号を受信フレームFINに付与し、付与した識別番号に応じてその処理内容を変更する。識別番号の例は、受信フレームFINが入力された入力ポート番号、受信フレームFINを転送した出力ポート番号、受信フレームFINから抽出したヘッダ情報を検索キーとして検索テーブルを検索したときの適合エントリ番号、受信フレームFINが属するフロー別にタグ操作を行うときのフロー番号、廃棄判定した受信フレームFINの廃棄要因を表す廃棄要因番号、受信フレームFINの優先制御を行うときの優先度クラス番号、受信フレームFINをキューに蓄積するときのキュー番号などである。 Frame processing unit 1, in order to perform a process corresponding to the received frame F IN, assigned an identification number to the received frame F IN, to change its processing content in accordance with the granted identification numbers. An example of the identification number is an input port number to which the received frame F IN is input, an output port number to which the received frame F IN is transferred, and a conformance when the search table is searched using the header information extracted from the received frame F IN as a search key. Entry number, flow number when performing tag operation for each flow to which the received frame F IN belongs, discard factor number indicating the discard factor of the received frame F IN determined to be discarded, priority class when performing priority control of the received frame F IN number, and the like queue number when accumulating received frame F iN queue.

フレーム処理部1は、受信フレームFIN毎に識別番号i(iは0以上N未満の任意の整数;Nは1以上の整数)を付与したフレーム信号S1を生成し、この生成したフレーム信号S1を統計情報収集部2に出力する。このフレーム信号S1に付与される識別番号iが本発明でいう識別子に相当する。この識別子は必ずしも番号でなくてもよい。また、この実施の形態では、識別番号iを0を最小値とする整数とするが、n(nは1以上の整数)を最小値とする整数であってもよい。 Frame processing unit 1 is received for each frame F IN identification number i (any integer less than i is 0 or N; N is an integer of 1 or more) to generate a frame signal S1 granted, frame signals and the generated S1 Is output to the statistical information collection unit 2. The identification number i given to the frame signal S1 corresponds to the identifier in the present invention. This identifier is not necessarily a number. In this embodiment, the identification number i is an integer having a minimum value of 0, but may be an integer having a minimum value of n (n is an integer of 1 or more).

フレーム信号S1は、フレーム処理部1が受信フレームFINに応じた処理を行うとき、受信フレームFIN毎に生成する信号であり、統計情報収集部2においてフレーム数や累計バイト数などを計数するために使用される。例えば、統計情報収集部2においてフレーム数を計数する場合のフレーム信号S1は、フレーム毎のパルスである。また、統計情報収集部2において累計バイト数を計数する場合のフレーム信号S1は、フレーム毎のフレーム長に相当するバイト数とパルスの組である。 Frame signal S1, when performing processing for frame processing unit 1 corresponding to the received frame F IN, a signal generated for each received frame F IN, counted and the number of frames or the number of total bytes in statistics collection unit 2 Used for. For example, the frame signal S1 when the statistical information collection unit 2 counts the number of frames is a pulse for each frame. Further, the frame signal S1 when the cumulative number of bytes is counted in the statistical information collection unit 2 is a set of the number of bytes and a pulse corresponding to the frame length for each frame.

統計情報収集タイミング生成部3は、通信システムの保守・監視・管理を担う外部装置(通信システムの保守・監視・管理の各処理を行うためのソフトウェアを実行するプロセッサ((図示せず)))からの要求に基づいて、後述する記録更新指示S21および記録維持指示S22を表す統計情報収集タイミング信号S2を生成し、統計情報収集部2に出力する。 The statistical information collection timing generation unit 3 is an external device that performs maintenance, monitoring, and management of the communication system (a processor (not shown) that executes software for performing each process of maintenance, monitoring, and management of the communication system). Based on the request from, a statistical information collection timing signal S2 representing a recording update instruction S2 1 and a recording maintenance instruction S2 2 described later is generated and output to the statistical information collection unit 2.

外部装置からの要求の例は、指定した周期で統計情報の記録を取ることである。この例の場合、統計情報収集タイミング生成部3は、周期を計るタイマを備え、このタイマに基づいて、つまり要求された周期毎に、統計情報収集タイミング信号S2を生成することになる。外部装置からの要求の別の例は、要求直後の統計情報の記録を取ることである。この例の場合、統計情報収集タイミング生成部3は、要求を受けたとき、統計情報収集タイミング信号S2を生成することになる。   An example of a request from an external device is to record statistical information at a specified cycle. In this example, the statistical information collection timing generation unit 3 includes a timer for measuring a cycle, and generates the statistical information collection timing signal S2 based on this timer, that is, for each requested cycle. Another example of a request from an external device is to record statistical information immediately after the request. In this example, when receiving the request, the statistical information collection timing generation unit 3 generates the statistical information collection timing signal S2.

統計情報収集タイミング信号S2の例は、2本のパルス信号の組であり、2本のパルス信号の組の1つが記録更新指示S21を表し、他の1つが記録維持指示S22を表す。統計情報収集タイミング信号S2の別の例は、1ビットの信号であり、1ビットの信号の立下がり(値が「1」から「0」に変化する)時点が記録更新指示S21を表し、1ビットの信号の立上がり(値が「0」から「1」に変化する)時点が記録維持指示S22を表す。統計情報収集タイミング信号S2において、記録更新指示S21と記録維持指示S22は、記録更新指示S21が先に生成され、所定の時間が経過した後に記録維持指示S22が生成される。すなわち、記録更新指示S21、記録維持指示S22の順で生成される。 Examples of statistical information collection timing signal S2 is a set of two pulse signals, one of a set of two pulse signals but represent recording update instruction S2 1, one of the other represents a record keeping instruction S2 2. Another example of a statistics collection timing signal S2 is a 1-bit signal, 1 fall of bits of the signal (the value changes from "1" to "0") when represents a record update instruction S2 1, 1 rise of bit signals (value changes from "0" to "1") when represents a record keeping instruction S2 2. In statistics collection timing signal S2, the recording update instruction S2 1 and recordkeeping instruction S2 2 is recorded update instruction S2 1 is generated earlier, record keeping instruction S2 2 after a predetermined time has elapsed is generated. That is, the record update instruction S2 1 and the record maintenance instruction S2 2 are generated in this order.

統計情報収集部2は、フレーム信号S1に関する現時点の統計情報(最新の統計情報)を統計情報の現在値として識別番号別に保持する現在値テーブルTB1(本発明でいう第1のテーブルに相当)と、現在値テーブルTB1に保持されているフレーム信号S1に関する統計情報の現在値を統計情報の記録値として識別子別に保持する記録値テーブルTB2(本発明でいう第2のテーブルに相当)とを備えている。   The statistical information collection unit 2 includes a current value table TB1 (corresponding to the first table in the present invention) that holds the current statistical information (the latest statistical information) regarding the frame signal S1 as the current value of the statistical information for each identification number. And a recording value table TB2 (corresponding to the second table in the present invention) that holds the current value of the statistical information related to the frame signal S1 held in the current value table TB1 for each identifier as the recorded value of the statistical information. Yes.

現在値テーブルTB1と記録値テーブルTB2は、それぞれ、各識別番号i(iは0以上N未満の任意の整数)に対応する統計情報#iを保持することが可能であり(図3A、図3B参照)、識別番号iを指定して保持されている統計情報#iを取得することと、識別番号iと統計情報#iを指定して保持されている統計情報#iを更新することができる。   Each of the current value table TB1 and the recorded value table TB2 can hold statistical information #i corresponding to each identification number i (i is an arbitrary integer between 0 and less than N) (FIGS. 3A and 3B). Reference), obtaining statistical information #i that is retained by specifying identification number i, and updating statistical information #i that is retained by specifying identification number i and statistical information #i .

現在値テーブルTB1や記録値テーブルTB2を回路として実装する場合は、現在値テーブルTB1と記録値テーブルTB2に対応した各メモリを統計情報収集部2に備え、各メモリのアドレスiに、識別番号iに対応する統計情報#iを記憶する。この場合、メモリからアドレスiのワードを読み出したときの読出値が、保持されている統計情報#iの値であり、メモリのアドレスiのワードに統計情報#i(新しい統計情報#i)を書き込むことによって、保持されている統計情報#i(直前の統計情報#i)を更新することができる。   When the current value table TB1 or the recorded value table TB2 is implemented as a circuit, the statistical information collecting unit 2 includes each memory corresponding to the current value table TB1 and the recorded value table TB2, and an identification number i is assigned to each memory address i. Statistical information #i corresponding to is stored. In this case, the read value when the word at the address i is read from the memory is the value of the stored statistical information #i, and the statistical information #i (new statistical information #i) is added to the word at the address i in the memory. By writing, the stored statistical information #i (last statistical information #i) can be updated.

なお、上記の例では、識別番号iは0を最小値とする整数であるが、n(nは1以上の整数)を最小値とする整数であってもよい。この場合、メモリのアドレスi−nに統計情報#iを記憶することで、不要な統計情報i’(i’=0...n−1)用のメモリ領域を用意しなくとも済む。また、メモリのアドレスi+m(mは1以上の整数)に、識別番号iに対応する統計情報#iを記憶することも可能であり、メモリを別の統計情報を記憶するためにも利用することができる(例えばm=Nとして、識別番号iのフレーム数を、メモリのアドレスiのワードに記録し、識別番号iの累計バイト数を、メモリのアドレスi+mに記録する)。   In the above example, the identification number i is an integer having a minimum value of 0, but may be an integer having a minimum value of n (n is an integer of 1 or more). In this case, by storing the statistical information #i at the memory address i−n, it is not necessary to prepare a memory area for unnecessary statistical information i ′ (i ′ = 0... N−1). It is also possible to store the statistical information #i corresponding to the identification number i at the memory address i + m (m is an integer of 1 or more), and use the memory to store other statistical information. (For example, if m = N, the number of frames with the identification number i is recorded in the word at the address i of the memory, and the cumulative number of bytes of the identification number i is recorded at the address i + m in the memory).

統計情報収集部2は、統計情報収集タイミング生成部3から送られてくる記録更新指示S21および記録維持指示S22を受けて、記録値テーブルTB2に保持されている統計情報の記録値に対して所定の処理を行う機能を備えている。この統計情報収集部2が行う所定の処理については後述する。また、記録更新指示S21は、記録値テーブルTB2に保持されている統計情報の記録値の更新を指示する指令として、記録維持指示S22は、記録値テーブルTB2に保持されている統計情報の記録値の維持を指示する指令として、統計情報収集タイミング生成部3から統計情報収集部2に入力される。 Statistics collection unit 2 receives the recording update instruction S2 1 and recording maintenance instruction S2 2 sent from the statistics collection timing generator 3, the recording value of the statistical information stored in the recording value table TB2 A function of performing predetermined processing. The predetermined process performed by the statistical information collection unit 2 will be described later. The recording update instruction S2 1 as a command for instructing the update of the recorded value of the statistical information stored in the recording value table TB2, record keeping instruction S2 2 is the statistical information stored in the recording value table TB2 The command is input from the statistical information collection timing generation unit 3 to the statistical information collection unit 2 as a command for instructing maintenance of the recorded value.

図4に、統計情報収集部2の動作を表すフローチャートを示す。なお、この動作の開始時、現在値テーブルTB1と記録値テーブルTB2はクリアされ、j=0としてループカウンタの初期化が行われているものとする。   FIG. 4 is a flowchart showing the operation of the statistical information collection unit 2. It is assumed that at the start of this operation, the current value table TB1 and the recorded value table TB2 are cleared and the loop counter is initialized with j = 0.

統計情報収集部2は、フレーム信号S1が入力されると(ステップS101のYES)、この入力されたフレーム信号S1に付与されている識別番号i(iは0以上N未満の任意の整数)に対応する現在値テーブルTB1中の統計情報#iを更新し、最新の統計情報#iとする(図5参照)。   When the frame signal S1 is input (YES in step S101), the statistical information collection unit 2 assigns the identification number i (i is an arbitrary integer between 0 and N) to the input frame signal S1. The statistical information #i in the corresponding current value table TB1 is updated to the latest statistical information #i (see FIG. 5).

すなわち、統計情報収集部2は、現在値テーブルTB1に保持されている統計情報#i(直前の現在値)を取得し(ステップS102)、入力されたフレーム信号S1と取得した統計情報#i(直前の現在値)とに基づき統計情報#iの更新値(新しい現在値)を算出し(ステップS103)、現在値テーブルTB1中の統計情報#i(直前の現在値)をステップS103で算出した統計情報#iの更新値(新しい現在値)に書き替える(ステップS104)。このステップS102〜S104の処理を「現在値更新処理」と呼ぶ。統計情報収集部2は、フレーム信号S1が入力される毎に、この現在値更新処理を繰り返す。   That is, the statistical information collection unit 2 acquires the statistical information #i (previous current value) held in the current value table TB1 (step S102), and receives the input frame signal S1 and the acquired statistical information #i ( The updated value (new current value) of the statistical information #i is calculated based on (the previous current value) (step S103), and the statistical information #i (the previous current value) in the current value table TB1 is calculated in step S103. The updated value (new current value) of the statistical information #i is rewritten (step S104). The processing in steps S102 to S104 is referred to as “current value update processing”. The statistical information collection unit 2 repeats this current value update process every time the frame signal S1 is input.

例えば、統計情報がフレーム数の場合、ステップS102〜S104での現在値更新処理では、識別番号iが付与されているフレーム信号S1を受けて、現在値テーブルTB1から統計情報#i(直前の現在値)を取得し(現在値テーブルTB1に対応するメモリのアドレスiを読み出して読出値を統計情報#i(直前の現在値)とし)、この取得した統計情報#i(直前の現在値)に1を加えた値を統計情報#iの更新値(新しい現在値)として現在値テーブルTB1に保持させる(現在値テーブルTB1に対応するメモリのアドレスiに更新値(新しい現在値)を書き込む)。   For example, when the statistical information is the number of frames, in the current value update processing in steps S102 to S104, the frame signal S1 to which the identification number i is assigned is received, and the statistical information #i (the current current value from the current value table TB1) is received. Value) (reads out the memory address i corresponding to the current value table TB1 and sets the read value as the statistical information #i (previous current value)), and the acquired statistical information #i (preceding current value) A value obtained by adding 1 is held in the current value table TB1 as an updated value (new current value) of the statistical information #i (an updated value (new current value) is written in the address i of the memory corresponding to the current value table TB1).

例えば、統計情報として累計バイト数を計数する場合、ステップS102〜S104の現在値更新処理では、識別番号iが付与されフレーム長(バイト数)を伴うフレーム信号S1を受けて、現在値テーブルTB1から統計情報#i(直前の現在値)を取得し、この取得した統計情報#i(直前の現在値)にフレーム長(バイト数)を加えた値を統計情報#iの更新値(新しい現在値)として現在値テーブルTB1に保持させる(現在値テーブルTB1に対応するメモリのアドレスiに更新値(新しい現在値)を書き込む)。   For example, when the cumulative number of bytes is counted as statistical information, the current value update process in steps S102 to S104 receives the frame signal S1 with the identification number i attached and the frame length (number of bytes), and from the current value table TB1. The statistical information #i (previous current value) is acquired, and the value obtained by adding the frame length (number of bytes) to the acquired statistical information #i (previous current value) is the updated value of the statistical information #i (new current value) ) Is stored in the current value table TB1 (an updated value (new current value) is written in the memory address i corresponding to the current value table TB1).

統計情報収集部2は、フレーム信号S1が入力される毎に現在値更新処理を実行するが、記録更新指示S21が入力された時点から記録維持指示S22が入力されるまでの期間、すなわち、記録更新指示S21が入力され、かつ、記録維持指示S22が未入力であるステップS105のYESならば、現在値更新処理(ステップS102〜S104)と併せて記録値更新処理(ステップS106)を実行する(ステップS101〜S108の繰り返し)。 The statistical information collection unit 2 executes the current value update process every time the frame signal S1 is input, but the period from when the recording update instruction S2 1 is input to when the recording maintenance instruction S2 2 is input, that is, is inputted recording update instruction S2 1, and records maintenance instruction S2 2 is YES in step S105 is not entered, the current value update processing (step S 102 to S 104) in conjunction with the recorded value update processing (step S106) Is executed (repetition of steps S101 to S108).

ステップS106での記録値更新処理では、現在値更新処理によって更新された現在値テーブルTB1中の統計情報#i(更新値(新しい現在値))を記録値として、記録値テーブルTB2中に保持させる(図6参照)。   In the recorded value update process in step S106, statistical information #i (updated value (new current value)) in the current value table TB1 updated by the current value update process is stored as a recorded value in the recorded value table TB2. (See FIG. 6).

したがって、識別番号iが付与されているフレーム信号S1に基づいて現在値更新処理と記録値更新処理を終えた時点では、現在値テーブルTB1と記録値テーブルTB2に各々保持されている統計情報#iは、同じ値となる。これにより、記録更新指示S21が入力されてから記録維持指示S22が入力されるまでの期間内に記録値更新処理が行われた統計情報#iについては、現在値テーブルTB1と記録値テーブルTB2の各保持値は、同一であることが保証される。 Therefore, at the time when the current value update process and the recorded value update process are finished based on the frame signal S1 to which the identification number i is assigned, the statistical information #i held in the current value table TB1 and the recorded value table TB2 respectively. Have the same value. As a result, for the statistical information #i for which the record value update processing has been performed within the period from when the record update instruction S2 1 is input to when the record maintenance instruction S2 2 is input, the current value table TB1 and the record value table Each holding value of TB2 is guaranteed to be the same.

また、統計情報収集部2は、記録更新指示S21が入力された時点以後、識別番号の順番で、すなわち識別番号に相当するループカウンタj=0...N−1に基づいて、現在値テーブルTB1に保持されている統計情報#jを記録値テーブルTB2の統計情報#jにコピーする記録値改定処理を行う(ステップS110,S111、図7参照)。 Also, statistics collection unit 2, record update instruction S2 1 is the time after input, in the order of identification numbers, i.e. loop counter j = 0, which corresponds to the identification number. . . Based on N-1, a record value revision process is performed to copy the statistical information #j held in the current value table TB1 to the statistical information #j of the recording value table TB2 (see steps S110 and S111, FIG. 7).

ステップS110,111での記録値改定処理によって、記録更新指示S21が入力されてから記録維持指示S22が入力されるまでの期間内に記録値更新処理が行われなかった現在値テーブルTB1中の統計情報#iについても、記録値テーブルTB2に保持される。これによって、現在値テーブルTB1と記録値テーブルTB2の各保持値は、同一であることが保証される。 In the current value table TB1 in which the record value update processing has not been performed within the period from when the record update instruction S2 1 is input to when the record maintenance instruction S2 2 is input by the record value revision process in steps S110 and S111. The statistical information #i is also stored in the recording value table TB2. Thus, it is guaranteed that the retained values in the current value table TB1 and the recorded value table TB2 are the same.

ただし、記録更新指示S21が入力されてから記録維持指示S22が入力されるまでの期間内に記録値改定処理が完了しなかった場合、つまり、現在値テーブルTB1に保持されている全ての統計情報#j;j=0...N−1について記録値テーブルTB2へのコピーが終わらなかった場合は、記録維持指示S22が入力された時点での現在値テーブルTB1と記録値テーブルTB2の各保持値の一致が保証されない。このため、統計情報収集タイミング生成部3は、記録値改定処理の完了に必要な時間よりも、記録更新指示S21のタイミングから記録維持指示S22のタイミングまでの時間が長くなるように、記録更新指示S21および記録維持指示S22を表す統計情報収集タイミング信号S2を生成する必要がある。 However, when the record value revision processing is not completed within the period from when the record update instruction S2 1 is input to when the record maintenance instruction S2 2 is input, that is, all the values held in the current value table TB1 Statistical information #j; j = 0. . . If a copy of the N-1 to the recording value table TB2 is not the end, matching the current value each holding values in the table TB1 and the recording value table TB2 of when the record keeping instruction S2 2 is input is not guaranteed. Therefore, statistics collection timing generator 3, than the time required to complete the recording value revision process, as the time from the timing of recording update instruction S2 1 to the timing of the record keeping instruction S2 2 becomes longer, recording It is necessary to generate a statistical information collection timing signal S2 representing the update instruction S2 1 and the record keeping instruction S2 2 .

なお、上記の例では、ループカウンタjは0を最小値とする整数であるが、n(nは1以上の整数)を最小値とする整数であってもよい。この場合は、j=n...N−1について、現在値テーブルTB1に保持されている統計情報#jを、記録値テーブルTB2の統計情報#jにコピーする。また、ループカウンタjを識別番号の最小値から1ずつインクリメントして識別番号の最大値に達するまで、記録値改定処理を繰り返すのではなく、識別番号の最大値から1ずつデクリメントして最小値に達するまで、記録値改定処理を繰り返す方法であってもよい。また、使用されている全ての識別番号iについて、少なくとも1回、現在値テーブルTB1に保持されている統計情報#iを記録値テーブルTB2の統計情報#iにコピーすることができる方法であれば、ループカウンタjのインクリメントあるいはデクリメントによらず、全ての識別番号に対して記録値改定処理を行う方法であってもよい。   In the above example, the loop counter j is an integer having a minimum value of 0, but may be an integer having a minimum value of n (n is an integer of 1 or more). In this case, j = n. . . For N-1, the statistical information #j held in the current value table TB1 is copied to the statistical information #j of the recording value table TB2. In addition, the loop counter j is incremented by 1 from the minimum value of the identification number until the maximum value of the identification number is reached. Instead of repeating the recording value revision process, the maximum value of the identification number is decremented by 1 to the minimum value. It may be a method of repeating the recorded value revision process until the value is reached. Moreover, as long as it is a method that can copy the statistical information #i held in the current value table TB1 to the statistical information #i of the recording value table TB2 at least once for all the identification numbers i used. A method may be used in which the record value revision process is performed for all identification numbers regardless of the increment or decrement of the loop counter j.

また、記録値更新処理によって現在値テーブルTB1と記録値テーブルTB2の各統計情報#iが同値になっている識別番号iについては、記録値改定処理を省くことができる。例えば、識別番号iの各々について、記録値更新処理を実施済か否かを示す記録値更新フラグ#iを設け、記録更新指示S21が入力された時点で全ての記録値更新フラグをクリアしておき、識別番号iに対する記録値更新処理を行ったときに記録値更新フラグ#iをセットし、ループカウンタjに基づいて記録値改定処理を行う際に、記録値更新フラグ#jがセットされていない識別番号jのみを対象として記録値改定処理を行うようにすれば、記録値更新処理によって現在値テーブルTB1と記録値テーブルTB2の各統計情報#iが同値になっている識別番号iについての記録値改定処理を省くことが可能となる。 Further, for the identification number i in which the statistical information #i in the current value table TB1 and the recorded value table TB2 has the same value by the recorded value update process, the recorded value revision process can be omitted. For example, for each identification number i, the recording value update flag #i indicating whether already carried out recording value updating process is provided to clear all records value update flag when the recording update instruction S2 1 is input The record value update flag #i is set when the record value update process for the identification number i is performed, and the record value update flag #j is set when the record value revision process is performed based on the loop counter j. If the recording value revision process is performed only for the identification number j that has not been recorded, the identification number i for which the statistical information #i in the current value table TB1 and the recording value table TB2 has the same value as a result of the recording value update process. It is possible to omit the recorded value revision process.

統計情報収集部2の現在値テーブルTB1に保持されている各統計情報#iは、識別番号iが付与されたフレーム信号S1の入力毎に現在値更新処理が施されるので、統計情報収集部2が動作している間は、識別番号iに関して継続して収集された統計情報の値に一致する。   Each statistical information #i held in the current value table TB1 of the statistical information collecting unit 2 is subjected to a current value update process for each input of the frame signal S1 assigned with the identification number i. While 2 is operating, it matches the value of the statistical information continuously collected for the identification number i.

また、統計情報収集部2の記録値テーブルTB2に保持されている各統計情報#jは、記録更新指示S21が入力された後、全ての識別番号jについて、記録値更新処理または記録値改定処理またはその両方が施される。 Further, each statistic #j stored in the recorded value table TB2 statistics collection unit 2, a recording after the update instruction S2 1 is input, for every identification number j, the recorded value update processing or recording value revision Processing or both are applied.

全ての識別番号j(j=0...N−1)について統計情報#jに対する記録値改定処理を行った後は、任意の識別番号i(iは0以上N−1以下の整数)が付与されたフレーム信号S1を受けたときの現在値更新処理による現在値テーブルTB1の統計情報#iに対する更新と併せて、記録値更新処理による記録値テーブルTB2の統計情報#iに対する現在値テーブルTB1の統計情報#iと同値とするための更新が行われる。   After the record value revision processing for the statistical information #j is performed for all the identification numbers j (j = 0... N-1), an arbitrary identification number i (i is an integer between 0 and N-1). Along with the update to the statistical information #i of the current value table TB1 by the current value update process when the assigned frame signal S1 is received, the current value table TB1 to the statistical information #i of the recorded value table TB2 by the recorded value update process Is updated to the same value as the statistical information #i.

これにより、記録更新指示S21が入力されてから記録維持指示S22が入力されるまでの期間が終了した時点では、現在値テーブルTB1の統計情報#jと記録値テーブルTB2の統計情報#jは同値となることが保証され、記録値テーブルTB2の統計情報#jは識別番号jに関して継続して収集された統計情報の値に一致するものとなる。 As a result, at the time when the period from when the record update instruction S2 1 is input to when the record maintenance instruction S2 2 is input ends, the statistical information #j of the current value table TB1 and the statistical information #j of the recording value table TB2 Are equal to each other, and the statistical information #j in the recording value table TB2 matches the value of the statistical information continuously collected with respect to the identification number j.

統計情報収集部2は、記録維持指示S22が入力された時点で、記録値更新処理および記録値改定処理を停止させる。これにより、記録値テーブルTB2に保持された統計情報#jは、記録維持指示S22が入力された時点の値を維持する。 Statistics collection unit 2, when the recording maintenance instruction S2 2 is input, stopping the recording value update processing and recording values revision process. Thus, statistical information #j that has been held in the recording value table TB2 maintains the value at which the record keeping instruction S2 2 is input.

したがって、記録維持指示S22が入力された後、次の記録更新指示S21が入力されるまでの期間は、記録値テーブルTB2に保持された各統計情報#jは、記録維持指示S22が入力された時点までに識別番号jに関して継続して収集された統計情報の値に一致する。なお、統計情報収集部2は、次の記録更新指示S21が入力された時点で、記録維持指示S22を契機とする記録値テーブルTB2に保持された統計情報の値の維持を解除し、次の記録維持指示S22の入力に備える。 Therefore, during the period from when the record maintenance instruction S2 2 is input until the next record update instruction S2 1 is input, each statistical information #j held in the record value table TB2 has the record maintenance instruction S2 2 It matches the value of the statistical information continuously collected with respect to the identification number j up to the point of input. Incidentally, statistics collection unit 2, when 1 next recording update instruction S2 is inputted, releases the maintenance of the value of the statistical information held in the recording value table TB2 triggered by the record keeping instruction S2 2, provided to the input of the next record keeping instruction S2 2.

このように、記録維持指示S22が入力された後、次の記録更新指示S21が入力されるまでの期間は、記録値テーブルTB2に保持された統計情報#jは、記録維持指示S22が入力された時点までに識別番号jに関して継続して収集された統計情報の値を維持する。この記録値テーブルTB2中の統計情報の値が維持されている期間は、統計情報収集部2の現在値テーブルTB1に保持されている統計情報に対して、識別番号iが付与されたフレーム信号S1の入力毎に現在値更新処理が実行される。 As described above, the statistical information #j held in the record value table TB2 after the record maintenance instruction S2 2 is input until the next record update instruction S2 1 is input is the record maintenance instruction S2 2. The value of the statistical information continuously collected with respect to the identification number j is maintained up to the time when is input. During the period in which the value of the statistical information in the recorded value table TB2 is maintained, the frame signal S1 to which the identification number i is assigned to the statistical information held in the current value table TB1 of the statistical information collecting unit 2 The current value update process is executed for each input.

これにより、記録維持指示S22が入力された後、次の記録更新指示S21が入力されるまでの期間に、記録値テーブルTB2に保持された各統計情報を識別番号毎に1回ずつ記録値テーブルTB2から読み取るようにすれば、記録維持指示S22が入力された時点での全ての識別番号に対応する継続して収集された統計情報を取得できるものとなる。 Thus, after the recording maintenance instruction S2 2 is input, records the period until 1 the next recording update instruction S2 is inputted, once each statistical information held in the recording value table TB2 each identification number if to read from the value table TB2, it becomes a continuous statistical information collected for all of the identification number at the time the record keeping instruction S2 2 is input can be obtained.

なお、記録値更新処理および記録値改定処理において、現在値テーブルTB1に保持されている統計情報#iの値と記録値テーブルTB2の統計情報#iの値を完全に一致させるのではなく、現在値テーブルTB1に保持されている統計情報#iの値を、通信システムの保守・監視・管理のために必要とされている値に変換し、この変換後の値を記録値テーブルTB2の統計情報#iとして保持することも可能である。   In the recorded value update process and the revised record value process, the value of the statistical information #i held in the current value table TB1 and the value of the statistical information #i of the recorded value table TB2 are not completely matched, The value of the statistical information #i held in the value table TB1 is converted into a value required for the maintenance, monitoring and management of the communication system, and the converted value is converted into the statistical information of the recording value table TB2. It is also possible to hold it as #i.

例えば、現在値テーブルTB1に保持されている統計情報#iの値が、1バイトを単位とした累計バイト数であるが、通信システムの保守・監視・管理のために必要な値は1Kバイト単位であればよいという場合、1バイトを単位とした累計バイト数の値に対して、1Kバイト未満を切り捨てや四捨五入の処理を施して、1Kバイト単位の累計バイト数の値に変換し、これを、記録値テーブルTB2の統計情報#iとして保持する。これにより、現在値テーブルTB1に必要とされるメモリ容量よりも小さい容量のメモリを記録値テーブルTB2に用いることができ、装置コストの低減が可能となる。   For example, the value of the statistical information #i held in the current value table TB1 is the cumulative number of bytes in units of 1 byte, but the value necessary for maintenance, monitoring, and management of the communication system is in units of 1 Kbyte. If so, the value of the total number of bytes in units of 1 byte is rounded off or rounded off to the nearest 1 Kbytes, and converted to a value of total bytes in 1 Kbyte units. And stored as statistical information #i of the recorded value table TB2. As a result, a memory having a smaller capacity than the memory capacity required for the current value table TB1 can be used for the recording value table TB2, and the apparatus cost can be reduced.

図8に統計情報収集部2の要部の機能ブロック図を示し、図9に統計情報収集部2の動作を表す状態遷移図を示す。統計情報収集部2は、CPU101の処理機能として、現在値更新処理部21と、記録値処理部22とを備えている。   FIG. 8 shows a functional block diagram of the main part of the statistical information collection unit 2, and FIG. 9 shows a state transition diagram showing the operation of the statistical information collection unit 2. The statistical information collection unit 2 includes a current value update processing unit 21 and a recorded value processing unit 22 as processing functions of the CPU 101.

現在値更新処理部21は、フレーム信号S1が入力される毎に、そのフレーム信号S1に関する最新の統計情報を新しい現在値として求め、そのフレーム信号S1に付与されている識別番号に対応する現在値テーブルTB1中の統計情報の現在値(直前の現在値)を新しい現在値(更新値)に更新する現在値更新処理を実行する。この現在値更新処理は、図9に示す遷移状態M1(現在値更新状態),M2(現在値&記録値更新状態1),M3(現在値&記録値更新状態2)の全てにおいて実行される。   Each time the frame signal S1 is input, the current value update processing unit 21 obtains the latest statistical information regarding the frame signal S1 as a new current value, and the current value corresponding to the identification number assigned to the frame signal S1. A current value update process is executed to update the current value (last current value) of the statistical information in the table TB1 to a new current value (updated value). This current value update process is executed in all of the transition states M1 (current value update state), M2 (current value & recorded value update state 1), and M3 (current value & recorded value update state 2) shown in FIG. .

記録値処理部22は、統計情報収集タイミング生成部3からの記録更新指示S21および記録維持指示S22を受けて、記憶テーブルTB2に保持されている統計情報の記録値に対して所定の処理を行う。 Recording value processing unit 22 receives the recording update instruction S2 1 and recording maintenance instruction S2 2 from statistics collection timing generator 3, a predetermined processing for recording values of the statistical information stored in the memory table TB2 I do.

記録値処理部22は、前記の所定の処理として、記録更新指示S21が入力された時点から記録維持指示S22が入力されるまでの期間内に、現在値更新処理部21が現在値更新処理を実行する毎に、その現在値更新処理によって更新された現在値テーブルTB1中の統計情報の現在値(新しい現在値(更新値))を記録値として記録値テーブルTB2に保持させる記録値更新処理(図9に示す遷移状態M6(記録値更新状態)参照)と、少なくとも記録値更新処理の対象となっていない現在値テーブルTB1中の統計情報の現在値を記録値として記録値テーブルTB2に保持させる記録値改定処理(図9に示す遷移状態M5(記録値改定状態)参照)とを実行する。 As the predetermined processing, the recorded value processing unit 22 updates the current value within the period from when the recording update instruction S2 1 is input to when the recording maintenance instruction S2 2 is input. Every time the process is executed, the recorded value update causes the recorded value table TB2 to store the current value (new current value (updated value)) of the statistical information in the current value table TB1 updated by the current value updating process as a recorded value. Processing (see transition state M6 (recording value update state) shown in FIG. 9) and at least the current value of the statistical information in the current value table TB1 that is not the target of the recording value update process is recorded in the recording value table TB2. The recorded value revision process to be held (see transition state M5 (recorded value revision state) shown in FIG. 9) is executed.

また、記録値処理部22は、前記の所定の処理として、さらに、記録維持指示S22が入力された時点で、記録値更新処理および記録値改定処理を停止し、記録値テーブルTB2における統計情報の記録値の値を次の記録値更新指示S21が入力されるまで維持する処理(図9に示す遷移状態M4(記録値維持状態)参照)を実行する。また、記録値処理部22は、前記の所定処理として、さらに、記録値更新指示S21が入力された時点で、記録値テーブルTB2における統計情報の記録値の値の維持を解除する処理を実行する。 The recording value processing unit 22, a predetermined process of the further, at the time the record keeping instruction S2 2 is inputted, stops the recording value update processing and recording values revision process, the statistical information in the recording value table TB2 the value of the recorded values to perform a process of maintaining until the next recorded value update instruction S2 1 is input (see the transition state shown in FIG. 9 M4 (recorded value maintained state)). The recording value processing unit 22, a predetermined processing of the further, at the time when the recording value update instruction S2 1 is input, executes processing for releasing the maintained value of the recorded value of the statistical information in the recording value table TB2 To do.

なお、図9に示す遷移状態M1では、現在値更新処理(現在値テーブルTB1の統計情報#iの更新)が行われる(例:更新値=現在値テーブルTB1の統計情報#i+1;現在値テーブルTB1の統計情報#i=更新値;)。図9に示す遷移状態M2,M3では、現在値更新処理(現在値テーブルTB1の統計情報#iの更新)と、記録値更新処理(更新後の現在値テーブルTB1の統計情報#iの記録値テーブルTB2の統計情報#iへの反映)が行われる(例:更新値=現在値テーブルTB1の統計情報#i+1;現在値テーブルTB1の統計情報#i=更新値;記録値テーブルTB2の統計情報#i=更新値;)。図9に示す遷移状態M5では、全ての識別番号j(j=0...N−1)に対して記録値改定処理(現在値テーブルTB1の統計情報#jの値の記録値テーブルTB2の統計情報#jへの反映)が行われる(例:for j=0...N−1{更新値=現在値テーブルTB1の統計情報#j;記録値テーブルTB2の統計情報#j=更新値;})。   In the transition state M1 shown in FIG. 9, current value update processing (update of statistical information #i in the current value table TB1) is performed (example: updated value = statistic information # i + 1 in the current value table TB1; current value table). TB1 statistical information # i = updated value;). In the transition states M2 and M3 shown in FIG. 9, the current value update process (update of statistical information #i in the current value table TB1) and the record value update process (recorded value of statistical information #i in the updated current value table TB1) (Reflected in the statistical information #i of the table TB2) (example: updated value = statistical information # i + 1 in the current value table TB1; statistical information #i in the current value table TB1 = updated value; statistical information in the recorded value table TB2) # I = update value;). In the transition state M5 shown in FIG. 9, all the identification numbers j (j = 0... N-1) are recorded value revision processing (statistic information #j value of the recorded value table TB2 of the current value table TB1). (For example: for j = 0... N-1 {updated value = statistical information #j of current value table TB1; statistical information # j = updated value of recorded value table TB2) ;)).

従来の技術では、前述したように、全ての識別番号に対応する統計情報を同時に読み取ることができず、識別番号の順番で1個ずつ読み取るため、識別番号毎の収集期間を一致させることができず、収集した統計情報の値が不正確になるという問題があった。また、問題に対処するため、全ての識別番号を対象として統計情報の収集開始と収集停止を行うことにより、識別番号毎の収集期間を一致させることができるが、収集停止後は統計情報の更新が止まるため、統計情報を収集していない期間が生じ、継続した統計情報の収集ができない、という問題が生じる。また、問題に対処するため、2個のメモリを用意しておき、一方のメモリを使用した統計情報の収集を停止するときは、それと同時に他方のメモリを使用した統計情報の収集を開始する場合であっても、各メモリに保持されている統計情報について識別番号毎に合算する処理が必要となるため、統計情報収集に要する処理負荷が増大する、という問題が生じる。   In the prior art, as described above, the statistical information corresponding to all the identification numbers cannot be read at the same time, but one by one in the order of the identification numbers, so that the collection periods for each identification number can be matched. However, there was a problem that the collected statistical information values were inaccurate. In addition, in order to deal with the problem, it is possible to match the collection period for each identification number by starting and stopping collecting statistical information for all identification numbers. Therefore, there is a period in which statistical information is not collected, and there is a problem that statistical information cannot be collected continuously. In addition, in order to deal with the problem, two memories are prepared, and when collecting statistical information using one memory is stopped, simultaneously collecting statistical information using the other memory is started. However, since it is necessary to add up the statistical information held in each memory for each identification number, there arises a problem that the processing load required for collecting the statistical information increases.

これに対して、本実施の形態の通信装置100では、識別番号毎に1回ずつ記録値テーブルTB2から統計情報を読み取ることによって、記録維持指示S22が入力された時点での全ての識別番号に対応する継続して収集された統計情報を取得できる。このため、従来の技術における問題を全て解消することができ、処理負荷を増大させることなく、通信システムの保守・監視・管理のために、識別子毎に統計情報を継続して計数しながら、全ての識別子について同じ時点での統計情報(送受信フレームや廃棄フレームのフレーム数やバイト数)を収集することができるようになる、という効果が得られる。 In contrast, the communication device 100 of the present embodiment, by reading the statistical information from the recording value table TB2 once every identification number, all of the identification number at the time the record keeping instruction S2 2 is input The statistical information collected continuously can be acquired. For this reason, all the problems in the conventional technology can be solved, and while maintaining statistical information for each identifier for the maintenance, monitoring and management of the communication system without increasing the processing load, As a result, it is possible to collect statistical information (number of frames of transmitted / received frames and discarded frames and the number of bytes) at the same time.

〔実施の形態の拡張〕
以上、実施の形態を参照して本発明を説明したが、本発明は上記の実施の形態に限定されるものではない。本発明の構成や詳細には、本発明の技術思想の範囲内で当業者が理解し得る様々な変更をすることができる。
[Extension of the embodiment]
The present invention has been described above with reference to the embodiment. However, the present invention is not limited to the above embodiment. Various changes that can be understood by those skilled in the art can be made to the configuration and details of the present invention within the scope of the technical idea of the present invention.

1…フレーム処理部、2…統計情報収集部、3…統計情報収集タイミング生成部、21…現在値更新処理部、22…記録値処理部、TB1…現在値テーブル、TB2…記録値テーブル、100…通信装置、101…CPU、102…RAM、103…ROM、104…記憶装置、105,106…インタフェース。   DESCRIPTION OF SYMBOLS 1 ... Frame processing part, 2 ... Statistical information collection part, 3 ... Statistical information collection timing generation part, 21 ... Current value update processing part, 22 ... Recording value processing part, TB1 ... Current value table, TB2 ... Recording value table, 100 ... Communication device, 101 ... CPU, 102 ... RAM, 103 ... ROM, 104 ... Storage device, 105, 106 ... Interface.

Claims (7)

識別子が付与されたフレーム信号に関する最新の統計情報を統計情報の現在値として前記識別子別に保持する第1のテーブルと、
前記第1のテーブルに保持されている前記統計情報の現在値を統計情報の記録値として前記識別子別に保持する第2のテーブルと、
前記フレーム信号が入力される毎に、そのフレーム信号に関する最新の統計情報を統計情報の新しい現在値として求め、そのフレーム信号に付与されている前記識別子に対応する前記第1のテーブル中の前記統計情報の現在値を前記新しい現在値に更新する現在値更新処理を実行する現在値更新処理手段と、
前記第2のテーブルに保持されている前記統計情報の記録値の更新を指示する記録更新指示および前記第2のテーブルに保持されている前記統計情報の記録値の維持を指示する記録維持指示を、前記記録更新指示、前記記録維持指示の順で受けて、前記第2のテーブルに保持されている前記統計情報の記録値に対して所定の処理を行う記録値処理手段とを備え、
前記記録値処理手段は、
前記所定の処理として、
前記記録更新指示が入力された時点から前記記録維持指示が入力されるまでの期間内に、
前記現在値更新処理手段が前記現在値更新処理を実行する毎に、その現在値更新処理によって更新された前記第1のテーブル中の前記統計情報の現在値を記録値として前記第2のテーブルに保持させる記録値更新処理と、
少なくとも前記記録値更新処理の対象となっていない前記第1のテーブル中の前記統計情報の現在値を記録値として前記第2のテーブルに保持させる記録値改定処理とを実行する
ことを特徴とする通信装置。
A first table that holds the latest statistical information related to the frame signal to which the identifier is assigned for each identifier as a current value of the statistical information;
A second table for holding a current value of the statistical information held in the first table for each identifier as a recorded value of statistical information;
Each time the frame signal is input, the latest statistical information on the frame signal is obtained as a new current value of the statistical information, and the statistics in the first table corresponding to the identifier assigned to the frame signal Current value update processing means for executing current value update processing for updating the current value of information to the new current value;
A record update instruction for instructing update of a record value of the statistical information held in the second table, and a record maintenance instruction for instructing maintenance of a record value of the statistical information held in the second table; A record value processing means for receiving the record update instruction and the record maintenance instruction in order and performing a predetermined process on the record value of the statistical information held in the second table;
The recorded value processing means includes
As the predetermined processing,
Within a period from when the record update instruction is input to when the record maintenance instruction is input,
Each time the current value update processing unit executes the current value update process, the current value of the statistical information in the first table updated by the current value update process is recorded in the second table as a recorded value. Record value update processing to be retained,
And executing a record value revision process for holding, in the second table, a current value of the statistical information in the first table that is not a target of the record value update process as a record value. Communication device.
請求項1に記載された通信装置において、
前記記録値処理手段は、
前記所定の処理として、さらに、
前記記録維持指示が入力された時点で、前記記録値更新処理および前記記録値改定処理を停止し、前記第2のテーブルにおける前記統計情報の記録値の値を次の前記記録更新指示が入力されるまで維持する処理を実行する
ことを特徴とする通信装置。
The communication device according to claim 1,
The recorded value processing means includes
As the predetermined process,
When the record maintenance instruction is input, the recording value update process and the record value revision process are stopped, and the next record update instruction is input to the value of the record value of the statistical information in the second table. A communication device characterized by executing a process to be maintained until
請求項2に記載された通信装置において、
前記記録値処理手段は、
前記所定の処理として、さらに、
前記記録値更新指示が入力された時点で、前記第2のテーブルにおける前記統計情報の記録値の値の維持を解除する処理を実行する
ことを特徴とする通信装置。
The communication device according to claim 2,
The recorded value processing means includes
As the predetermined process,
The communication apparatus, wherein when the recording value update instruction is input, a process of canceling the maintenance of the recorded value of the statistical information in the second table is executed.
識別子が付与されたフレーム信号に関する最新の統計情報を統計情報の現在値として前記識別子別に保持する第1のテーブルと、前記第1のテーブルに保持されている前記統計情報の現在値を統計情報の記録値として前記識別子別に保持する第2のテーブルとを備えた通信装置に適用される統計情報収集方法であって、
前記フレーム信号が入力される毎に、そのフレーム信号に関する最新の統計情報を統計情報の新しい現在値として求め、そのフレーム信号に付与されている前記識別子に対応する前記第1のテーブル中の前記統計情報の現在値を前記新しい現在値に更新する現在値更新処理を実行する現在値更新処理ステップと、
前記第2のテーブルに保持されている前記統計情報の記録値の更新を指示する記録更新指示および前記第2のテーブルに保持されている前記統計情報の記録値の維持を指示する記録維持指示を、前記記録更新指示、前記記録維持指示の順で受けて、前記第2のテーブルに保持されている前記統計情報の記録値に対して所定の処理を行う記録値処理ステップとを備え、
前記記録値処理ステップは、
前記所定の処理として、
前記記録更新指示が入力された時点から前記記録維持指示が入力されるまでの期間内に、
前記現在値更新処理手段が前記現在値更新処理を実行する毎に、その現在値更新処理によって更新された前記第1のテーブル中の前記統計情報の現在値を記録値として前記第2のテーブルに保持させる記録値更新処理と、
少なくとも前記記録値更新処理の対象となっていない前記第1のテーブル中の前記統計情報の現在値を記録値として前記第2のテーブルに保持させる記録値改定処理とを実行する
ことを特徴とする統計情報収集方法。
A first table that holds the latest statistical information regarding the frame signal to which the identifier is assigned as a current value of the statistical information for each identifier, and a current value of the statistical information that is held in the first table A statistical information collection method applied to a communication device including a second table that holds each recorded identifier as a recorded value,
Each time the frame signal is input, the latest statistical information on the frame signal is obtained as a new current value of the statistical information, and the statistics in the first table corresponding to the identifier assigned to the frame signal A current value update processing step for executing a current value update process for updating a current value of information to the new current value;
A record update instruction for instructing update of a record value of the statistical information held in the second table, and a record maintenance instruction for instructing maintenance of a record value of the statistical information held in the second table; A record value processing step for performing a predetermined process on the record value of the statistical information held in the second table in response to the record update instruction and the record maintenance instruction,
The recorded value processing step includes
As the predetermined processing,
Within a period from when the record update instruction is input to when the record maintenance instruction is input,
Each time the current value update processing unit executes the current value update process, the current value of the statistical information in the first table updated by the current value update process is recorded in the second table as a recorded value. Record value update processing to be retained,
And executing a record value revision process for holding, in the second table, a current value of the statistical information in the first table that is not a target of the record value update process as a record value. Statistical information collection method.
請求項4に記載された統計情報収集方法において、
前記記録値処理ステップは、
前記所定の処理として、さらに、
前記記録維持指示が入力された時点で、前記記録値更新処理および前記記録値改定処理を停止し、前記第2のテーブルにおける前記統計情報の記録値の値を次の前記記録更新指示が入力されるまで維持する処理を実行する
ことを特徴とする統計情報収集方法。
The statistical information collection method according to claim 4,
The recorded value processing step includes
As the predetermined process,
When the record maintenance instruction is input, the recording value update process and the record value revision process are stopped, and the next record update instruction is input to the value of the record value of the statistical information in the second table. A statistical information collection method characterized by executing a process that is maintained until
請求項5に記載された統計情報収集方法において、
前記記録値処理ステップは、
前記所定の処理として、さらに、
前記記録値更新指示が入力された時点で、前記第2のテーブルにおける前記統計情報の記録値の値の維持を解除する処理を実行する
ことを特徴とする統計情報収集方法。
The statistical information collection method according to claim 5,
The recorded value processing step includes
As the predetermined process,
A statistical information collection method comprising: executing a process of canceling the maintenance of the recorded value of the statistical information in the second table when the recorded value update instruction is input.
請求項4〜6の何れか1項に記載された統計情報収集方法における各ステップの処理をコンピュータに実行させるための統計情報収集プログラム。   The statistical information collection program for making a computer perform the process of each step in the statistical information collection method described in any one of Claims 4-6.
JP2016241992A 2016-12-14 2016-12-14 Communication equipment, statistical information collection method, and statistical information collection program Pending JP2018098667A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016241992A JP2018098667A (en) 2016-12-14 2016-12-14 Communication equipment, statistical information collection method, and statistical information collection program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016241992A JP2018098667A (en) 2016-12-14 2016-12-14 Communication equipment, statistical information collection method, and statistical information collection program

Publications (1)

Publication Number Publication Date
JP2018098667A true JP2018098667A (en) 2018-06-21

Family

ID=62632385

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016241992A Pending JP2018098667A (en) 2016-12-14 2016-12-14 Communication equipment, statistical information collection method, and statistical information collection program

Country Status (1)

Country Link
JP (1) JP2018098667A (en)

Similar Documents

Publication Publication Date Title
JP5459325B2 (en) Cache device, cache program, and communication device
CN108681565B (en) Block chain data parallel processing method, device, equipment and storage medium
US11232073B2 (en) Method and apparatus for file compaction in key-value store system
JP2019511054A (en) Distributed cluster training method and apparatus
US9563531B2 (en) Storage of mass data for monitoring
US10013312B2 (en) Method and system for a safe archiving of data
CN111309720A (en) Time sequence data storage method, time sequence data reading method, time sequence data storage device, time sequence data reading device, electronic equipment and storage medium
US10432455B2 (en) Distributed processing system, data processing method, and control node device
CN114979158B (en) Resource monitoring method, system, equipment and computer readable storage medium
US20190114082A1 (en) Coordination Of Compaction In A Distributed Storage System
CN110399095B (en) Storage space statistical method and device
WO2023071367A1 (en) Processing method and apparatus for communication service data, and computer storage medium
CN107295059A (en) The statistical system and method for service propelling amount
CN111757037A (en) Video file reading and writing method and device
JP2018098667A (en) Communication equipment, statistical information collection method, and statistical information collection program
CN111309693A (en) Data synchronization method, device and system, electronic equipment and storage medium
CN106998436B (en) Video backup method and device
US20240045888A1 (en) Key name generation method and apparatus and non-transitory computer-readable storage medium
CN107870925B (en) Character string filtering method and related device
US20120150924A1 (en) Apparatus for supporting continuous read/write in asymmetric storage system and method thereof
CN113254271A (en) Data sequence recovery method, device, equipment and storage medium
JP5538810B2 (en) Mass data storage system for monitoring
KR101731204B1 (en) Alarm data management method in human machine interface
US8032797B1 (en) Storage of mass data for monitoring
CN103190117B (en) Error reporting system in network and method