JP2000069002A - Accumulator - Google Patents

Accumulator

Info

Publication number
JP2000069002A
JP2000069002A JP10231728A JP23172898A JP2000069002A JP 2000069002 A JP2000069002 A JP 2000069002A JP 10231728 A JP10231728 A JP 10231728A JP 23172898 A JP23172898 A JP 23172898A JP 2000069002 A JP2000069002 A JP 2000069002A
Authority
JP
Japan
Prior art keywords
information
aggregation
tallying
format definition
definition information
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
JP10231728A
Other languages
Japanese (ja)
Inventor
Daisuke Hamuro
大介 羽室
Satoshi Oyamada
聡 小山田
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 JP10231728A priority Critical patent/JP2000069002A/en
Publication of JP2000069002A publication Critical patent/JP2000069002A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide an accumulator for adding or changing the device information of a communication network without containing the contents of accumulation object information, accumulated result and accumulation condition in a program concerning the accumulator for collecting this information. SOLUTION: This device has an accumulation engine 2 for executing accumulation while holding input format definition information 51 describing the data structure of accumulation object information 3, accumulation condition information 52 describing the accumulation condition and output format definition information 53 describing the data structure of the accumulated result, and the engine 2 interpretes the structure of the accumulation object information while referring to this input format definition information 51, executes the accumulation according to this accumulation condition information and outputs the accumulated result according to this output format definition information 53.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、集計装置に係り、
特に、通信網を構成する装置から収集した情報を集計す
るための集計装置に関する。
TECHNICAL FIELD The present invention relates to a counting device,
In particular, the present invention relates to a counting device for counting information collected from devices constituting a communication network.

【0002】[0002]

【従来の技術】通信網の運用を行うオペレーションシス
テムにおいては、性能管理や故障管理等を目的として、
通信網を構成しているノードから故障情報や呼情報等を
収集している。収集されたそれらの情報のうち、例えば
故障情報の場合において故障警報中の”重要度”が大で
あること、等のような特定の集計条件に該当する情報を
集計し、警報発生件数、通話トラヒック等の集計結果を
生成している。
2. Description of the Related Art In an operation system for operating a communication network, for the purpose of performance management and failure management, etc.
Failure information, call information, and the like are collected from the nodes constituting the communication network. Among the collected information, for example, in the case of failure information, the information corresponding to a specific aggregation condition such as "importance" in the failure alarm is large, and the number of alarm occurrences, It generates tally results such as traffic.

【0003】従来の集計装置においては、故障情報や呼
情報等の集計対象情報のデータ構造、通話トラヒック等
の集計結果のデータ構造、及び集計条件の内容を、集計
装置を動作させる手順を記述したプログラムに含ませる
必要があった。
In the conventional tallying device, the procedure for operating the tallying device is described in terms of the data structure of tallying target information such as failure information and call information, the data structure of tallying results such as call traffic, and the contents of tallying conditions. It had to be included in the program.

【0004】[0004]

【発明が解決しようとする課題】上記従来の方法におい
ては、新しい通信サービスが導入された場合や、ノード
に機能追加がされた場合、集計条件の変更が要望された
場合等に、集計対象情報のデータ構造、集計結果のデー
タ構造、及び集計条件を追加又は変更するためには、前
記プログラムの中で集計対象情報のデータ構造、集計結
果のデータ構造、及び集計条件に対応する部分を追加又
は変更し、更に集計装置を停止して該プログラムを入れ
替える必要があり、このような追加や変更が発生した場
合に即座に対応できないという問題点があった。
In the above-described conventional method, when the new communication service is introduced, when a function is added to a node, or when a change of the totaling condition is requested, the totaling target information is obtained. In order to add or change the data structure of tally, the data structure of tally result, and tally condition, add the part corresponding to tally information data structure, tally result data structure, and tally condition in the program. It is necessary to change the program, further stop the counting device and replace the program, and there is a problem that it is not possible to immediately respond to such an addition or change.

【0005】本発明は上記の点に鑑みなされたもので、
集計対象情報のデータ構造、集計結果のデータ構造、及
び集計条件の内容をプログラムに含ませることを必要と
せず、集計対象情報のデータ構造、集計結果のデータ構
造、及び集計条件の追加又は変更が発生した場合でも、
集計装置の停止やプログラムの入れ替え等を必要としな
い集計装置を提供することを目的とする。
[0005] The present invention has been made in view of the above points,
It is not necessary to include the data structure of the aggregation target information, the data structure of the aggregation result, and the content of the aggregation condition in the program, and the addition or modification of the data structure of the aggregation target information, the data structure of the aggregation result, and the aggregation condition can be performed. If it does,
It is an object of the present invention to provide a tallying device that does not require stopping the tallying device or replacing a program.

【0006】[0006]

【課題を解決するための手段】請求項1に記載の発明
は、通信網を構成する装置から収集した情報を集計する
ための集計装置であって、集計対象情報のデータ構造を
記述した入力形式定義情報と、集計条件を記述した集計
条件情報と、集計結果のデータ構造を記述した出力形式
定義情報とを保持する手段と、該入力形式定義情報、該
集計条件情報及び該出力形式定義情報を参照して集計を
実行する集計エンジンとを有する集計装置である。この
発明によると、個々の集計に対する集計対象情報のデー
タ構造を記述した入力形式定義情報、集計条件を記述し
た集計条件情報、集計結果のデータ構造を記述した出力
形式定義情報、及び集計を実行する集計エンジンがそれ
ぞれ分離して構成されることとしたので、集計エンジン
の動作の手順の中には集計対象情報のデータ構造、集計
結果のデータ構造、及び集計条件の内容を記述する必要
がなく、集計対象情報のデータ構造、集計結果のデータ
構造、及び集計条件の追加又は変更が発生した場合で
も、プログラムの入れ替えを必要としなくなり、集計装
置の運転中に集計対象情報のデータ構造、集計結果のデ
ータ構造、及び集計条件の追加又は変更が可能になる。
The invention according to claim 1 is a tallying device for tallying information collected from devices constituting a communication network, and an input format describing a data structure of tallying target information. Means for holding definition information, tabulation condition information describing tabulation conditions, and output format definition information describing a data structure of the tabulation result; and storing the input format definition information, the tabulation condition information and the output format definition information. A tallying device having a tallying engine that performs tallying with reference to the tallying device. According to the present invention, input format definition information describing the data structure of the information to be totaled for each aggregation, aggregation condition information describing the aggregation condition, output format definition information describing the data structure of the aggregation result, and aggregation are executed. Since the aggregation engine is configured separately, there is no need to describe the data structure of the information to be aggregated, the data structure of the aggregation result, and the contents of the aggregation conditions in the operation procedure of the aggregation engine. Even if the data structure of the aggregation target information, the data structure of the aggregation result, and the aggregation conditions are added or changed, the program does not need to be replaced, and the data structure of the aggregation target information and the aggregation result during the operation of the aggregation device are eliminated. It is possible to add or change the data structure and the aggregation condition.

【0007】請求項2に記載の集計装置は、前記集計エ
ンジンが、前記入力形式定義情報を参照して集計対象情
報の構造を解釈し、該集計条件情報に従い集計を実施
し、該出力形式定義情報に従い集計結果を出力する。こ
の発明によると、個々の集計に対する集計対象情報のデ
ータ構造を記述した入力形式定義情報、集計条件を記述
した集計条件情報、集計結果のデータ構造を記述した出
力形式定義情報、及び集計を実行する集計エンジンがそ
れぞれ分離して構成され、集計エンジンが入力形式定義
情報、集計条件情報、及び出力形式定義情報を参照しな
がら動作することとしたので、集計対象情報のデータ構
造、集計結果のデータ構造、及び集計条件の追加又は変
更が発生した場合でも、プログラムの入れ替えを必要と
せず、集計装置の運転中に集計対象情報のデータ構造、
集計結果のデータ構造、及び集計条件の追加又は変更が
可能になる。
According to a second aspect of the present invention, in the tallying device, the tallying engine interprets the structure of the tallying target information with reference to the input format definition information, and performs tallying in accordance with the tallying condition information. Outputs the aggregation result according to the information. According to the present invention, input format definition information describing the data structure of the information to be totaled for each aggregation, aggregation condition information describing the aggregation condition, output format definition information describing the data structure of the aggregation result, and aggregation are executed. The aggregation engine is configured separately, and the aggregation engine operates while referring to the input format definition information, the aggregation condition information, and the output format definition information. Therefore, the data structure of the aggregation target information and the data structure of the aggregation result , And even if addition or change of aggregation conditions occurs, the program does not need to be replaced, and the data structure of the aggregation target information during the operation of the aggregation device,
It is possible to add or change the data structure of the counting result and the counting condition.

【0008】請求項3に記載の集計装置は更に、前記入
力形式定義情報、前記集計条件情報及び前記出力形式定
義情報のうち少なくとも一つを追加又は変更する手段を
有する。この発明によると、個々の集計に対する集計対
象情報のデータ構造を記述した入力形式定義情報、集計
条件を記述した集計条件情報、集計結果のデータ構造を
記述した出力形式定義情報、及び集計を実行する集計エ
ンジンがそれぞれ分離して構成され、集計エンジンが入
力形式定義情報、集計条件情報、及び出力形式定義情報
を参照しながら動作し、集計対象情報のデータ構造、集
計結果のデータ構造、及び集計条件の追加又は変更がで
きるので、集計対象情報のデータ構造、集計結果のデー
タ構造、及び集計条件の追加又は変更が発生した場合で
も、入力形式定義情報、集計条件情報、及び出力形式定
義情報を追加又は変更するのみで良く、プログラムの入
れ替えを必要とせず、集計装置の運転中に集計対象情報
のデータ構造、集計結果のデータ構造、及び集計条件の
追加又は変更が可能になる。
According to a third aspect of the present invention, the totalizing apparatus further includes means for adding or changing at least one of the input format definition information, the totaling condition information, and the output format definition information. According to the present invention, input format definition information describing the data structure of the information to be totaled for each aggregation, aggregation condition information describing the aggregation condition, output format definition information describing the data structure of the aggregation result, and aggregation are executed. The aggregation engine is configured separately, and the aggregation engine operates while referring to the input format definition information, the aggregation condition information, and the output format definition information, and the data structure of the aggregation target information, the data structure of the aggregation result, and the aggregation condition Can be added or changed, so even if the data structure of the information to be totaled, the data structure of the totaling result, and the totaling condition are added or changed, the input format definition information, totaling condition information, and output format definition information are added. Or, it is only necessary to change the data structure without the need to replace the program. Over data structure, and it is possible to add or change of aggregate conditions.

【0009】請求項4に記載の集計装置は更に、該集計
装置に通信網を介し接続して指定することにより、前記
入力形式定義情報、前記集計条件情報及び前記出力形式
定義情報のうち少なくとも一つを追加又は変更する手段
を有する。請求項5に記載の集計装置は更に、該集計装
置に直接に接続して指定することにより、前記入力形式
定義情報、前記集計条件情報及び前記出力形式定義情報
のうち少なくとも一つを追加又は変更する手段を有す
る。
According to a fourth aspect of the present invention, the tallying device further includes at least one of the input format definition information, the tallying condition information, and the output format definition information by specifying the tallying device via a communication network. It has means for adding or changing one. The tallying device according to claim 5, further comprising adding or changing at least one of the input format definition information, the tallying condition information, and the output format definition information by directly connecting to and specifying the tallying device. Have means to do so.

【0010】請求項4及び5の本発明によると、通信網
を介して又は直接に入力形式定義情報、集計条件情報、
及び出力形式定義情報を追加又は変更できることとした
ので、入力形式定義情報、集計条件情報、及び出力形式
定義情報の追加又は変更の要望に迅速に対応することが
できる。請求項6に記載の集計装置は、前記集計エンジ
ンが、集計の起動が指定されることによるか、又は事前
に設定されたスケジュールに従うことによるかの手段に
より集計を実行する手段を有する。本発明によると、指
定によっても、事前に設定したスケジュールによっても
集計を実行させることができるので、集計を無駄なく効
率的に進めることができる。
According to the fourth and fifth aspects of the present invention, input format definition information, totaling condition information,
Since it is possible to add or change the output format definition information, it is possible to quickly respond to a request for adding or changing the input format definition information, the aggregation condition information, and the output format definition information. According to a sixth aspect of the present invention, there is provided the totaling device, wherein the totaling engine performs the totaling by means of specifying activation of the totaling or by following a preset schedule. According to the present invention, the counting can be executed according to the designation or the schedule set in advance, so that the counting can be efficiently advanced without waste.

【0011】[0011]

【発明の実施の形態】以下に、本発明の実施例を図1に
基づき説明する。図1は、本発明の実施例における集計
装置の接続構成図である。同図中、集計装置1は集計エ
ンジン2、集計対象情報3、集計結果4、集計情報格納
部5、集計情報管理部6、スケジュール機能部7、集計
装置1と通信網9との接続を行う通信機能部8から構成
される。本実施例においては、集計装置1は通信機能部
8及び通信網9を介して遠隔利用者10と接続すること
ができる。また、通信機能部8及び通信網9を介さない
利用者11が集計情報管理部6に接続することができ
る。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to FIG. FIG. 1 is a connection configuration diagram of an aggregation device according to an embodiment of the present invention. In the figure, a tallying device 1 connects a tallying engine 2, a tallying information 3, a tallying result 4, a tallying information storage unit 5, a tallying information management unit 6, a schedule function unit 7, and a tallying device 1 to a communication network 9. It comprises a communication function unit 8. In this embodiment, the aggregation device 1 can be connected to a remote user 10 via the communication function unit 8 and the communication network 9. Further, a user 11 who does not pass through the communication function unit 8 and the communication network 9 can connect to the total information management unit 6.

【0012】集計エンジン2は入力情報解釈部21、集
計処理部22、出力形式整形部23から構成され、集計
情報格納部5は入力形式定義情報51、集計条件情報5
2、出力形式定義情報53から構成されている。なお、
入力形式定義情報51、集計条件情報52、出力形式定
義情報53は各々、集計IDで識別できる各集計毎に存
在している。なお、集計IDとは各集計の種別を識別す
るための識別番号である。
The tallying engine 2 is composed of an input information interpreting part 21, a tallying processing part 22, and an output format shaping part 23. The tallying information storage part 5 has input format definition information 51, tallying condition information 5
2. It is composed of output format definition information 53. In addition,
The input format definition information 51, the aggregation condition information 52, and the output format definition information 53 exist for each aggregation identified by the aggregation ID. Note that the aggregation ID is an identification number for identifying the type of each aggregation.

【0013】動作の概要を次に説明する。集計IDが指
定されて集計エンジン2が起動されると、集計情報格納
部5から指定された該集計IDを持つ入力形式定義情報
51、集計条件情報52、出力形式定義情報53を取得
する。入力情報解釈部21は集計対象情報3から入力情
報を読み出し、入力形式定義情報51に従ってデータ形
式を変換して集計処理部22に入力する。集計処理部2
2が集計条件情報52に従って処理を行うと、出力形式
整形部23が出力形式定義情報53に従って集計結果4
を出力する。
The outline of the operation will be described below. When the tallying ID is specified and the tallying engine 2 is started, the input format definition information 51, tallying condition information 52, and output format definition information 53 having the specified tallying ID are acquired from the tallying information storage unit 5. The input information interpreting unit 21 reads the input information from the tallying target information 3, converts the data format according to the input format definition information 51, and inputs the data to the tallying processing unit 22. Total processing unit 2
2 performs processing in accordance with the tallying condition information 52, the output format shaping section 23 calculates the tallying result 4 in accordance with the output format definition information 53.
Is output.

【0014】ここで、図2は集計情報格納部5内に保持
する入力形式定義情報51の例であり、集計ID、集計
対象情報3が格納されている集計対象テーブル名、及び
集計対象情報3のデータ構造を示している。図3は集計
情報格納部5内に保持する集計条件情報52の例であ
り、集計ID、及び集計エンジン2の集計処理部22で
行う演算ルールを示している。
FIG. 2 shows an example of the input format definition information 51 held in the tally information storage unit 5. The tally ID, the name of the tally table in which the tally information 3 is stored, and the tally information 3 3 shows a data structure of the data. FIG. 3 is an example of the tallying condition information 52 stored in the tallying information storage unit 5, and shows a tallying ID and a calculation rule performed by the tallying processing unit 22 of the tallying engine 2.

【0015】図4は集計情報格納部5内に保持する出力
形式定義情報53の例であり、集計ID、集計結果4と
して出力を行うテーブル名である出力対象テーブル名、
集計結果4のデータ構造、及びそのデータの取得方法を
示している。図5は集計装置1の動作を示すフローチャ
ートである。以下、図2〜図5を用いて図1に示す集計
装置1の動作を具体的に説明する。
FIG. 4 shows an example of the output format definition information 53 stored in the total information storage unit 5. The total ID, an output target table name which is a table name to be output as the total result 4,
9 shows a data structure of a tally result 4 and a method of acquiring the data. FIG. 5 is a flowchart showing the operation of the counting device 1. Hereinafter, the operation of the counting device 1 shown in FIG. 1 will be specifically described with reference to FIGS.

【0016】まず、あらかじめ指定されたスケジュール
に基づいてスケジュール機能部7 が集計IDを指定して
集計エンジン2を起動するか、又は、遠隔利用者10又
は利用者11が集計IDを指定して集計エンジン2を起
動するかのどちらかにより、集計エンジン2は動作を開
始する(ステップ1)。集計エンジン2は、集計情報格
納部5を検索し、指定された集計IDを持つ入力形式定
義情報51と集計条件情報52と出力形式定義情報53
を取得し(ステップ2)、取得した入力形式定義情報5
1中の集計対象情報名より、図2に示した集計対象の集
計対象テーブル名を特定する(ステップ3)。
First, the schedule function unit 7 designates the tallying ID and starts the tallying engine 2 based on a schedule specified in advance, or the remote user 10 or 11 designates the tallying ID and performs tallying. The counting engine 2 starts operating by either starting the engine 2 (step 1). The tallying engine 2 searches the tallying information storage unit 5, and finds input format definition information 51, tallying condition information 52, and output format definition information 53 having the specified tallying ID.
(Step 2), and the obtained input format definition information 5
From the name of the information to be totaled in 1, the name of the table to be totaled as shown in FIG. 2 is specified (step 3).

【0017】続いて、集計エンジン2中の入力情報解釈
部21は、集計対象情報3の中から特定した集計対象テ
ーブルより入力情報を1レコード読み出し(ステップ
4)、図2に示した入力形式定義情報51中の集計対象
情報構造に従ってデータ構造を解釈して、内部データ形
式に変換して(ステップ5)、集計処理部22への入力
とする。すなわち、図2に示すように、集計ID:00
01に対応した集計対象テーブル名として警報履歴テー
ブルが指定されるので、警報履歴テーブルからデータが
読み出され、集計対象情報構造の中の例えば発生時刻と
いう情報項目に対しては日付型という型、発生システム
に対しては文字列(1..16)、重要度に対しては整
数、のように集計対象情報構造に従ってデータ構造を解
釈し、内部データ形式に変換する。
Subsequently, the input information interpreting unit 21 in the counting engine 2 reads one record of the input information from the counting target table specified from the counting target information 3 (step 4), and executes the input format definition shown in FIG. The data structure is interpreted according to the data structure to be totaled in the information 51 and converted into an internal data format (step 5), and is input to the totalization processing unit 22. That is, as shown in FIG.
Since the alarm history table is specified as the tallying target table name corresponding to 01, data is read from the tallying history table. The data structure is interpreted according to the information structure to be tabulated, such as a character string (1..16) for the generation system and an integer for the importance, and converted to an internal data format.

【0018】集計処理部22は、内部データ形式に変換
された該レコードが図3に示した集計条件情報52中の
集計条件中の条件に合致しているか判定し、合致してい
る場合は、合致したカウンタに対して、集計条件情報5
2の集計条件の演算に指定された演算を行う(ステップ
6)。すなわち、図3に示すように、集計ID:000
1に対応した集計条件において、例えば”発生システム
=ノード#1&重要度=1”という条件に該レコードが
合致すればカウンタ1に対してインクリメントを行
い、”発生システム=ノード#1&重要度=2”という
条件に該レコードが合致すればカウンタ2に対してイン
クリメントを行う。
The tally processing unit 22 determines whether the record converted into the internal data format matches the condition in the tally condition in the tally condition information 52 shown in FIG. Total condition information 5 for the matched counter
The calculation specified in the calculation of the tallying condition 2 is performed (step 6). That is, as shown in FIG.
In the counting condition corresponding to 1, for example, if the record matches the condition "generation system = node # 1 & importance = 1", the counter 1 is incremented, and "generation system = node # 1 & importance = 2". If the record matches the condition "", the counter 2 is incremented.

【0019】本処理は、集計対象テーブルの全てのレコ
ードに対して実施する。また、集計エンジン2は、カウ
ンタのインクリメント、及び該レコードの情報項目中に
設定されている値の総和値、平均値、分散値、X%タイ
ル値、最大値、最小値の算出等の通信網管理で必要な一
般的な統計処理をサポートする。集計対象テーブルの全
てのレコードに対する処理が終了した後、出力形式整形
部23は、図4に示した出力形式定義情報53中の出力
対象テーブル名に指定されたテーブルに、出力形式定義
情報53中の出力情報構造定義に従って出力形式の変換
を行い(ステップ7)、出力結果のカウンタを集計結果
4として出力する(ステップ8)。すなわち、図4に示
すように、集計ID:0001に対応する出力対象テー
ブル名である警報発生件数テーブルに、例えば、図3に
示す集計条件による集計結果として取得したカウンタ1
は10進数文字列の型として出力され、カウンタ2も1
0進数文字列の型として出力される。
This process is performed for all records in the table to be counted. The counting engine 2 increments the counter, and calculates the sum, average, variance, X% tile value, maximum value, minimum value, and the like of the values set in the information items of the record. Support general statistical processing required for management. After the processing for all the records of the aggregation target table is completed, the output format shaping unit 23 adds the output format definition information 53 to the table specified by the output target table name in the output format definition information 53 shown in FIG. The output format is converted in accordance with the output information structure definition (step 7), and the output result counter is output as the tally result 4 (step 8). That is, as shown in FIG. 4, for example, a counter 1 acquired as a tally result according to the tally condition shown in FIG. 3 is added to the alarm occurrence count table which is the output target table name corresponding to the tally ID: 0001.
Is output as a decimal string type, and counter 2 is also 1
Output as the type of the hexadecimal string.

【0020】図4に示した出力情報構造定義中に、カウ
ンタ以外の情報項目を出力するように指定されている場
合は、出力形式整形部23は、出力情報構造定義中の取
得方法に記述されている方法で該情報項目を取得し、出
力する(ステップ8)。すなわち、図4に示すように、
集計日時という情報項目は出力形式整形部23により現
在時刻が取得されることにより日付型の型として出力さ
れる。
If it is specified in the output information structure definition shown in FIG. 4 that information items other than the counter are to be output, the output format shaping section 23 is described in the acquisition method in the output information structure definition. The information item is obtained and output by the method described above (step 8). That is, as shown in FIG.
The information item called total date and time is output as a date type when the output time formatter 23 obtains the current time.

【0021】ここで、新サービスが導入された等の理由
により、遠隔利用者10、又は利用者11が集計対象情
報のデータ構造、集計条件、及び出力形式を追加又は変
更する必要がある場合について図6に示すフローチャー
トを用いて説明する。まず、遠隔利用者10は集計ID
を指定して、通信網9と通信機能部8を経由して集計装
置1の集計情報管理部6に接続し、利用者11の場合は
集計IDを指定して、通信網等を介さずに直接集計情報
管理部6に接続される(ステップ9)。
Here, a case where the remote user 10 or the user 11 needs to add or change the data structure, the aggregation condition, and the output format of the aggregation target information due to the introduction of a new service or the like. This will be described with reference to the flowchart shown in FIG. First, the remote user 10 has the tally ID
To connect to the tallying information management unit 6 of the tallying device 1 via the communication network 9 and the communication function unit 8, and in the case of the user 11, specify the tallying ID and without going through the communication network It is directly connected to the total information management unit 6 (step 9).

【0022】遠隔利用者10、又は利用者11は、集計
情報管理部6の機能により、対話的に集計情報格納部5
の入力形式定義情報51、集計条件情報52及び出力形
式定義情報53の追加、変更又は削除を実施する(ステ
ップ10)。変更された入力形式定義情報51、集計条
件情報52及び出力形式定義情報53は、上記で指定さ
れた集計IDを指定して集計エンジン2を再び起動する
と有効となる。
The remote user 10 or the user 11 can interactively use the function of the total information management unit 6 to interactively execute the total information storage unit 5.
Add, change, or delete the input format definition information 51, the aggregation condition information 52, and the output format definition information 53 (step 10). The changed input format definition information 51, totalization condition information 52, and output format definition information 53 become effective when the totalization engine 2 is restarted by specifying the totalization ID specified above.

【0023】なお、本発明は上記の実施例に限定される
ことなく、特許請求の範囲内で種々変更・応用が可能で
ある。
The present invention is not limited to the above-described embodiment, but can be variously modified and applied within the scope of the claims.

【0024】[0024]

【発明の効果】請求項1〜請求項3に記載の発明によれ
ば、個々の集計に対する集計対象情報のデータ構造を記
述した入力形式定義情報、集計条件を記述した集計条件
情報、集計結果のデータ構造を記述した出力形式定義情
報、及び集計を実行する集計エンジンがそれぞれ分離し
て構成され、集計エンジンが入力形式定義情報、集計条
件情報、及び出力形式定義情報を参照しながら動作し、
入力形式定義情報、集計条件情報、及び出力形式定義情
報を追加又は変更できることとしたので、従来のように
集計対象情報のデータ構造、集計結果のデータ構造、及
び集計条件の内容をプログラムに含ませる必要が無くな
り、集計対象情報のデータ構造、集計結果のデータ構
造、及び集計条件の追加又は変更が発生した場合でも、
入力形式定義情報、集計条件情報、及び出力形式定義情
報を追加又は変更するのみで良く、プログラムの入れ替
えを必要とせず、集計装置を停止させる必要も無くな
る。従って、オペレーション効率及びサービスの向上及
びコストの削減等に効果がある。
According to the first to third aspects of the present invention, input format definition information describing the data structure of the information to be aggregated for each aggregation, aggregation condition information describing the aggregation conditions, and the The output format definition information describing the data structure, and the aggregation engine that performs the aggregation are configured separately, and the aggregation engine operates while referring to the input format definition information, the aggregation condition information, and the output format definition information,
The input format definition information, aggregation condition information, and output format definition information can be added or changed, so that the data structure of the aggregation target information, the data structure of the aggregation result, and the content of the aggregation condition are included in the program as before. It is no longer necessary, and even if the data structure of the information to be totaled, the data structure of the total result, and the total conditions are added or changed,
It is only necessary to add or change the input format definition information, the tallying condition information, and the output format definition information. There is no need to replace the program, and there is no need to stop the tallying device. Therefore, it is effective in improving operation efficiency and services, reducing costs, and the like.

【0025】請求項4及び5に記載の発明によれば、通
信網を介して又は直接に入力形式定義情報、集計条件情
報、及び出力形式定義情報各々を追加又は変更できるこ
ととしたので、入力形式定義情報、集計条件情報、及び
出力形式定義情報の追加又は変更の要望に迅速かつ柔軟
に対応できる。請求項6に記載の発明によれば、指定に
よっても、事前に設定したスケジュールによっても集計
を実行させることができるので、集計を無駄なく効率的
に進めることができる。
According to the fourth and fifth aspects of the present invention, the input format definition information, the aggregation condition information, and the output format definition information can be added or changed via a communication network or directly. It is possible to quickly and flexibly respond to a request for addition or change of definition information, total condition information, and output format definition information. According to the sixth aspect of the present invention, the totalization can be executed according to the designation or according to the schedule set in advance, so that the totalization can proceed efficiently without waste.

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

【図1】本発明の実施例における集計装置の接続構成図
である。
FIG. 1 is a connection configuration diagram of an aggregation device according to an embodiment of the present invention.

【図2】入力形式定義情報51の例である。FIG. 2 is an example of input format definition information 51;

【図3】集計条件情報52の例である。FIG. 3 is an example of aggregation condition information 52;

【図4】出力形式定義情報53の例である。FIG. 4 is an example of output format definition information 53;

【図5】集計装置1の動作を示すフローチャートであ
る。
FIG. 5 is a flowchart showing the operation of the counting device 1.

【図6】集計情報格納部5に格納された各情報を追加及
び変更する場合における、集計装置1の動作を示すフロ
ーチャートである。
FIG. 6 is a flowchart showing an operation of the tallying apparatus 1 when adding and changing each information stored in the tallying information storage unit 5;

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

1 集計装置 2 集計エンジン 3 集計対象情報 4 集計結果 5 集計情報格納部 6 集計情報管理部 7 スケジュール機能部 8 通信機能部 9 通信網 10 遠隔利用者 11 利用者 21 入力情報解釈部 22 集計処理部 23 出力形式整形部 51 入力形式定義情報 52 集計条件情報 53 出力形式定義情報 REFERENCE SIGNS LIST 1 totaling device 2 totalizing engine 3 totalizing information 4 totaling result 5 totaling information storage unit 6 totaling information management unit 7 schedule function unit 8 communication function unit 9 communication network 10 remote user 11 user 21 input information interpreting unit 22 totalizing processing unit 23 Output Format Formatting Unit 51 Input Format Definition Information 52 Aggregation Condition Information 53 Output Format Definition Information

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】通信網を構成する装置から収集した情報を
集計するための集計装置であって、 集計対象情報のデータ構造を記述した入力形式定義情報
と、集計条件を記述した集計条件情報と、集計結果のデ
ータ構造を記述した出力形式定義情報とを保持する手段
と、 該入力形式定義情報、該集計条件情報及び該出力形式定
義情報を参照して集計を実行する集計エンジンと、 を有することを特徴とする集計装置。
An aggregation device for totalizing information collected from devices constituting a communication network, comprising: input format definition information describing a data structure of information to be aggregated; Means for holding output format definition information describing the data structure of the aggregation result, and an aggregation engine for performing aggregation by referring to the input format definition information, the aggregation condition information and the output format definition information. An aggregation device, characterized in that:
【請求項2】前記集計エンジンは、 前記入力形式定義情報を参照して前記集計対象情報の構
造を解釈する手段と、 前記集計条件情報に従い集計を実施する手段と、 前記出力形式定義情報に従い集計結果を出力する手段
と、 を有する請求項1に記載の集計装置。
2. The aggregation engine, wherein: means for interpreting the structure of the aggregation target information with reference to the input format definition information; means for performing aggregation according to the aggregation condition information; and aggregation according to the output format definition information The counting device according to claim 1, further comprising: means for outputting a result.
【請求項3】前記集計装置は更に、 前記入力形式定義情報、前記集計条件情報及び前記出力
形式定義情報のうち少なくとも一つを追加又は変更する
手段を有することを特徴とする請求項1に記載の集計装
置。
3. The aggregation device according to claim 1, further comprising means for adding or changing at least one of the input format definition information, the aggregation condition information, and the output format definition information. Tallying device.
【請求項4】前記集計装置は更に、 該集計装置に通信網を介し接続して指定することによ
り、前記入力形式定義情報、前記集計条件情報及び前記
出力形式定義情報のうち少なくとも一つを追加又は変更
する手段を有することを特徴とする請求項1に記載の集
計装置。
4. The tallying device further adds at least one of the input format definition information, the tallying condition information, and the output format definition information by connecting to the tallying device via a communication network and designating the tallying device. The counting device according to claim 1, further comprising a change unit.
【請求項5】前記集計装置は更に、 該集計装置に直接に接続して指定することにより、前記
入力形式定義情報、前記集計条件情報及び前記出力形式
定義情報のうち少なくとも一つを追加又は変更する手段
を有することを特徴とする請求項1に記載の集計装置。
5. The aggregation device further adds or changes at least one of the input format definition information, the aggregation condition information, and the output format definition information by directly connecting to and specifying the aggregation device. The counting device according to claim 1, further comprising:
【請求項6】前記集計エンジンは、 集計の起動が指定されることによるか、又は事前に設定
されたスケジュールに従うことによるかの手段により集
計を実行する手段を有する請求項1に記載の集計装置。
6. The tallying device according to claim 1, wherein said tallying engine has means for executing tallying by means of specifying activation of tallying or by following a preset schedule. .
JP10231728A 1998-08-18 1998-08-18 Accumulator Pending JP2000069002A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10231728A JP2000069002A (en) 1998-08-18 1998-08-18 Accumulator

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10231728A JP2000069002A (en) 1998-08-18 1998-08-18 Accumulator

Publications (1)

Publication Number Publication Date
JP2000069002A true JP2000069002A (en) 2000-03-03

Family

ID=16928108

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10231728A Pending JP2000069002A (en) 1998-08-18 1998-08-18 Accumulator

Country Status (1)

Country Link
JP (1) JP2000069002A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8301601B2 (en) 2010-11-09 2012-10-30 Fuji Xerox Co., Ltd. Log consolidation device, log consolidation method, and computer-readable medium
WO2013014988A1 (en) * 2011-07-27 2013-01-31 沖電気工業株式会社 Network analysis system, network analysis device, network analysis program, data processing module, and data processing program
JP2022541225A (en) * 2019-07-24 2022-09-22 中興通訊股▲ふん▼有限公司 Counter custom filtering method, apparatus and computer readable storage medium

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8301601B2 (en) 2010-11-09 2012-10-30 Fuji Xerox Co., Ltd. Log consolidation device, log consolidation method, and computer-readable medium
WO2013014988A1 (en) * 2011-07-27 2013-01-31 沖電気工業株式会社 Network analysis system, network analysis device, network analysis program, data processing module, and data processing program
JP2013030927A (en) * 2011-07-27 2013-02-07 Oki Electric Ind Co Ltd Network analysis system, and network analysis device and network analysis program, and data processing module and data processing program
US20140301222A1 (en) * 2011-07-27 2014-10-09 Oki Electric Industry Co., Ltd. Network analyzing system, as well as network analyzing apparatus and network analyzing program, as well as data processing module and data processing program
US9419882B2 (en) 2011-07-27 2016-08-16 Oki Electric Industry Co., Ltd. Network analyzing system, as well as network analyzing apparatus and network analyzing program, as well as data processing module and data processing program
JP2022541225A (en) * 2019-07-24 2022-09-22 中興通訊股▲ふん▼有限公司 Counter custom filtering method, apparatus and computer readable storage medium
JP7330356B2 (en) 2019-07-24 2023-08-21 中興通訊股▲ふん▼有限公司 Counter custom filtering method, apparatus and computer readable storage medium

Similar Documents

Publication Publication Date Title
JP3884821B2 (en) Distributed information integration method and apparatus
JP4132441B2 (en) Data management device for managed objects
JP3812236B2 (en) Network management system with event control means
US20030009443A1 (en) Generic data aggregation
WO2019223062A1 (en) Method and system for processing system exceptions
CN111355802B (en) Information pushing method and device
JPH0844677A (en) Distributed processing system
CN110795264A (en) Monitoring management method and system and intelligent management terminal
JP2000069002A (en) Accumulator
CN109684279B (en) Data processing method and system
CN110929130A (en) Distributed scheduling-based police department level audit data query method
CN114385551B (en) Log time-sharing management method, device, equipment and storage medium
CN102930046B (en) Data processing method, computing node and system
JP3279517B2 (en) Event processing method in network management system, network management system
US6434713B1 (en) Processor management method of mobile communication home location register (HLR) system
JP3992029B2 (en) Object management method
JP2002259166A (en) Operation repot preparation system, operation report preparation method and program for preparing operation report
CN111158899A (en) Data acquisition method, data acquisition device, task management center and task management system
JP2002351702A (en) Method and device for preparing terminal operation statistical data utilizing online
KR100308913B1 (en) A Statistics Process Method And Apparatus Of Intelligent Network Service
JP3995023B2 (en) Object management method
JPH05300254A (en) Customer access information collection system
JP3828330B2 (en) Traffic counting device and traffic counting method
JPH0698361A (en) Call processing data area management system
JP2003244321A (en) Traffic data generation device

Legal Events

Date Code Title Description
A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20040113

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20040330