JPH0583254A - Data processing rule application system - Google Patents

Data processing rule application system

Info

Publication number
JPH0583254A
JPH0583254A JP3268491A JP26849191A JPH0583254A JP H0583254 A JPH0583254 A JP H0583254A JP 3268491 A JP3268491 A JP 3268491A JP 26849191 A JP26849191 A JP 26849191A JP H0583254 A JPH0583254 A JP H0583254A
Authority
JP
Japan
Prior art keywords
data
rule
processing
group
priority
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP3268491A
Other languages
Japanese (ja)
Other versions
JP2798102B2 (en
Inventor
Junko Iwasaki
順子 岩崎
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP3268491A priority Critical patent/JP2798102B2/en
Publication of JPH0583254A publication Critical patent/JPH0583254A/en
Application granted granted Critical
Publication of JP2798102B2 publication Critical patent/JP2798102B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

PURPOSE:To enable a data group to carry out proper processing by providing priority while taking combination of data attributes into account between applied rules. CONSTITUTION:A data collection means 2 collects data representing a network state from a communication network comprising various communication equipments and stores them in a data buffer 6 and an analysis control means 8 is started for each prescribed time to analyze the data group stored in the data-buffer 6. A rule selection means 5 reads a rule group corresponding to the combination of data attributes forming the data group based on the result of analysis from a rule storage means 3 and a data processing means 4 applies the read rule group to the collected data group in the order of priority to execute the processing and a processing result output means 7 outputs the result of processing.

Description

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

【0001】[0001]

【産業上の利用分野】本発明はデータ処理ルール適用方
式に関し、特に各種通信機器より構成される通信ネット
ワークから収集されるネットワーク状態を示すデータに
対して一定の処理手順を表す規定(以下、ルールとい
う)を適用させてデータの処理を行い通信ネットワーク
の状態監視,障害箇所の特定等を行うネットワーク管理
装置におけるデータ処理ルール適用方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data processing rule application method, and more particularly to a rule indicating a constant processing procedure for data indicating a network state collected from a communication network composed of various communication devices (hereinafter, rule). Is applied to process the data to monitor the state of the communication network, identify the location of the fault, etc., and to apply the data processing rule application method in the network management device.

【0002】[0002]

【従来の技術】従来、ネットワーク管理装置は、各種通
信機器より構成される通信ネットワークから収集された
データを、データの属性(どの種類の通信機器の系統か
ら収集されたデータであるか等を示す情報)に応じて決
まったルールを適用して処理を実行していた。つまり、
収集されたデータの属性を読み、その属性を持つデータ
についてはある決まったルールを適用して処理を実行し
ていた。
2. Description of the Related Art Conventionally, a network management device indicates the data collected from a communication network composed of various communication devices by the attribute of the data (such as which kind of communication device system the data was collected from). Information) was applied according to the rules determined according to the information. That is,
The attribute of the collected data was read, and a certain rule was applied to the data having the attribute to execute the processing.

【0003】例えば、データaが属性xのデータである
ならば、データaに対してルールfを適用して処理を実
行し、データbが属性yのデータであるならば、データ
bに対してルールgを適用して処理を実行していた。
For example, if the data a is the data having the attribute x, the rule f is applied to the data a to execute the processing, and if the data b is the data having the attribute y, the data b is processed. The process was executed by applying the rule g.

【0004】また、データの属性に応じて適用すべきル
ールが一意に決まらないときには、条件式により場合分
けをして、その条件式に沿って処理を行っていた。
Further, when the rule to be applied cannot be uniquely determined according to the attribute of the data, it is classified according to the conditional expression and the processing is performed according to the conditional expression.

【0005】[0005]

【発明が解決しようとする課題】上述した従来のデータ
処理ルール適用方式では、ネットワーク管理装置でデー
タをその属性毎に決まったルールを適用して処理してい
たので、一定期間に収集されたデータ群でもデータ発生
時のネットワーク状態に応じて複数のルールにまたがっ
て処理の対象とする必要が生じるような場合には、適用
可能なルール群のうちの任意のルールからランダムに適
用することになり、期待する真の処理結果が得られない
おそれがあるという問題点があった。
In the above-mentioned conventional data processing rule application method, since the network management device processes the data by applying the rule determined for each attribute, the data collected for a certain period of time is processed. If it is necessary to process multiple groups depending on the network condition at the time of data generation, the rules will be applied randomly from any of the applicable rules. However, there is a problem that the expected true processing result may not be obtained.

【0006】例えば、あるデータaが発生したことによ
って別のデータbが付随して生じた場合(ただし、デー
タbのみについては、単独で発生した場合と内容は同じ
であるとする)、データaの考慮なしに付随して生じた
データbのみの処理を先に行っても期待する真の処理結
果は得られなかった。
For example, when one data a is generated and another data b is additionally generated (however, the content of only data b is the same as when it is generated independently), the data a The expected true processing result was not obtained even if the processing of only the data b generated accompanying the above processing was performed without considering the above.

【0007】本発明の目的は、上述の点に鑑み、適用す
るルール間にデータの属性の組合せを考慮した適用の優
先度を設け、優先度の高いルールを先に選択して適用す
ることにより、データ群に対して適正な処理が行えるよ
うにしたデータ処理ルール適用方式を提供することにあ
る。
In view of the above points, an object of the present invention is to provide a priority of application in consideration of a combination of attributes of data between rules to be applied, and select and apply a rule having a high priority first. The purpose of the present invention is to provide a data processing rule application method capable of performing appropriate processing on a data group.

【0008】[0008]

【課題を解決するための手段】本発明のデータ処理ルー
ル適用方式は、各種通信機器より構成される通信ネット
ワークから収集されるネットワーク状態を示すデータに
対して一定の処理手順を表すルールを適用させてデータ
の処理を行うネットワーク管理装置において、データの
属性の組合せに応じてデータに適用されるルールと複数
のルール間での適用の優先度とを記憶するルール記憶手
段と、収集されたデータ群を構成するデータの属性の組
合せに対応するルール群を前記ルール記憶手段から読み
出すルール選択手段と、このルール選択手段により読み
出されたルール群を収集されたデータ群に対して優先度
順に適用して処理を実行するデータ処理手段とを有す
る。
The data processing rule application method of the present invention applies a rule representing a certain processing procedure to data indicating a network state collected from a communication network composed of various communication devices. In a network management device that processes data according to a method, rule storage means for storing rules applied to data according to a combination of data attributes and application priority among a plurality of rules, and a collected data group And a rule selecting means for reading a rule group corresponding to the combination of the attributes of the data forming the above from the rule storing means, and applying the rule group read by the rule selecting means to the collected data group in order of priority. And a data processing means for executing the processing.

【0009】[0009]

【作用】本発明のデータ処理ルール適用方式では、ルー
ル記憶手段がデータの属性の組合せに応じてデータに適
用されるルールと複数のルール間での適用の優先度とを
記憶し、ルール選択手段が収集されたデータ群を構成す
るデータの属性の組合せに対応するルール群をルール記
憶手段から読み出し、データ処理手段がルール選択手段
により読み出されたルール群を収集されたデータ群に対
して優先度順に適用して処理を実行する。
In the data processing rule application method of the present invention, the rule storage means stores the rule applied to the data according to the combination of the attributes of the data and the priority of application among the plurality of rules, and the rule selection means The rule group corresponding to the combination of the attributes of the data forming the collected data group is read from the rule storage means, and the data processing means gives priority to the rule group read by the rule selection means over the collected data group. Apply in order and execute the process.

【0010】[0010]

【実施例】次に、本発明について図面を参照して詳細に
説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be described in detail with reference to the drawings.

【0011】図1は、本発明の一実施例に係るデータ処
理ルール適用方式が適用されたネットワーク管理装置1
の構成を示すブロック図である。このネットワーク管理
装置1は、データ収集手段2と、ルール記憶手段3と、
データ処理手段4と、ルール選択手段5と、データバッ
ファ6と、処理結果出力手段7と、解析制御手段8とを
含んで構成されている。
FIG. 1 is a network management device 1 to which a data processing rule application system according to an embodiment of the present invention is applied.
3 is a block diagram showing the configuration of FIG. The network management device 1 includes a data collection unit 2, a rule storage unit 3,
The data processing means 4, the rule selection means 5, the data buffer 6, the processing result output means 7, and the analysis control means 8 are included.

【0012】図2を参照すると、ルール記憶手段3に
は、データの属性の組合せ,適用されるルール,適用の
優先度および次処理続行フラグからなるエントリがテー
ブル形式で複数記憶されている。図2では、例えば、属
性xのデータaおよび属性yのデータbから構成される
データ群cに対してルールfおよびgからなるルール群
hの適用が考えられるので、データaの属性xについて
他のデータbの属性yとの組合せ(x,y)を考慮して
適用するルールfおよびgの優先度1および2が定めら
れている。また、データbの発生がデータaの発生によ
る付随現象であることが明白でデータ群cのデータbに
ついて処理を行う必要がない場合を除き、優先度1に対
応して次処理続行フラグが立てられ、優先度2に対応し
て次処理続行フラグを立てないように設定されている。
Referring to FIG. 2, the rule storage unit 3 stores a plurality of entries in a table format, each of which is composed of a combination of data attributes, rules to be applied, priority of application, and a next processing continuation flag. In FIG. 2, for example, the rule group h including the rules f and g may be applied to the data group c including the data a having the attribute x and the data b having the attribute y. The priorities 1 and 2 of the rules f and g to be applied in consideration of the combination (x, y) of the data b with the attribute y are defined. Further, unless it is obvious that the generation of the data b is an incidental phenomenon caused by the generation of the data a and it is not necessary to process the data b of the data group c, the next processing continuation flag is set in correspondence with the priority 1. Therefore, the next processing continuation flag is set not to be set in correspondence with the priority 2.

【0013】図3を参照すると、本実施例のデータ処理
ルール適用方式の処理は、データ群収集ステップ101
と、データ群解析ステップ102と、ルール群読出しス
テップ103と、高優先度ルール選択ステップ104
と、ルール適用処理実行ステップ105と、次処理続行
判定ステップ106と、処理結果出力ステップ107と
からなる。
Referring to FIG. 3, the processing of the data processing rule application method of this embodiment is performed by a data group collecting step 101.
A data group analysis step 102, a rule group reading step 103, and a high priority rule selection step 104
And a rule application processing execution step 105, a next processing continuation determination step 106, and a processing result output step 107.

【0014】次に、このように構成された本実施例のデ
ータ処理ルール適用方式の動作について説明する。
Next, the operation of the data processing rule application system of this embodiment having the above-mentioned configuration will be described.

【0015】ネットワーク管理装置1では、データ収集
手段2が、各種通信機器より構成される通信ネットワー
クからネットワーク状態を示す種々のデータをランダム
に収集し、データバッファ6に逐次蓄積する(ステップ
101)。ここでは、例えば、属性xのデータaおよび
属性yのデータbからなるデータ群cが収集されて、デ
ータバッファ6に蓄積されたものとする。
In the network management device 1, the data collection means 2 randomly collects various data indicating the network state from the communication network composed of various communication devices, and sequentially stores them in the data buffer 6 (step 101). Here, for example, it is assumed that the data group c including the data a of the attribute x and the data b of the attribute y is collected and accumulated in the data buffer 6.

【0016】解析制御手段8は、一定時間毎に起動さ
れ、データバッファ6に蓄積されたデータ群cを解析
し、データ群cを構成する各データaおよびbの属性x
およびyの組合せ(x,y)を取得する(ステップ10
2)。また、解析制御手段8は、データ処理手段4に指
示を与えて、データバッファ6のデータ群cをデータ処
理手段4に転送させる。
The analysis control means 8 is activated at regular time intervals, analyzes the data group c accumulated in the data buffer 6, and analyzes the attribute x of each data a and b which compose the data group c.
And obtain a combination (x, y) of y (step 10).
2). Further, the analysis control means 8 gives an instruction to the data processing means 4 to transfer the data group c of the data buffer 6 to the data processing means 4.

【0017】データ処理手段4は、転送されてきたデー
タ群cを構成する各データaおよびbの属性xおよびy
の組合せ(x,y)に応じてルール記憶手段3からルー
ルfおよびgからなるルール群hを読み出し(ステップ
103)、ルール選択手段5を呼び出す。
The data processing means 4 has the attributes x and y of the respective data a and b constituting the transferred data group c.
According to the combination (x, y), the rule group h including the rules f and g is read from the rule storage means 3 (step 103), and the rule selection means 5 is called.

【0018】ルール選択手段5は、データ群cを構成す
る各データaおよびbに対し、そのデータaおよびbの
属性xおよびyの組合せ(x,y)に対する最も優先度
の高いルールfをルール群hから選択してデータ処理手
段4に通知する(ステップ104)。
The rule selecting means 5 rules, for each data a and b forming the data group c, the rule f having the highest priority for the combination (x, y) of the attributes x and y of the data a and b. The data is selected from the group h and notified to the data processing means 4 (step 104).

【0019】データ処理手段4は、通知されたルールf
をデータ群cに適用して処理を実行する(ステップ10
5)。なお、ルールfは、自身に適用される属性xのデ
ータaを選択する機能を持ち、ルールgが適用されるべ
き属性yのデータbについては処理を行わない。
The data processing means 4 sends the notified rule f
Is applied to the data group c to execute the process (step 10
5). The rule f has a function of selecting the data a of the attribute x applied to itself, and does not process the data b of the attribute y to which the rule g should be applied.

【0020】続いて、データ処理手段4は、適用したル
ールfに対応して記憶されていた次処理続行フラグを参
照して次処理を続行するかどうかを判定する(ステップ
106)。いま、次処理続行フラグが立っているので、
データ処理手段4は、次処理を実行するためにステップ
104に制御を戻す。
Next, the data processing means 4 refers to the next processing continuation flag stored corresponding to the applied rule f and judges whether or not to continue the next processing (step 106). Since the next processing continuation flag is now set,
The data processing means 4 returns the control to step 104 to execute the next processing.

【0021】ステップ104で次に優先度の高いルール
gがルール群hから選択されて、ステップ105でデー
タ群cに対してルールgが適用されて処理が実行される
と、ステップ106では次処理続行フラグが立っていな
いので、データ処理手段4は、処理結果を処理結果出力
手段7に出力する(ステップ107)。
In step 104, the rule g having the next highest priority is selected from the rule group h, and the rule g is applied to the data group c in step 105 to execute the process. In step 106, the next process is executed. Since the continuation flag is not set, the data processing means 4 outputs the processing result to the processing result output means 7 (step 107).

【0022】ところで、上記実施例の動作の説明では、
収集されたデータ群cがデータaおよびbからなる場合
を例にとって説明したが、収集されたデータ群が1つま
たは3つ以上のデータからなる場合でも、本発明が同様
に適用可能であることはいうまでもない。なお、収集さ
れたデータ群のデータ間でネットワーク構成データベー
ス等を参照して因果関係(相関関係)を判断し、因果関
係がある複数のデータをデータ群として本発明を適用す
るようにしてもよい。
By the way, in the description of the operation of the above embodiment,
Although the case where the collected data group c is composed of the data a and b has been described as an example, the present invention is similarly applicable even when the collected data group c is composed of one or three or more data. Needless to say. Note that the causal relationship (correlation) may be determined by referring to a network configuration database or the like between the collected data of the data group, and the present invention may be applied to a plurality of data having a causal relationship as the data group. ..

【0023】本実施例のデータ処理ルール適用方式によ
れば、特に通信ネットワークからのアラームデータを基
に障害箇所を特定するネットワーク管理装置において、
ある種の通信機器(例えば、光通信装置)の系統で得ら
れる障害状態データが別種の通信機器(例えば、無線通
信装置)の障害によって状態としては全く同じであるが
その意味合いが異なってくる場合、別種の通信機器の障
害状態を考慮したルールにより最初にこの原因を明らか
にし、その後にある種の通信機器の系統からの障害状態
データに対してルールの適用を行うことにより、ネット
ワーク状態を正しく判断することができる。
According to the data processing rule application method of this embodiment, particularly in a network management device for identifying a failure point based on alarm data from a communication network,
When the fault condition data obtained in the system of a certain type of communication device (eg, optical communication device) is exactly the same as the state due to the fault of another type of communication device (eg, wireless communication device), but its meanings are different , By first clarifying this cause by a rule that considers the fault condition of another type of communication device, and then applying the rule to the fault state data from the grid of a certain type of communication device, correct the network state. You can judge.

【0024】[0024]

【発明の効果】以上説明したように本発明は、各種通信
機器より構成される通信ネットワークから収集されるネ
ットワーク状態を示すデータを基に処理を行うネットワ
ーク管理装置において、適用するルール間にデータの属
性の組合せを考慮した優先度を設け、優先度の高いルー
ルを先に選択して適用することによって処理を行うこと
により、ネットワーク状態を示すデータに対して適正な
処理を行うことができるという効果がある。
As described above, according to the present invention, in a network management device that performs processing based on data indicating a network state collected from a communication network composed of various communication devices, the data between An effect that appropriate processing can be performed on data indicating a network state by providing a priority considering a combination of attributes, and selecting and applying a rule with a high priority first to perform the processing There is.

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

【図1】本発明の一実施例に係るデータ処理ルール適用
方式が適用されたネットワーク管理装置の構成を示すブ
ロック図である。
FIG. 1 is a block diagram showing a configuration of a network management device to which a data processing rule application system according to an exemplary embodiment of the present invention is applied.

【図2】図1中のルール記憶手段に記憶されたルール群
の一例を示す図である。
FIG. 2 is a diagram showing an example of a rule group stored in a rule storage means in FIG.

【図3】本実施例のデータ処理ルール適用方式の処理を
示す流れ図である。
FIG. 3 is a flow chart showing the processing of the data processing rule application method of the present embodiment.

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

1 ネットワーク管理装置 2 データ収集手段 3 ルール記憶手段 4 データ処理手段 5 ルール選択手段 6 データバッファ 7 処理結果出力手段 8 解析制御手段 1 network management device 2 data collection means 3 rule storage means 4 data processing means 5 rule selection means 6 data buffer 7 processing result output means 8 analysis control means

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 各種通信機器より構成される通信ネット
ワークから収集されるネットワーク状態を示すデータに
対して一定の処理手順を表すルールを適用させてデータ
の処理を行うネットワーク管理装置において、 データの属性の組合せに応じてデータに適用されるルー
ルと複数のルール間での適用の優先度とを記憶するルー
ル記憶手段と、 収集されたデータ群を構成するデータの属性の組合せに
対応するルール群を前記ルール記憶手段から読み出すル
ール選択手段と、 このルール選択手段により読み出されたルール群を収集
されたデータ群に対して優先度順に適用して処理を実行
するデータ処理手段とを有することを特徴とするデータ
処理ルール適用方式。
1. A network management device for processing data by applying a rule indicating a certain processing procedure to data indicating a network state collected from a communication network composed of various communication devices, in a network management device. The rule storage means that stores the rules applied to the data according to the combination of and the priority of application among the plurality of rules, and the rule group corresponding to the combination of the attributes of the data that constitutes the collected data group It has a rule selection means for reading from the rule storage means, and a data processing means for executing the processing by applying the rule group read by the rule selection means to the collected data group in order of priority. Data processing rule application method.
JP3268491A 1991-09-19 1991-09-19 Data processing rule application method Expired - Lifetime JP2798102B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3268491A JP2798102B2 (en) 1991-09-19 1991-09-19 Data processing rule application method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3268491A JP2798102B2 (en) 1991-09-19 1991-09-19 Data processing rule application method

Publications (2)

Publication Number Publication Date
JPH0583254A true JPH0583254A (en) 1993-04-02
JP2798102B2 JP2798102B2 (en) 1998-09-17

Family

ID=17459238

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3268491A Expired - Lifetime JP2798102B2 (en) 1991-09-19 1991-09-19 Data processing rule application method

Country Status (1)

Country Link
JP (1) JP2798102B2 (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02190046A (en) * 1989-01-19 1990-07-26 Hitachi Ltd Network management equipment

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02190046A (en) * 1989-01-19 1990-07-26 Hitachi Ltd Network management equipment

Also Published As

Publication number Publication date
JP2798102B2 (en) 1998-09-17

Similar Documents

Publication Publication Date Title
US20080065928A1 (en) Technique for supporting finding of location of cause of failure occurrence
CN107315629A (en) Task processing method, device and storage medium
US5450601A (en) Node evaluation data collection and distribution system for local or wide area networks
CN107515784A (en) A kind of method and apparatus of computing resource in a distributed system
Potier New users' introduction to QNAP 2
EP2052325B1 (en) Reduction of message flow between bus-connected consumers and producers
CN110515750A (en) A kind of applied topology generation method, system and cluster
KR100300899B1 (en) Parallel data processing system and method of controlling such a system
CN110909072B (en) Data table establishment method, device and equipment
JPH0583254A (en) Data processing rule application system
JP2009065256A (en) Traffic information processing apparatus, traffic information processing method, and traffic information processing program
US20040268297A1 (en) Generating a model of software in execution
CN110740172B (en) Routing management method, device and system based on micro-service architecture
CN114185938A (en) Project traceability analysis method and system based on digital finance and big data traceability
JPH09282283A (en) Tracing method and performance evaluation method for on-line transaction, and on-line transaction processing system
CN117056073B (en) Computing resource optimal configuration method and device under industrial visual analysis
US20080313605A1 (en) Development framework for automated data throughput optimization
CN113835852B (en) Task data scheduling method and device
JP2518390B2 (en) System performance monitoring method
JPH04268633A (en) Data processor
CN116974757A (en) Load balancing method, device, storage medium and processor
JP2023042140A (en) causal search device
CN115470174A (en) Route generation method and device, many-core system and computer readable medium
CN116150133A (en) Data cleaning method and device
JP2005056353A (en) Production management device, production management system, and method for managing production