JPH0648834B2 - Collection event abnormality detection method - Google Patents
Collection event abnormality detection methodInfo
- Publication number
- JPH0648834B2 JPH0648834B2 JP13588287A JP13588287A JPH0648834B2 JP H0648834 B2 JPH0648834 B2 JP H0648834B2 JP 13588287 A JP13588287 A JP 13588287A JP 13588287 A JP13588287 A JP 13588287A JP H0648834 B2 JPH0648834 B2 JP H0648834B2
- Authority
- JP
- Japan
- Prior art keywords
- event
- call
- stored
- memory
- detection method
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Lifetime
Links
Landscapes
- Monitoring And Testing Of Exchanges (AREA)
Description
【発明の詳細な説明】 〔産業上の利用分野〕 本発明は蓄積プログラム交換システムにおける呼処理の
収集イベントの異常検出方式に関する。DETAILED DESCRIPTION OF THE INVENTION [Industrial application] The present invention relates to a method for detecting an abnormality in a collection event of call processing in a storage program exchange system.
この種の収集イベントの異常検出方式は、蓄積プログラ
ム交換システムのソフトウェアの品質保証テストにおけ
るバグ検出のためのテストツールなどとして用いられ
る。This kind of collection event abnormality detection method is used as a test tool for detecting bugs in the software quality assurance test of the stored program exchange system.
従来の収集イベントの異常検出方式においては、呼処理
のタクス毎に適当なイベント(発呼,数字受信,接続種
別,応答及び切断など)の種類をカウントしているかを
チェックしているが、呼毎に収集イベントをスルーで、
つまりイベントの順序と種類とを組み合わせて正常性を
チェックする機能はない。In the conventional collection event abnormality detection method, it is checked whether or not the type of an appropriate event (calling, digit reception, connection type, response, disconnection, etc.) is counted for each call processing tax. Through each collection event,
In other words, there is no function to check the normality by combining the order and type of events.
上述した従来の収集イベントの異常検出方式は、イベン
トの順序と種類とを組み合わせて正常性のチェックをし
ていないため、トラヒックレポートのイベント間に数の
矛盾が生じてもどの呼がどのタスクを走った時のイベン
トのカウントが漏れている、あるいは二重カウントされ
ているということを容易には発見できない問題がある。Since the above-mentioned conventional method of detecting abnormalities of collected events does not check the normality by combining the order and type of events, even if the number of discrepancies between the events in the traffic report occurs, which call does which task. There is a problem that it is not easy to find that the count of events when running is missing or double counted.
本発明の収集イベントの異常検出方式は、呼対応の呼情
報メモリを使って呼処理を行なう蓄積プログラム交換シ
ステムにおいて、前記呼情報メモリに対応したイベント
収集メモリを設け、前記イベント収集メモリに呼の遷移
過程で発生する発呼,数字受信,接続種別,応答及び切
断を含むイベントの種類を順次記憶し、記憶した前記イ
ベントの種類の列と呼の遷移過程で採り得る前記イベン
トの種類の流れのパターンをトリーにして予め記憶した
イベントチェックデータとを比較し、前記イベントの種
類の列が前記イベントチェックデータのパターンのいず
れにも一致しない呼については記憶した前記イベントの
種類の列を出力する構成である。The collection event abnormality detection method of the present invention provides an event collection memory corresponding to the call information memory in a storage program exchange system that performs call processing using a call information memory corresponding to a call, and the event collection memory stores the call Event types including call origination, digit reception, connection type, response, and disconnection that occur in the transition process are sequentially stored, and the stored sequence of the event types and the flow of the event types that can be taken in the call transition process A configuration in which a pattern is made into a tree and the stored event check data is compared, and the stored event type sequence is output for a call in which the event type sequence does not match any of the event check data patterns. Is.
次に、本発明の実施例について図面を参照して説明す
る。Next, embodiments of the present invention will be described with reference to the drawings.
一実施例を示す第1図,第2図及び第3図を参照する
と、イベント収集メモリ1は呼処理過程で呼情報メモリ
(図示省略)をハントする時にハントされ、呼情報メモ
リとリンケージをもちかつ呼情報メモリと同数だけ用意
されている。イベントA,B,C,D,E,Fはイベン
トをカウントする度にイベント収集メモリ1に順次セー
ブされていく。イベントA〜Fは呼の遷移過程で発生す
る発呼,数字受信及び接続種別などのイベントの種類に
対応して予め割り付けられたコードである。ポインタ2
は最新のイベントの位置を示し、第1図においてはポイ
ンタ2がイベントA〜Fの数“6”を示している。Referring to FIG. 1, FIG. 2 and FIG. 3 showing an embodiment, the event collecting memory 1 is hunted when hunting a call information memory (not shown) in a call processing process and has a linkage with the call information memory. And the same number as the call information memory is prepared. Events A, B, C, D, E, and F are sequentially saved in the event collection memory 1 each time an event is counted. Events A to F are codes assigned in advance corresponding to types of events such as call origination, number reception, and connection type that occur during a call transition process. Pointer 2
Indicates the position of the latest event, and in FIG. 1, the pointer 2 indicates the number "6" of events AF.
呼処理において、イベントチェックプログラム(第3図
参照)は第2図に示すイベントチェックデータを参照し
てイベント収集メモリ1にイベントがセーブされる度に
ポインタ2の示すイベントの値(A〜F)が正常か否か
をチェックする。イベントチェックデータは呼の遷移過
程で採り得る全てのイベントに対して予め定められたコ
ードによって正しいイベントの流れをトリー状に構成し
たデータであり、メインメモリに記憶される。イベント
収集メモリ1にセーブされたイベントがイベントチェッ
クデータのトリーに沿っていなければ、異常とみなしリ
ンクをとっている呼情報メモリの内容及びその呼に対し
て収集してきたイベントをモニタに出力し、イベント収
集メモリ1を解放する。呼の終りまで異常のなかった呼
に対しては、呼情報メモリ解放時にイベント収集メモリ
1を解放する。In the call processing, the event check program (see FIG. 3) refers to the event check data shown in FIG. 2 and each time the event is saved in the event collection memory 1, the event value indicated by the pointer 2 (A to F). Check whether is normal. The event check data is data in which a correct flow of events is configured in a tree shape by a predetermined code for all possible events in a call transition process, and is stored in the main memory. If the events saved in the event collection memory 1 are not along the tree of the event check data, the contents of the call information memory which is regarded as abnormal and the link and the events collected for the call are output to the monitor, The event collection memory 1 is released. For a call that has no abnormality until the end of the call, the event collection memory 1 is released when the call information memory is released.
なお、第2図においてコードA,B,B′,B″〜Fは
イベントを示す。イベントチェックプログラムは、発
呼,数字受信などの呼処理タスクがイベントを収集しポ
インタ2を+1(インクリメント)したのちに、各各の
タスクから起動される。また、呼情報メモリには通常発
呼者番号,送出された選択信号情報及び呼の遷移状態な
どが記憶される。In Fig. 2, codes A, B, B ', B "to F indicate events. In the event check program, call processing tasks such as calling and receiving numbers collect events and the pointer 2 is incremented by +1 (increment). After that, the task is activated by each task, and the call information memory normally stores the calling party number, the sent selection signal information, the call transition state, and the like.
以上説明したように本発明によれば、呼対応にスルーで
収集イベントをチェックする。すなわち、収集イベント
の順序とその種類とを組み合わせて正常性をチェックす
る。異常なイベント収集を検出した場合には、その呼に
対して収集してきたイベント列を出力する。これにより
呼対応にスルーで異常なイベント収集の検出ができ、か
つ異常検出されて出力されたイベント列をたどることに
よって、一連の呼処理のうちのどのタスクで(どのポイ
ントで)異常となったかが、容易に解明できる。As described above, according to the present invention, the collected event is checked through in response to a call. That is, the normality is checked by combining the order of collected events and their types. When abnormal event collection is detected, the event sequence collected for the call is output. As a result, it is possible to detect abnormal event collection through the call handling, and by tracing the event sequence output when an error is detected, it is possible to determine which task (at which point) in the series of call processing caused an error. , Can be easily clarified.
第1図,第2図及び第3図は本発明の一実施例を示す図
である。 1……イベント収集メモリ、2……ポインタ、A,B,
C,D,E,F……イベントFIG. 1, FIG. 2 and FIG. 3 are views showing an embodiment of the present invention. 1 ... Event collection memory, 2 ... Pointer, A, B,
C, D, E, F ... Event
Claims (1)
なう蓄積プログラム交換システムにおいて、前記呼情報
メモリに対応したイベント収集メモリを設け、前記イベ
ント収集メモリに呼の遷移過程で発生する発呼,数字受
信,接続種別,応答及び切断を含むイベントの種類を順
次記憶し、記憶した前記イベントの種類の列と呼の遷移
過程で採り得る前記イベントの種類の流れのパターンを
トリーにして予め記憶したイベントチェックデータとを
比較し、前記イベントの種類の列が前記イベントチェッ
クデータのパターンのいずれにも一致しない呼について
は記憶した前記イベントの種類の列を出力することを特
徴とする収集イベントの異常検出方式。1. A storage program switching system for performing a call process using a call-corresponding call information memory, wherein an event collecting memory corresponding to the call information memory is provided, and the event collecting memory generates an event generated during a call transition process. Event types including call, number reception, connection type, response, and disconnection are sequentially stored, and a sequence of the stored event types and a flow pattern of the event types that can be taken in the transition process of the call are set as a tree in advance. Collected event characterized by comparing stored event check data and outputting the stored event type sequence for a call in which the event type sequence does not match any of the event check data patterns Abnormality detection method.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP13588287A JPH0648834B2 (en) | 1987-05-29 | 1987-05-29 | Collection event abnormality detection method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP13588287A JPH0648834B2 (en) | 1987-05-29 | 1987-05-29 | Collection event abnormality detection method |
Publications (2)
Publication Number | Publication Date |
---|---|
JPS6464456A JPS6464456A (en) | 1989-03-10 |
JPH0648834B2 true JPH0648834B2 (en) | 1994-06-22 |
Family
ID=15161983
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP13588287A Expired - Lifetime JPH0648834B2 (en) | 1987-05-29 | 1987-05-29 | Collection event abnormality detection method |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH0648834B2 (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5110228A (en) * | 1989-12-20 | 1992-05-05 | Mitsubishi Kasei Corporation | Cassette with a loosening prevention mechanism |
-
1987
- 1987-05-29 JP JP13588287A patent/JPH0648834B2/en not_active Expired - Lifetime
Also Published As
Publication number | Publication date |
---|---|
JPS6464456A (en) | 1989-03-10 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP3764362B2 (en) | Data processing system for communication network | |
KR102146173B1 (en) | Service call information processing method and device | |
CN112801666B (en) | Monitoring management method, system, medium and equipment based on enterprise service bus | |
EP0591345B1 (en) | Method and system for monitoring a computer system | |
US5119377A (en) | System and method for software error early detection and data capture | |
CN110245035A (en) | A kind of link trace method and device | |
WO1995005718A1 (en) | Method and system for monitoring, testing and analyzing a telecommunication switching system | |
JPH02105947A (en) | Computer surrounding subsystem and exception event automatic detecting analyzing method | |
US5333308A (en) | Method and apparatus for operating a communication network monitor arrangement | |
US6401217B1 (en) | Method for error recognition in a processor system | |
JPH0648834B2 (en) | Collection event abnormality detection method | |
JPS61285569A (en) | Program control method for multi-computer system | |
JPS62285170A (en) | Matching system for input message of decentralized processing system | |
US5335324A (en) | Distributed processing system and method for job execution using a plurality of processors and including identification of replicated data | |
CN114037539A (en) | Method and device for detecting single-link failure of insurance | |
CN112905372A (en) | Thread abnormity diagnosis method and device | |
JPH0358549A (en) | Communication equipment | |
CN111061609A (en) | Log monitoring method and system | |
DE60114395T2 (en) | Query and analysis method for MSTP in a radio telecommunications network | |
CN116795656B (en) | Early warning prompting method, device, equipment and storage medium for buried point error | |
EP4030366A1 (en) | Method and system for automatic service level agreement conflict and accountability resolution | |
CN116881089A (en) | Buried point and buried point management method for calling chain state feedback state | |
JPH03121552A (en) | Early detection system for improper data format | |
CN116433367A (en) | Transaction sorting method and device and electronic equipment | |
JP2577915Y2 (en) | Status signal monitoring device |