JP4687590B2 - Information distribution system and failure determination method - Google Patents

Information distribution system and failure determination method Download PDF

Info

Publication number
JP4687590B2
JP4687590B2 JP2006187581A JP2006187581A JP4687590B2 JP 4687590 B2 JP4687590 B2 JP 4687590B2 JP 2006187581 A JP2006187581 A JP 2006187581A JP 2006187581 A JP2006187581 A JP 2006187581A JP 4687590 B2 JP4687590 B2 JP 4687590B2
Authority
JP
Japan
Prior art keywords
failure
information
determined
threshold
equal
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.)
Active
Application number
JP2006187581A
Other languages
Japanese (ja)
Other versions
JP2008017257A (en
Inventor
孝 日比
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.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Electric Industry Co Ltd
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 Oki Electric Industry Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP2006187581A priority Critical patent/JP4687590B2/en
Publication of JP2008017257A publication Critical patent/JP2008017257A/en
Application granted granted Critical
Publication of JP4687590B2 publication Critical patent/JP4687590B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Computer And Data Communications (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Description

本発明は、情報配信サーバからネットワークを介して情報受信端末に情報データを配信する情報配信システム及びその障害判定方法に関する。   The present invention relates to an information distribution system for distributing information data from an information distribution server to an information receiving terminal via a network, and a failure determination method thereof.

情報配信システムとして、映像配信サーバから端末に映像データを配信する映像配信システムでは、その映像データの配信方法として、ユニキャストとマルチキャストがある。ユニキャストは単一の端末に対して映像データを配信する方法であり、VOD(ビーデオオンデマンド)サービスに用いられる。マルチキャストは同時に多数の端末に映像データを配信する方法であり、放送サービスに用いられる。   As an information distribution system, in a video distribution system that distributes video data from a video distribution server to a terminal, there are unicast and multicast as distribution methods of the video data. Unicast is a method of distributing video data to a single terminal, and is used for VOD (Video On Demand) service. Multicast is a method of distributing video data to a large number of terminals at the same time, and is used for broadcasting services.

映像データをネットワークで提供するためには、一定の速度でデータを送り続ける必要があり、サーバと端末の間で帯域が安定して確保されている必要がある。一般的に、IPネットワーク上では映像データはUDP(ユーザデータグラムプロトコル)というコネクションレス型のプロトコルで送信されており、送信されたデータに対する応答確認がないため、端末でパケットロスが発生していても送信側では端末でのパケットロスを検出できない。   In order to provide video data over a network, it is necessary to continue sending data at a constant speed, and it is necessary to ensure a stable band between the server and the terminal. Generally, on an IP network, video data is transmitted using a connectionless protocol called UDP (User Datagram Protocol), and there is no response confirmation for the transmitted data, so that packet loss occurs at the terminal. However, the packet loss at the terminal cannot be detected on the transmission side.

サーバと端末との間で通信に間題があるか否かを調べるために、pingコマンドを使用する方法がある(非特許文献1参照)。サーバから端末に向かってpingコマンドを実行すると、ICMP echo requestパケットが端末に送られ、それに対して端末がリプライ(応答)をサーバに返す。一定間隔でICMP echo requestパケットを送信することにより、パケットのロス率、遅延、ジッタ(送信遅延のゆらぎ)等を調べることができる。また、リプライが返らない場合には、サーバと端末との間のネットワークに問題があることと判断することができる。   There is a method of using a ping command to check whether there is a problem in communication between the server and the terminal (see Non-Patent Document 1). When a ping command is executed from the server to the terminal, an ICMP echo request packet is sent to the terminal, and the terminal returns a reply (response) to the server. By transmitting ICMP echo request packets at regular intervals, packet loss rate, delay, jitter (transmission delay fluctuation), and the like can be examined. If no reply is returned, it can be determined that there is a problem with the network between the server and the terminal.

また、別の方法として、サーバと端末との間のデータ伝送の帯域を調べる方法があり、速度計測のためのプログラムが使用される。端末から特定のプログラムを実行し、それに対してサーバから一定速度でデータパケットを送信し、パケットの受信結果を調べることでネットワークの状態や帯域を確認しようとするものである。
「ネットワークの疎通を確認するには?」、加地眞也[平成18年6月8日検索]、(http://www.atmarkit.co.jp/fnetwork/netcom/netcom01/netcom01.html)
As another method, there is a method of examining a data transmission band between the server and the terminal, and a program for speed measurement is used. A specific program is executed from a terminal, a data packet is transmitted from the server at a constant rate, and the packet reception result is checked to check the network state and bandwidth.
"How to check network communication?", Katsuya Kaya [Search June 8, 2006], (http://www.atmarkit.co.jp/fnetwork/netcom/netcom01/netcom01.html)

しかしながら、上記した従来の方法では以下のような問題点があり、パケットロス等の障害が発生したときにどこに原因があるかを判定することは困難である。   However, the above-described conventional method has the following problems, and it is difficult to determine where the cause is when a failure such as packet loss occurs.

(1) pingを実行したときの状態しか得られないため、一時的にネットワークに障害の原因となる問題が発生し、その後復旧した場合に障害原因を見つけることができない。   (1) Since only the state when ping is executed can be obtained, a problem that temporarily causes a failure occurs in the network, and the cause of the failure cannot be found after recovery.

(2) 端末は常に電源オンされていることは保証されていないので、端末からの応答がないだけでは障害が発生しているのかどうかを判断することができない。   (2) Since it is not guaranteed that the terminal is always powered on, it is not possible to determine whether or not a failure has occurred simply because there is no response from the terminal.

(3) パケットロスが0.5%以下程度で発生している場合は原因判定が難しい。   (3) When packet loss occurs at about 0.5% or less, it is difficult to determine the cause.

(4) pingではネットワークの帯域が不足しているかどうかを調べることができない。   (4) Ping cannot check whether the network bandwidth is insufficient.

(5〉マルチキャストパケットのみ到達性に問題が発生する場合にも適用できない。例えば、マルチキャストパケットのルーティングに障害が発生していても、ユニキャストパケットは正常に送受信できる場合がある。   (5) It cannot be applied even when a problem occurs in the reachability of only the multicast packet, for example, there may be a case where a unicast packet can be normally transmitted and received even when a multicast packet routing failure occurs.

上記の問題点の(1),(2)を避けるためにpingを定期的に実行する方法も考えられるが、端末数が増加するとサーバ及びネットワークの負荷が多大となるため実施することは困難である。また、上記問題点の(3)〜(5)については全く避けることができない。   In order to avoid the above problems (1) and (2), it is possible to execute ping periodically.However, if the number of terminals increases, the load on the server and network will increase, making it difficult to implement. is there. Further, the above problems (3) to (5) cannot be avoided at all.

速度計測のためのプログラムを使用する方法では、帯域を調査することはできるが、上記の(1),(3),(5)の問題点を解決することができない。   In the method using the program for speed measurement, the bandwidth can be investigated, but the above problems (1), (3), and (5) cannot be solved.

そこで、本発明の目的は、情報配信サーバからネットワークを介して情報受信端末に情報データを配信する際に生じた障害の原因を判定することができる情報配信システム及び障害判定方法を提供することである。   Therefore, an object of the present invention is to provide an information distribution system and a failure determination method that can determine the cause of a failure that occurs when distributing information data from an information distribution server to an information receiving terminal via a network. is there.

本発明の情報配信システムは、情報配信サーバから送信されネットワークを介して伝送された情報データを受信し、その情報データの受信の際における障害の発生時に障害に関する障害情報を取得する情報受信端末と、前記情報受信端末によって取得された障害情報を前記ネットワークを介して収集してデータベースに格納し、その格納された障害情報を解析して障害の原因を判定する障害情報収集サーバと、を備え、前記障害情報収集サーバは、単位時間当たりに収集した前記障害情報の数が第1閾値以上であるか否かを判別する第1判別手段と、前記単位時間内に同一の障害の内容の障害が同一のネットワークにて第2閾値以上の回数発生したか否かを判別する第2判別手段と、前記単位時間内に複数の情報受信端末から前記情報配信サーバへの接続失敗の数が第3閾値以上であるか否かを判別する第3判別手段と、前記単位時間内に同一のマルチキャスト受信で障害発生件数が第4閾値以上であるか否かを判別する第4判別手段と、前記単位時間内に同一種類の端末での同種の障害の内容の障害発生件数が第5閾値以上であるか否かを判別する第5判別手段と、を備え、前記第1判別手段によって収集した前記障害情報の数が前記第1閾値より小であるならば、障害なしと判定し、前記第1判別手段によって収集した前記障害情報の数が前記第1閾値以上であると判別された場合に、前記第2判別手段によって同一の障害の内容の障害が同一のネットワークにて前記第2閾値以上の回数発生したと判別されたならば、ネットワーク障害と判定し、前記第1判別手段によって収集した前記障害情報の数が前記第1閾値以上であると判別された場合に、前記第3判別手段によって複数の情報受信端末から前記情報配信サーバへの接続失敗の数が前記第3閾値以上であると判別されたならば、サーバ障害と判定し、前記第1判別手段によって収集した前記障害情報の数が前記第1閾値以上であると判別された場合に、前記第4判別手段によって同一のマルチキャスト受信で障害発生件数が前記第4閾値以上であると判別されたならば、マルチキャスト障害と判定し、前記第1判別手段によって収集した前記障害情報の数が前記第1閾値以上であると判別された場合に、前記第5判別手段によって同一種類の端末での同種の障害の内容の障害発生件数が前記第5閾値以上であると判別されたならば、端末障害と判定し、前記第1判別手段によって収集した前記障害情報の数が前記第1閾値以上であると判別された場合に、前記第2ないし第5判別手段で全て否判別の結果が得られたならば、その他の障害と判定することを特徴としている。 An information distribution system according to the present invention includes an information receiving terminal that receives information data transmitted from an information distribution server and transmitted via a network, and acquires failure information related to a failure when a failure occurs when the information data is received. A failure information collection server for collecting failure information acquired by the information receiving terminal via the network and storing it in a database, analyzing the stored failure information to determine the cause of the failure , and The failure information collection server includes first determination means for determining whether or not the number of pieces of failure information collected per unit time is equal to or greater than a first threshold, and a failure having the same failure content within the unit time. Second discriminating means for discriminating whether or not the number of times more than a second threshold has occurred in the same network; and a plurality of information receiving terminals within the unit time, A third discriminating means for discriminating whether or not the number of connection failures to the bus is greater than or equal to a third threshold; and whether or not the number of failures occurring in the same multicast reception within the unit time is greater than or equal to a fourth threshold. A fourth discriminating means for discriminating; and a fifth discriminating means for discriminating whether or not the number of fault occurrences of the same type of fault content in the same type of terminal within the unit time is equal to or greater than a fifth threshold; If the number of pieces of failure information collected by the first determination unit is smaller than the first threshold value, it is determined that there is no failure, and the number of pieces of failure information collected by the first determination unit is equal to or greater than the first threshold value. If it is determined that the failure of the same failure content has occurred more than the second threshold in the same network by the second determining means, it is determined as a network failure, Collected by the first discrimination means. When it is determined that the number of the failure information is equal to or greater than the first threshold, the number of connection failures from the plurality of information receiving terminals to the information distribution server is equal to or greater than the third threshold by the third determination means. If it is determined that there is a server failure, and if it is determined that the number of the failure information collected by the first determination unit is equal to or greater than the first threshold, the same is determined by the fourth determination unit. If it is determined by multicast reception that the number of failures is greater than or equal to the fourth threshold, it is determined that a multicast failure has occurred, and it is determined that the number of failure information collected by the first determination means is greater than or equal to the first threshold. If it is determined by the fifth determining means that the number of failure occurrences of the same type of failure in the same type of terminal is greater than or equal to the fifth threshold, it is determined that the terminal has failed, If it is determined that the number of pieces of failure information collected by one determination unit is greater than or equal to the first threshold value, if all the determination results are obtained by the second to fifth determination units, the other failure It is characterized by judging .

また、本発明の障害判定方法は、情報配信サーバから送信された情報データをネットワークを介して情報受信端末で受信する情報配信システムの障害判定方法であって、前記情報受信端末においてその情報データの受信の際における障害の発生時に障害に関する障害情報を取得するステップと、その取得障害情報を前記ネットワークを介して収集してデータベースに格納し、その格納された障害情報を解析して障害の原因を判定する障害情報判定ステップと、を備え、前記障害情報判定ステップは、単位時間当たりに収集した前記障害情報の数が第1閾値以上であるか否かを判別する第1判別ステップと、前記単位時間内に同一の障害の内容の障害が同一のネットワークにて第2閾値以上の回数発生したか否かを判別する第2判別ステップと、前記単位時間内に複数の情報受信端末から前記情報配信サーバへの接続失敗の数が第3閾値以上であるか否かを判別する第3判別ステップと、前記単位時間内に同一のマルチキャスト受信で障害発生件数が第4閾値以上であるか否かを判別する第4判別ステップと、前記単位時間内に同一種類の端末での同種の障害の内容の障害発生件数が第5閾値以上であるか否かを判別する第5判別ステップと、を備え、前記第1判別ステップによって収集した前記障害情報の数が前記第1閾値より小であるならば、障害なしと判定し、前記第1判別ステップによって収集した前記障害情報の数が前記第1閾値以上であると判別された場合に、前記第2判別ステップによって同一の障害の内容の障害が同一のネットワークにて前記第2閾値以上の回数発生したと判別されたならば、ネットワーク障害と判定し、前記第1判別ステップによって収集した前記障害情報の数が前記第1閾値以上であると判別された場合に、前記第3判別ステップによって複数の情報受信端末から前記情報配信サーバへの接続失敗の数が前記第3閾値以上であると判別されたならば、サーバ障害と判定し、前記第1判別ステップによって収集した前記障害情報の数が前記第1閾値以上であると判別された場合に、前記第4判別ステップによって同一のマルチキャスト受信で障害発生件数が前記第4閾値以上であると判別されたならば、マルチキャスト障害と判定し、前記第1判別ステップによって収集した前記障害情報の数が前記第1閾値以上であると判別された場合に、前記第5判別ステップによって同一種類の端末での同種の障害の内容の障害発生件数が前記第5閾値以上であると判別されたならば、端末障害と判定し、前記第1判別ステップによって収集した前記障害情報の数が前記第1閾値以上であると判別された場合に、前記第2ないし第5判別ステップで全て否判別の結果が得られたならば、その他の障害と判定することを特徴としている。
The failure determination method of the present invention is a failure determination method for an information distribution system in which information receiving terminal receives information data transmitted from an information distribution server via a network, and the information receiving terminal The step of acquiring failure information related to a failure when a failure occurs during reception, collecting the acquired failure information via the network and storing it in a database, and analyzing the stored failure information to determine the cause of the failure A failure information determination step for determining, wherein the failure information determination step determines whether or not the number of the failure information collected per unit time is equal to or greater than a first threshold; and the unit A second determination step of determining whether or not a failure having the same failure content has occurred more than a second threshold value in the same network within a time period; A third determination step of determining whether or not the number of connection failures from a plurality of information receiving terminals to the information distribution server within the unit time is greater than or equal to a third threshold; and the same multicast reception within the unit time A fourth determination step of determining whether or not the number of failure occurrences is equal to or greater than a fourth threshold; and whether or not the number of failure occurrences of the same type of failure in the same type of terminal within the unit time is equal to or greater than a fifth threshold A first determination step, and if the number of pieces of failure information collected in the first determination step is smaller than the first threshold, it is determined that there is no failure, and the first determination step When it is determined that the number of pieces of failure information collected by the above is greater than or equal to the first threshold value, the second determination step causes a failure having the same failure content to be generated more than the second threshold value in the same network. If it is determined that a network failure has occurred, and it is determined that the number of pieces of failure information collected in the first determination step is greater than or equal to the first threshold, a plurality of determinations are made in the third determination step. If it is determined that the number of connection failures from the information receiving terminal to the information distribution server is equal to or greater than the third threshold, it is determined that the server has failed, and the number of failure information collected in the first determination step is If it is determined that the number of failure occurrences is equal to or greater than the fourth threshold in the same multicast reception in the fourth determination step when it is determined that the value is greater than or equal to the first threshold, it is determined that a multicast failure occurs, and the second When it is determined that the number of pieces of failure information collected in one determination step is greater than or equal to the first threshold value, the same type of terminal is determined in the fifth determination step. If it is determined that the number of failure occurrences of the same type of failure content is greater than or equal to the fifth threshold value, it is determined as a terminal failure, and the number of failure information collected in the first determination step is the first threshold value. In the case where it is determined that the above is true, if all the determination results are obtained in the second to fifth determination steps, it is determined that the failure is other .

かかる本発明によれば、情報データが配信される情報受信端末においてその情報データの受信の際における障害の発生時に障害に関する障害情報が取得され、その取得障害情報はネットワークを介して障害情報収集サーバに収集されて障害情報収集サーバのデータベースに格納される一方、障害情報収集サーバによって格納された障害情報の解析がされて障害の原因が判定される。よって、システム内で障害が発生すると、障害情報収集サーバにはネットワーク上の端末各々からの障害情報が収集されるので、収集障害情報を総合的に分析することが可能となり、障害の原因を効率よく迅速に判定することができる。   According to the present invention, failure information relating to a failure is acquired when a failure occurs when the information data is received at an information receiving terminal to which the information data is distributed, and the acquired failure information is transmitted to the failure information collection server via the network. The failure information stored in the failure information collection server is stored in the database, and the failure information stored by the failure information collection server is analyzed to determine the cause of the failure. Therefore, when a failure occurs in the system, the failure information collection server collects failure information from each terminal on the network, making it possible to comprehensively analyze the collected failure information and efficiently It can be judged quickly and well.

以下、本発明の実施例を図面を参照しつつ詳細に説明する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

図1は本発明が適用された映像配信システムを示している。この映像配信システムは、配信サーバネットワーク装置100と端末ネットワーク装置300とを備えている。配信サーバネットワーク装置100と端末ネットワーク装置300とはインターネット等のネットワーク200によって接続されている。   FIG. 1 shows a video distribution system to which the present invention is applied. This video distribution system includes a distribution server network device 100 and a terminal network device 300. Distribution server network device 100 and terminal network device 300 are connected by a network 200 such as the Internet.

配信サーバネットワーク装置100は、映像配信サーバ101、障害情報収集サーバ102及びルータ103を備えている。映像配信サーバ101、障害情報収集サーバ102及びルータ103はLAN回線104で互いに接続されている。   The distribution server network device 100 includes a video distribution server 101, a failure information collection server 102, and a router 103. The video distribution server 101, the failure information collection server 102 and the router 103 are connected to each other via a LAN line 104.

端末ネットワーク装置300は、映像受信端末301とルータ302とを備えている。映像受信端末301とルータ302とはLAN回線303で互いに接続されている。   The terminal network device 300 includes a video receiving terminal 301 and a router 302. The video receiving terminal 301 and the router 302 are connected to each other via a LAN line 303.

また、端末ネットワーク装置300と同様の構成の複数の端末ネットワーク装置(端末ネットワーク装置400を含む)がネットワーク200には接続されている。   In addition, a plurality of terminal network devices (including the terminal network device 400) having the same configuration as the terminal network device 300 are connected to the network 200.

映像配信サーバ101は映像データのデータベース(図示せず)を備え、端末ネットワーク装置300の映像受信端末301等の端末からのデータ要求に応答して映像データを配信する。ルータ103,302は映像データ等の伝送データを送信先に転送する。映像配信サーバ101から映像受信端末301に向けて送信された映像データはLAN回線104、ルータ103、ネットワーク200、ルータ303、LAN回線303を介して映像受信端末301に伝送される。   The video distribution server 101 includes a video data database (not shown), and distributes video data in response to a data request from a terminal such as the video receiving terminal 301 of the terminal network device 300. The routers 103 and 302 transfer transmission data such as video data to the transmission destination. Video data transmitted from the video distribution server 101 to the video receiving terminal 301 is transmitted to the video receiving terminal 301 via the LAN line 104, the router 103, the network 200, the router 303, and the LAN line 303.

映像受信端末301は例えば、PC(パーソナルコンピュータ)からなり、映像配信サーバ101から送信された映像データを受信する。また、映像受信端末301は、その映像データの受信障害が発生したときその障害についての障害情報をログとして内部に保存する。更に、映像データの受信状態についての統計情報を算出してそれをログとして内部に保存する。統計情報の算出は定期的に行っても良い。   The video receiving terminal 301 is composed of, for example, a PC (personal computer), and receives video data transmitted from the video distribution server 101. In addition, when a video data reception failure occurs, the video reception terminal 301 stores therein failure information regarding the failure as a log. Furthermore, statistical information about the reception state of the video data is calculated and stored as a log inside. The calculation of statistical information may be performed periodically.

障害情報としては、(A1)障害発生時の時間情報、(A2)障害の発生時間(秒単位)又は統計情報を取得した時間、(A3)端末ID、(A4)端末ファームウェアバージョン、(A5)端末ネットワークアドレス、(A6)ネットワーク種別(無線/有線、光/ADSL等)、(A7)障害の内容、(A8)マルチキャスト情報、(A9)ユニキャスト情報が含まれる。   Failure information includes (A1) time information at the time of failure, (A2) time of failure occurrence (in seconds) or time when statistical information was acquired, (A3) terminal ID, (A4) terminal firmware version, (A5) Terminal network address, (A6) network type (wireless / wired, optical / ADSL, etc.), (A7) content of failure, (A8) multicast information, and (A9) unicast information are included.

(A7)の障害の内容としては、例えば、(a)一定時間に亘ってパケットが受信できない映像データの途絶、(b)パケットのロス率が閾値を越えたパケットロスの多発、(c)サーバヘの接続失敗、(d)サーバからのエラー、(e)正常に処理できない異常なデータを受信したデータエラー、(f)データの受信速度が速すぎる又は遅すぎるために端末内のバッファがオーバーフロー又はアンダーフローしたバッファオーバーフロー/アンダーフローがある。   The contents of the failure in (A7) include, for example, (a) interruption of video data in which packets cannot be received for a certain period of time, (b) frequent packet loss when the packet loss rate exceeds the threshold, and (c) to the server. Connection failure, (d) error from server, (e) data error when receiving abnormal data that cannot be processed normally, (f) buffer in terminal overflows because data is received too fast or too slow There is an underflowed buffer overflow / underflow.

(A8)のマルチキャスト情報は、マルチキャストデータを受信している場合にマルチキャストパケットの送信アドレスである。   The multicast information (A8) is a transmission address of a multicast packet when multicast data is received.

(A9)のユニキャスト情報は、受信コンテンツID及び障害発生位置を含む。受信コンテンツIDは障害が発生したときにそれまで再生していたコンテンツの識別コード(ID)である。障害発生位置は障害が発生したときのコンテンツの再生位置である。   The unicast information (A9) includes a received content ID and a failure occurrence position. The received content ID is an identification code (ID) of the content that has been reproduced up to that point when a failure has occurred. The failure occurrence position is a content reproduction position when a failure occurs.

統計情報としては、(B1)パケットロス率、(B2)ジッダ、(B3)RTT(Round Trip Time)、(B4)バーストロス(連続ロス数の最大)、(B5)パケットの入れ替わり率が含まれる。   Statistical information includes (B1) packet loss rate, (B2) Jeddah, (B3) RTT (Round Trip Time), (B4) burst loss (maximum number of consecutive losses), and (B5) packet replacement rate. .

(B1)のパケットロス率は一定時間内にロスしたパケット数/送信パケット数で求められる。パケットロスは、パケットのシーケンス番号をチェックすることにより判定可能である。(B2)のジッタはパケットの到着時間のゆらぎを値にしたものである。(B3)のRTTは制御パケットの送信からそれを受信するまでに生じるネツトワークの往復遅延時間である。(B4)のバーストロスはパケットが連続でロスした場合の最大値である。(B5)のパケットの入れ替わり率は受信パケットの順序が入れ替わっているものの率である。その順序の入れ替わりは、受信パケット内のシーケンス番号をチェックすることにより判定可能である。   The packet loss rate of (B1) is obtained by the number of packets lost within a certain time / the number of transmitted packets. Packet loss can be determined by checking the sequence number of the packet. The jitter of (B2) is obtained by using the fluctuation of the arrival time of the packet as a value. The RTT in (B3) is a network round-trip delay time which occurs from transmission of a control packet to reception of the control packet. The burst loss (B4) is the maximum value when packets are lost continuously. The packet replacement rate in (B5) is the rate at which the order of received packets is switched. The change of the order can be determined by checking the sequence number in the received packet.

映像受信端末301は、映像データの受信の際には、図2に示すように、障害が発生しているか否かを判別する(ステップS1)。上記した(A7)障害の内容で示された如き障害が発生した場合には、上記の障害情報及び統計情報をログに記録する(ステップS2)と共に障害情報収集サーバ102に障害情報を送信する(ステップS3)。   When receiving the video data, the video receiving terminal 301 determines whether or not a failure has occurred as shown in FIG. 2 (step S1). When a failure such as that indicated by the above (A7) failure occurs, the failure information and statistical information are recorded in a log (step S2), and the failure information is transmitted to the failure information collection server 102 ( Step S3).

ステップS3においては、障害発生時にすぐに障害情報収集サーバ102にアクセスすると、多数の端末で同時に障害が発生したときにサーバの負荷が高くなるため、ランダムに遅延時間を入れることが行われる。   In step S3, if the failure information collection server 102 is accessed immediately when a failure occurs, the load on the server increases when failures occur simultaneously in a large number of terminals, so a delay time is randomly added.

また、映像受信端末301は、統計情報に含まれる値が許容される閾値を越えたか否かを判別し(ステップS4)、閾値を越えた場合には、障害情報収集サーバ102に情報を送信する(ステップS5)。ステップS4では、例えば、パケットロス率が決められた率を越えたか否か、パケットの入れ替わりが決められた率を越えたか否か等の判別が行われる。   Further, the video receiving terminal 301 determines whether or not the value included in the statistical information exceeds an allowable threshold (step S4), and transmits information to the failure information collection server 102 when the threshold is exceeded. (Step S5). In step S4, for example, it is determined whether or not the packet loss rate exceeds a predetermined rate, whether or not the packet replacement rate exceeds a predetermined rate.

なお、障害情報収集サーバ302へのアクセスを失敗した場合には、一定時間だけ待った後に再度接続を試み、接続が成功するまで繰り返す。これにより、ネットワーク障害でサーバ302に接続ができない場合でも確実に情報の通知を行なうことができる。障害情報収集サーバ302への通知が完了した情報は、端末の内部から削除しても良い。   If access to the failure information collection server 302 fails, the connection is attempted again after waiting for a certain time, and the connection is repeated until the connection is successful. As a result, even when a connection to the server 302 cannot be made due to a network failure, information can be reliably notified. Information that has been notified to the failure information collection server 302 may be deleted from the inside of the terminal.

障害情報収集サーバ102は、映像受信端末301を含む端末から上記の障害情報又は統計情報を受け取ると、障害情報データベースに内容を記録して定期的に障害判定動作を実行する。   When the failure information collection server 102 receives the above failure information or statistical information from the terminals including the video receiving terminal 301, the failure information collection server 102 records the contents in the failure information database and periodically executes a failure determination operation.

障害情報収集サーバ102は障害判定動作では、図3に示すように、単位時間(例えば、1分単位)内に受信した障害情報の数が第1閾値以上であるか否かを判別する(ステップS11)。単位時間内に受信した障害情報の数が第1閾値以上であるならば、複数の条件(第1条件〜第4条件)に基づき障害原因を判定する。障害情報収集サーバ102は単位時間内に受信した障害情報の数が第1閾値以下であるならば、障害はなしと判定する(ステップS12)。   In the failure determination operation, the failure information collection server 102 determines whether or not the number of failure information received within a unit time (for example, in units of 1 minute) is greater than or equal to a first threshold as shown in FIG. S11). If the number of pieces of failure information received within the unit time is greater than or equal to the first threshold value, the cause of failure is determined based on a plurality of conditions (first condition to fourth condition). The failure information collection server 102 determines that there is no failure if the number of pieces of failure information received within the unit time is equal to or less than the first threshold (step S12).

先ず、第1条件を満足するか否かが判別される(ステップS13)。第1条件は、同一ネットワーク(ここではネットワーク200)に直接或いは他のネットワークを介して接続された端末で同一の障害の内容が第2閾値以上の回数発生していることである。障害の内容は上記のパケットロス多発、データの途切れ、サーバ接続エラー等である。端末が同一ネットワークに属するか否かは、アドレスの先頭部分が一致しているかどうかで判定される。例えば、IPv6のアドレスの場合には、アドレスの先頭64ビットが一致する場合に同一のネヅトワークに属するとみなされる。障害情報収集サーバ102は第1条件を満足する場合には、同一のネットワークで障害が発生していると判定する(ステップS14)。例えば、ネットワークの一部分で接続断や輻較によるパケットロス等の障害が発生した場合には第1条件でネットワーク障害を判定することができる。   First, it is determined whether or not the first condition is satisfied (step S13). The first condition is that the content of the same failure has occurred more than the second threshold at a terminal connected to the same network (here, the network 200) directly or via another network. The contents of the failure are the above-mentioned frequent packet loss, data interruption, server connection error, and the like. Whether or not the terminal belongs to the same network is determined based on whether or not the head part of the address matches. For example, in the case of an IPv6 address, if the first 64 bits of the address match, they are considered to belong to the same network. If the failure information collection server 102 satisfies the first condition, the failure information collection server 102 determines that a failure has occurred in the same network (step S14). For example, when a failure such as a packet loss due to disconnection or comparison occurs in a part of the network, the network failure can be determined under the first condition.

第1条件を満足しない場合には、第2条件を満足するか否かが判別される(ステップS15)。第2条件は、単位時間内に複数の端末からサーバ(この実施例では映像配信サーバ101)への接続が失敗した回数が第3閾値以上の回数発生していることである。障害情報収集サーバ102は第2条件を満足する場合には、サーバ障害の発生と判定する(ステップS16)。映像配信サーバ101の障害、映像配信サーバ101におけるアプリケーションソフトによる動作上の障害、映像配信サーバ101が属しているLAN回線104の障害のサーバ101に関した障害が発生した場合には第2条件で判定することができる。   If the first condition is not satisfied, it is determined whether or not the second condition is satisfied (step S15). The second condition is that the number of times that connection from a plurality of terminals to the server (the video distribution server 101 in this embodiment) has failed within the unit time is equal to or greater than the third threshold. If the failure information collection server 102 satisfies the second condition, the failure information collection server 102 determines that a server failure has occurred (step S16). If a failure occurs in the video distribution server 101, a failure in the operation of the video distribution server 101 due to application software, or a failure in the LAN line 104 to which the video distribution server 101 belongs, a determination is made based on the second condition. can do.

第2条件を満足しない場合には、第3条件を満足するか否かが判別される(ステップS17)。第3条件は、マルチキャスト障害を判定するための条件であり、単位時間内に同一のマルチキャスト受信で障害発生件数が第4閾値以上であることである。障害情報収集サーバ102は第3条件を満足する場合には、マルチキャスト障害と判定する(ステップS18)。マルチキャストで配信している映像データの異常、マルチキャストデータを配信する配信サーバの動作停止等の場合にはマルチキャスト障害と判定することができる。   If the second condition is not satisfied, it is determined whether or not the third condition is satisfied (step S17). The third condition is a condition for determining a multicast failure, and is that the number of failures occurring in the same multicast reception within a unit time is greater than or equal to the fourth threshold. If the failure information collection server 102 satisfies the third condition, the failure information collection server 102 determines that there is a multicast failure (step S18). In the case of an abnormality in video data distributed by multicast, an operation stop of a distribution server that distributes multicast data, etc., it can be determined that a multicast failure has occurred.

第3条件を満足しない場合には、第4条件を満足するか否かが判別される(ステップS19)。第4条件は、単位時間内に同一種類の端末での同種の障害の内容の障害発生件数が第5閾値以上であることである。同一種類の端末とは例えば、同一メーカのPC或いは専用端末の場合である。障害情報収集サーバ102は他の種類の端末では問題が発生していない場合には、当該同一種類の端末での障害と判定する(ステップS20)。第1〜第4条件に該当しない場合には、その他の障害と判定する(ステップS21)。   If the third condition is not satisfied, it is determined whether or not the fourth condition is satisfied (step S19). The fourth condition is that the number of failure occurrences of the same type of failure content in the same type of terminal within a unit time is greater than or equal to the fifth threshold value. The same type of terminal is, for example, a PC or a dedicated terminal of the same manufacturer. If there is no problem in other types of terminals, the failure information collection server 102 determines that the failure is in the same type of terminal (step S20). If the first to fourth conditions are not met, it is determined that there is another failure (step S21).

判定結果はログファイルに出力される(ステップS22)。また、その判定結果をメール等の伝達手段によってシステム管理者に通知しても良い。   The determination result is output to a log file (step S22). Further, the determination result may be notified to the system administrator by a transmission means such as e-mail.

上記した実施例のシステムによれば、端末各々からの障害情報が自動的に障害情報収集サーバ102に収集されるので、端末各々からの収集障害情報を総合的に分析することが可能となり、障害の原因を効率よく迅速に判定することができる。また、障害の原因を自動的に判定するので、システム管理者が障害情報の詳細な調査を行う必要がなく、その自動判定結果に応じて障害に対する対応を迅速にとることが可能である。   According to the system of the above-described embodiment, failure information from each terminal is automatically collected by the failure information collection server 102. Therefore, it is possible to comprehensively analyze the collected failure information from each terminal. Can be determined efficiently and quickly. Further, since the cause of the failure is automatically determined, it is not necessary for the system administrator to investigate the failure information in detail, and the response to the failure can be taken promptly according to the automatic determination result.

なお、上記した実施例において、第1〜第4条件の他に障害が想定される場合には、その障害の判定条件を追加しても良い。   In the above-described embodiment, when a failure is assumed in addition to the first to fourth conditions, a determination condition for the failure may be added.

また、上記した実施例においては、情報配信サーバとして映像データを配信する映像配信サーバ101を示し、情報受信端末として映像受信端末301を示したが、配信される情報データとしては映像データ以外の音声データやテキストデータであっても良い。   In the above-described embodiment, the video distribution server 101 that distributes video data is shown as the information distribution server, and the video reception terminal 301 is shown as the information receiving terminal. However, the information data to be distributed is audio other than video data. It may be data or text data.

更に、統計情報は映像受信端末301において算出されているが、障害情報収集サーバ102において算出されるようにしても良い。   Further, although the statistical information is calculated in the video receiving terminal 301, it may be calculated in the failure information collection server 102.

本発明の実施例を示すブロック図である。It is a block diagram which shows the Example of this invention. 図1のシステム中の映像受信端末の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the video receiving terminal in the system of FIG. 図1のシステム中の障害情報収集サーバの障害判定動作を示すフローチャートである。2 is a flowchart showing a failure determination operation of a failure information collection server in the system of FIG.

符号の説明Explanation of symbols

100 配信サーバネットワーク装置
101 映像配信サーバ
200 ネットワーク
300,400 端末ネットワーク装置
301 映像受信端末
DESCRIPTION OF SYMBOLS 100 Distribution server network apparatus 101 Video distribution server 200 Network 300,400 Terminal network apparatus 301 Video receiving terminal

Claims (4)

情報配信サーバから送信されネットワークを介して伝送された情報データを受信し、その情報データの受信の際における障害の発生時に障害に関する障害情報を取得する情報受信端末と、
前記情報受信端末によって取得された障害情報を前記ネットワークを介して収集してデータベースに格納し、その格納された障害情報を解析して障害の原因を判定する障害情報収集サーバと、を備え
前記障害情報収集サーバは、単位時間当たりに収集した前記障害情報の数が第1閾値以上であるか否かを判別する第1判別手段と、
前記単位時間内に同一の障害の内容の障害が同一のネットワークにて第2閾値以上の回数発生したか否かを判別する第2判別手段と、
前記単位時間内に複数の情報受信端末から前記情報配信サーバへの接続失敗の数が第3閾値以上であるか否かを判別する第3判別手段と、
前記単位時間内に同一のマルチキャスト受信で障害発生件数が第4閾値以上であるか否かを判別する第4判別手段と、
前記単位時間内に同一種類の端末での同種の障害の内容の障害発生件数が第5閾値以上であるか否かを判別する第5判別手段と、を備え、
前記第1判別手段によって収集した前記障害情報の数が前記第1閾値より小であるならば、障害なしと判定し、
前記第1判別手段によって収集した前記障害情報の数が前記第1閾値以上であると判別された場合に、前記第2判別手段によって同一の障害の内容の障害が同一のネットワークにて前記第2閾値以上の回数発生したと判別されたならば、ネットワーク障害と判定し、
前記第1判別手段によって収集した前記障害情報の数が前記第1閾値以上であると判別された場合に、前記第3判別手段によって複数の情報受信端末から前記情報配信サーバへの接続失敗の数が前記第3閾値以上であると判別されたならば、サーバ障害と判定し、
前記第1判別手段によって収集した前記障害情報の数が前記第1閾値以上であると判別された場合に、前記第4判別手段によって同一のマルチキャスト受信で障害発生件数が前記第4閾値以上であると判別されたならば、マルチキャスト障害と判定し、
前記第1判別手段によって収集した前記障害情報の数が前記第1閾値以上であると判別された場合に、前記第5判別手段によって同一種類の端末での同種の障害の内容の障害発生件数が前記第5閾値以上であると判別されたならば、端末障害と判定し、
前記第1判別手段によって収集した前記障害情報の数が前記第1閾値以上であると判別された場合に、前記第2ないし第5判別手段で全て否判別の結果が得られたならば、その他の障害と判定することを特徴とする情報配信システム。
An information receiving terminal that receives information data transmitted from an information distribution server and transmitted via a network, and acquires failure information related to a failure when a failure occurs during reception of the information data;
The failure information acquired by the information receiving terminal is collected via the network and stored in a database, and the failure information collection server that analyzes the stored failure information and determines the cause of the failure ,
The failure information collection server includes a first determination unit configured to determine whether or not the number of failure information collected per unit time is equal to or greater than a first threshold;
Second determination means for determining whether or not a failure having the same failure content has occurred a number of times equal to or greater than a second threshold in the same network within the unit time;
Third determination means for determining whether the number of connection failures from a plurality of information receiving terminals to the information distribution server within the unit time is equal to or greater than a third threshold;
Fourth determination means for determining whether or not the number of failures occurring in the same multicast reception within the unit time is equal to or greater than a fourth threshold;
A fifth determination means for determining whether or not the number of failure occurrences of the same type of failure in the same type of terminal within the unit time is greater than or equal to a fifth threshold;
If the number of the failure information collected by the first determination means is smaller than the first threshold, it is determined that there is no failure,
When it is determined that the number of pieces of failure information collected by the first determination unit is greater than or equal to the first threshold value, the second determination unit causes a failure having the same failure content to occur in the same network. If it is determined that the number of occurrences exceeds the threshold, it is determined as a network failure,
Number of connection failures from a plurality of information receiving terminals to the information distribution server by the third determining means when it is determined that the number of failure information collected by the first determining means is greater than or equal to the first threshold value Is determined to be greater than or equal to the third threshold, it is determined that the server has failed,
When it is determined that the number of failure information collected by the first determination unit is equal to or greater than the first threshold, the number of failure occurrences in the same multicast reception by the fourth determination unit is equal to or greater than the fourth threshold. Is determined as a multicast failure,
When it is determined that the number of failure information collected by the first determination unit is equal to or greater than the first threshold, the number of failure occurrences of the same type of failure content at the same type of terminal is determined by the fifth determination unit. If it is determined that it is equal to or greater than the fifth threshold, it is determined that the terminal is faulty,
If it is determined that the number of pieces of failure information collected by the first determination unit is greater than or equal to the first threshold value, and if all the determination results are obtained by the second to fifth determination units, the other Information distribution system characterized in that it is determined that there is a failure .
前記情報受信端末は、前記障害情報を取得してそれを保存する障害情報取得手段と、前記障害情報に応じて各種統計を算出して統計情報を取得してそれを保存する統計情報取得手段と、前記障害情報及び前記統計情報を前記障害情報収集サーバに送信する送信手段と、を備え、
前記障害情報収集サーバは、前記送信手段によって送信された前記障害情報及び前記統計情報をデータベースに格納する格納手段を備えたことを特徴とする請求項1記載の情報配信システム。
The information receiving terminal acquires failure information and stores failure information acquisition means, and calculates various statistics according to the failure information, acquires statistical information, and stores statistical information acquisition means , and a transmission means for transmitting the failure information and the statistical information to the failure information collecting server,
2. The information distribution system according to claim 1, wherein the failure information collection server comprises storage means for storing the failure information and the statistical information transmitted by the transmission means in a database.
前記送信手段は、前記統計情報に含まれる値が閾値を越えた場合に前記統計情報を前記障害情報収集サーバに送信することを特徴とする請求項2記載の情報配信システム。 The transmission unit, the information distribution system according to claim 2, wherein transmitting the statistical information to the fault information collection server when the value included in the statistics exceeds a threshold value. 情報配信サーバから送信された情報データをネットワークを介して情報受信端末で受信する情報配信システムの障害判定方法であって、
前記情報受信端末においてその情報データの受信の際における障害の発生時に障害に関する障害情報を取得するステップと
その取得障害情報を前記ネットワークを介して収集してデータベースに格納し、その格納された障害情報を解析して障害の原因を判定する障害情報判定ステップと、を備え、
前記障害情報判定ステップは、単位時間当たりに収集した前記障害情報の数が第1閾値以上であるか否かを判別する第1判別ステップと、
前記単位時間内に同一の障害の内容の障害が同一のネットワークにて第2閾値以上の回数発生したか否かを判別する第2判別ステップと、
前記単位時間内に複数の情報受信端末から前記情報配信サーバへの接続失敗の数が第3閾値以上であるか否かを判別する第3判別ステップと、
前記単位時間内に同一のマルチキャスト受信で障害発生件数が第4閾値以上であるか否かを判別する第4判別ステップと、
前記単位時間内に同一種類の端末での同種の障害の内容の障害発生件数が第5閾値以上であるか否かを判別する第5判別ステップと、を備え、
前記第1判別ステップによって収集した前記障害情報の数が前記第1閾値より小であるならば、障害なしと判定し、
前記第1判別ステップによって収集した前記障害情報の数が前記第1閾値以上であると判別された場合に、前記第2判別ステップによって同一の障害の内容の障害が同一のネットワークにて前記第2閾値以上の回数発生したと判別されたならば、ネットワーク障害と判定し、
前記第1判別ステップによって収集した前記障害情報の数が前記第1閾値以上であると判別された場合に、前記第3判別ステップによって複数の情報受信端末から前記情報配信サーバへの接続失敗の数が前記第3閾値以上であると判別されたならば、サーバ障害と判定し、
前記第1判別ステップによって収集した前記障害情報の数が前記第1閾値以上であると判別された場合に、前記第4判別ステップによって同一のマルチキャスト受信で障害発生件数が前記第4閾値以上であると判別されたならば、マルチキャスト障害と判定し、
前記第1判別ステップによって収集した前記障害情報の数が前記第1閾値以上であると判別された場合に、前記第5判別ステップによって同一種類の端末での同種の障害の内容の障害発生件数が前記第5閾値以上であると判別されたならば、端末障害と判定し、
前記第1判別ステップによって収集した前記障害情報の数が前記第1閾値以上であると判別された場合に、前記第2ないし第5判別ステップで全て否判別の結果が得られたならば、その他の障害と判定することを特徴とする障害判定方法。
A failure determination method for an information distribution system in which information data transmitted from an information distribution server is received by an information receiving terminal via a network,
Acquiring failure information about the failure in the event of a failure at the time of reception of the information data in the information receiving terminal,
A failure information determination step of collecting the acquired failure information via the network and storing it in a database, analyzing the stored failure information to determine the cause of the failure, and
The failure information determination step includes a first determination step of determining whether or not the number of failure information collected per unit time is equal to or greater than a first threshold value;
A second determination step of determining whether or not a failure having the same failure content has occurred a number of times equal to or greater than a second threshold in the same network within the unit time;
A third determination step of determining whether the number of connection failures from a plurality of information receiving terminals to the information distribution server within the unit time is equal to or greater than a third threshold;
A fourth determination step of determining whether or not the number of failures occurring in the same multicast reception within the unit time is equal to or greater than a fourth threshold;
A fifth determination step of determining whether or not the number of failure occurrences of the same type of failure content in the same type of terminal within the unit time is greater than or equal to a fifth threshold;
If the number of pieces of failure information collected in the first determination step is smaller than the first threshold, it is determined that there is no failure,
When it is determined that the number of pieces of failure information collected in the first determination step is greater than or equal to the first threshold value, the second determination step causes a failure having the same failure content to be in the same network. If it is determined that the number of occurrences exceeds the threshold, it is determined as a network failure,
When it is determined that the number of pieces of failure information collected in the first determination step is equal to or greater than the first threshold, the number of connection failures from a plurality of information receiving terminals to the information distribution server in the third determination step Is determined to be greater than or equal to the third threshold, it is determined that the server has failed,
When it is determined that the number of failure information collected in the first determination step is greater than or equal to the first threshold value, the number of failure occurrences in the same multicast reception is greater than or equal to the fourth threshold value in the fourth determination step. Is determined as a multicast failure,
When it is determined that the number of pieces of failure information collected in the first determination step is greater than or equal to the first threshold, the number of failure occurrences of the same type of failure content in the same type of terminal is determined in the fifth determination step. If it is determined that it is equal to or greater than the fifth threshold, it is determined that the terminal is faulty,
If it is determined that the number of pieces of failure information collected in the first determination step is greater than or equal to the first threshold value, if all the determination results are NO in the second to fifth determination steps, the other A failure determination method characterized by determining a failure.
JP2006187581A 2006-07-07 2006-07-07 Information distribution system and failure determination method Active JP4687590B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006187581A JP4687590B2 (en) 2006-07-07 2006-07-07 Information distribution system and failure determination method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006187581A JP4687590B2 (en) 2006-07-07 2006-07-07 Information distribution system and failure determination method

Publications (2)

Publication Number Publication Date
JP2008017257A JP2008017257A (en) 2008-01-24
JP4687590B2 true JP4687590B2 (en) 2011-05-25

Family

ID=39073862

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006187581A Active JP4687590B2 (en) 2006-07-07 2006-07-07 Information distribution system and failure determination method

Country Status (1)

Country Link
JP (1) JP4687590B2 (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5075727B2 (en) * 2008-04-25 2012-11-21 株式会社日立製作所 Stream distribution system and failure detection method
JP5051252B2 (en) * 2010-02-18 2012-10-17 沖電気工業株式会社 Network failure detection system
JP5655049B2 (en) * 2012-09-28 2015-01-14 株式会社富士通エフサス Determination device, determination method, and determination program
JP6451297B2 (en) * 2014-12-19 2019-01-16 村田機械株式会社 COMMUNICATION DEVICE AND COMMUNICATION DEVICE CONTROL METHOD
JP7032890B2 (en) * 2017-09-08 2022-03-09 Nttエレクトロニクス株式会社 Network quality estimation method and network quality estimation device
CN110247808B (en) * 2019-06-27 2024-04-09 深圳前海微众银行股份有限公司 Information transmission method, device, equipment and readable storage medium
JP7287219B2 (en) * 2019-09-26 2023-06-06 富士通株式会社 FAILURE EVALUATION DEVICE AND FAILURE EVALUATION METHOD

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06282457A (en) * 1993-03-25 1994-10-07 Nec Corp Fault diagnostic starting device
JPH10271113A (en) * 1997-03-21 1998-10-09 Mitsubishi Electric Corp Fault tracing method and fault tracing device for realizing the method
JP2000184012A (en) * 1998-12-18 2000-06-30 Nec Corp Network managing system and alarm cause judging method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06282457A (en) * 1993-03-25 1994-10-07 Nec Corp Fault diagnostic starting device
JPH10271113A (en) * 1997-03-21 1998-10-09 Mitsubishi Electric Corp Fault tracing method and fault tracing device for realizing the method
JP2000184012A (en) * 1998-12-18 2000-06-30 Nec Corp Network managing system and alarm cause judging method

Also Published As

Publication number Publication date
JP2008017257A (en) 2008-01-24

Similar Documents

Publication Publication Date Title
US7836330B2 (en) Stream distribution system and failure detection method
US8248942B2 (en) Monitoring of real-time transport protocol (RTP) packet flow along RTP path
JP4687590B2 (en) Information distribution system and failure determination method
JP5051252B2 (en) Network failure detection system
KR101137164B1 (en) Controlling admission of data streams onto a network based on end-to-end measurements
US7606149B2 (en) Method and system for alert throttling in media quality monitoring
US11968422B2 (en) Video stream fault detection
US20100138531A1 (en) Real time protocol stream migration
EP2530870A1 (en) Systems and methods for measuring quality of expeience for media streaming
US11102273B2 (en) Uplink performance management
JP7383754B2 (en) Data processing methods, servers, and data collection devices
JP2015535669A (en) Monitoring encrypted sessions
US8503301B2 (en) Relay device, state informing method, and computer program
CN111200760A (en) Data processing method and device and electronic equipment
JP5229007B2 (en) Monitoring system, network device, monitoring information providing method and program
JP5707309B2 (en) Quality degradation judgment device and method
JP3953999B2 (en) Congestion detection apparatus, congestion detection method and program for TCP traffic
JP2002051041A (en) Method for investigating and notifying cause to network fault and terminal used to realize the method
JP5537692B1 (en) Quality degradation cause estimation device, quality degradation cause estimation method, quality degradation cause estimation program
JP2002135262A (en) Network-monitoring system
JP2004140717A (en) System for judging degradation of network quality
CN117651017A (en) Audio and video network transmission method, device, equipment and medium
JP6139428B2 (en) Failure analysis apparatus and failure analysis system
JP2003318984A (en) Pdu observation method, connectionless data communication device, and pdu observation apparatus
KR20110072528A (en) Fault determination method for internet protocol device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20090521

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20101019

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20101216

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20110118

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20110131

R150 Certificate of patent or registration of utility model

Ref document number: 4687590

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140225

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140225

Year of fee payment: 3

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140225

Year of fee payment: 3

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350